The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Details »» | |||||||||||||||||||||||||
Hi, this is my first vB hack so please be patient
This allows you to use a board as a link (UB2k users know this feature). When you set a board as a link every user who joins the board will be redirected to this url See it in action: http://foren.letzplay.de (german) the last boards are redirections. This hack has been tested on vB 2.0.1 and vB 2.0.3 but other users have it running on 2.2.1, too. Please post questions, inspirations and problems in this thread (not per email or pm). Thank you. New version 1.1a fixed online Just fixed that one bug in the install description. No need to upgrade if version 1.1a is already running New version 1.1a online Fixed a bug that meaned the hit counter didn't work correctly. There is an update script and an update manual in the zip. New version 1.1 online New features: Hit counter, seperate templates, you can define your own target tag There is an update script and an update manual in the zip. Download it here Show Your Support
|
Comments |
#72
|
|||
|
|||
Same here, the front page is hosed after the install. The problem lies in the editing of index.php. I reverted index.php to stock and everything works fine including the redirects, but it doesn't display hits or anything for obvous reasons. Is there a fix for this?
|
#73
|
|||
|
|||
It's really difficult to know what's the problem without seeing it - could I get a link (or a screenshot)?
But I would think you don't have the forumdisplay_linkbit_level* templates or they are incorrect (maybe you removed the moderator column in the other templates?)... |
#74
|
|||
|
|||
When I install the hack, for some reason I get in my index.php a huge black box on top which contains
Code:
style="border-style: solid;border-top-width: 0;border-left-width: 1;border-right-width: 1;border-bottom-width: 0;border-color: #000000" h |
#75
|
|||
|
|||
I don't yet see where this could come from - that code is nowhere in my code nor the templates. However I've seen this is part of your <body> tag so I beliefe it comes from there... I think this has to do with your style but I can't yet find what's the problem (is it possible to see your forum with the new index.php uploaded?)
Have you yet created any links? |
#76
|
|||
|
|||
I have now compared the linkbit templates (the ones which get created by this hack) with the forumbit templates of vBulletin 2.3.0 - they should be compatible.
Did you change any of the following templates?
|
#77
|
||||
|
||||
Well i cannot see anything wrong with your forums index.php.
Have you uploaded a fresh index.php at the moment to get rid of the errors? |
#78
|
|||
|
|||
Ok I'm no longer getting the black box, however the link works but it shows that the forum has zero posts etc. How can I change it to show just dashes, or a hit counter?
h |
#79
|
|||
|
|||
You shouldn't even see that rows - they are blank.
Could you show me your templates forumdisplay_linkbit_level1 and forumdisplay_linkbit_level2? |
#80
|
|||
|
|||
forumdisplay_linkbit_level1:
Code:
<tr align="center"> <td bgcolor="{firstaltcolor}" align="left" valign="top" colspan="6"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td valign="top"><img src="{imagesfolder}/ext.gif" border="0" alt=""></td> <td><img src="images/clear.gif" width="9" height="1" alt=""></td> <td><a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]" target="$forum[linktarget]"><normalfont><b>$forum[title]</b></normalfont></a><br> <smallfont>$forum[description] (Hits: $forum[linkhits])</smallfont></td> </tr> </table> </td> </tr> Code:
<tr align="center"> <td bgcolor="{secondaltcolor}" valign="top"><img src="{imagesfolder}/ext.gif" border="0" alt=""></td> <td bgcolor="{firstaltcolor}" align="left" colspan=5><a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]" target="$forum[linktarget]"><normalfont><b>$forum[title]</b></normalfont></a> <br><smallfont>$forum[description] (Hits: $forum[linkhits])</smallfont></td> </tr> h |
#81
|
|||
|
|||
The templates look good. That makes me believe they aren't even used. This could happen if you
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|