Got a problem here Guys, I will do my best to explain.
When I activate the block-forums(the scrolling one with the last 20 posts), all appears to be OK on the homepage.
When I then try to go to Forums, or even Member List for that matter, what I am getting is, all the blocks on the left side of the homepage, in the centre of the screen. The forum, or the Memberlist,(whichever link is clicked), is actually scrolling inside the Latest forum posts block???????
I hope someone understands what I am trying to say.
If not, I can activate the block again so you can see for yourselves....
Please help guys.
Thank you.
Johnny.
Johnny_Thunder Sergeant
Joined: May 22, 2004
Posts: 111
Location: U.K
Posted:
Sat Jul 17, 2004 8:06 am
An update:
When I reposition this block to the "right", the problem disappears.
Are there certain blocks whose functionality depends upon positioning on the homepage.
Johnny_Thunder Sergeant
Joined: May 22, 2004
Posts: 111
Location: U.K
Posted:
Sat Jul 17, 2004 8:16 am
Another update:
The posts placed in the forum are not appearing in the block.
Should I just give up and download a new block, have I got a dodgy download???
eak Sergeant
Joined: Oct 08, 2004
Posts: 90
Posted:
Thu Dec 09, 2004 8:43 am
Johnny_Thunder wrote:
Another update:
The posts placed in the forum are not appearing in the block.
Should I just give up and download a new block, have I got a dodgy download???
Im having problems with my block as well. It displays 20 posts and scrolls, but it doesn't seem to be refreshing the block. New posts are made but it doesn't refresh the block.
$result1 = sql_query("SELECT DISTINCT t.topic_id, t.topic_last_post_id, t.topic_title, f.forum_name, f.forum_id, f.auth_read
FROM ".$prefix."_bbtopics t, ".$prefix."_bbforums f,".$prefix."_bbuser_group a, ".$prefix."_bbauth_access b
where t.forum_id=f.forum_id and
f.forum_id=b.forum_id and
b.group_id=a.group_id and
(( a.user_id='$userid' and (b.auth_view = 1 or b.auth_mod = 1 )) OR f.auth_read = 0)
ORDER BY t.topic_last_post_id DESC LIMIT 20", $dbi);
i used that code in a block and positioned the block on the right side, and it works just fine for me. I'm running 7.9 with the patches (not sure which one's though). I just made a post and it refreshes too.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum