The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Get Daily on Forumhome
How can i do this like here: http://www.bowlandcentral.com/forum/
This Link (Button) for every Forum on Forumhome? Maybe you can help me? |
#2
|
||||
|
||||
Find in your forumhome_forumbit_level2_post template:
Code:
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title] Code:
<a href="search.php?$session[sessionurl]do=getdaily&forumid=$forum[forumid]"><img class="inlineimg" src="$stylevar[imgdir_button]/lastpost.gif" alt="Today's Posts in this Forum" border="0" /></a> |
#3
|
|||
|
|||
Thank you, but i get an Error Message:
"Invalid Forum specified. If you followed a valid link, please notify the administrator." |
#4
|
||||
|
||||
Strange, that's exactly how it's done on my board. Can you post up a copy of the relevant template?
|
#5
|
|||
|
|||
My Template with your Code:
Code:
<tr align="center"> <td class="alt2"><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /></td> <td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]"> <div> <a href="search.php?$session[sessionurl]do=getdaily&forumid=$forum[forumid]"><img class="inlineimg" src="$stylevar[imgdir_button]/lastpost.gif" alt="Today's Posts in this Forum" border="0" /></a><a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a> <if condition="$show['browsers']"><span class="smallfont">(<phrase 1="$forum[browsers]">$vbphrase[x_viewing]</phrase>)</span></if> </div> <if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if> <if condition="$show['forumsubscription']"><div class="smallfont"><strong><a href="subscription.php?$session[sessionurl]do=removesubscription&f=$forum[forumid]" rel="nofollow">$vbphrase[unsubscribe_from_this_forum]</a></strong></div></if> <if condition="$show['subforums']"><div class="smallfont" style="margin-top:$stylevar[cellpadding]px"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if> </td> <td class="alt2" nowrap="nowrap">$forum[lastpostinfo]</td> <td class="alt1">$forum[threadcount]</td> <td class="alt2">$forum[replycount]</td> <if condition="$vboptions['showmoderatorcolumn']"> <td class="alt1"><div class="smallfont">$forum[moderators] </div></td> </if> </tr> $childforumbits |
#6
|
||||
|
||||
Hmm... can you provide a link to your forum please?
|
#7
|
|||
|
|||
I get the same Error on your Site Socomcity...
|
#8
|
||||
|
||||
I just tried it, works fine -- for me anyway.
Edit: I see now what you mean: Guests can't perform the query, doing so returns that error. I suggest using a conditional to prevent Guests from seeing the button. |
#9
|
|||
|
|||
But because of me being the Admin of the Website, it should theoretically work but it obviously doesnt : (
|
#10
|
||||
|
||||
I tested it on my board and as long as the user is logged in, the query works. Not sure why you're having trouble.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|