The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vb.sponsors edit for vb4 Details »» | |||||||||||||||||||||||||||||||||||||
Hi all i have editied the vb.sponsors so that i can use it with VB4 this is the vb.sponsors Mod and i can not take the credit for the actual mod only the edit
hope it helps for demo of this please goto my site Dont forget to mark as installed Product Installation 1.Extract the contents of vB.Sponsors.vb4.zip to your computer 2.Open upload/vB.Sponsors/link.php in notepad, wordpad or similar editor. 3.On line 32, enter the path to your forum. This is the physical path not the URL. If your forum is located in /usr/com/userid/forums/, the path would be /usr/com/userid/forums/. You can find the physical path to your forum directory by uploading the settings-check.php file that is located in the do not upload/vB.Sponsors directory. Upload this to the vB.Sponsors directory on your web site. To run it, simply browse to http://www.EXAMPLE.com/vB.Sponsors/settings-check.php in your browser. Please delete this file when you are done. 4.Upload the files in the upload directory to the corresponding directory on the web server under the forum directory. 5.Open the Admin CP of your board. On the left hand side scroll down to Plugins & Products. 6.Click on Manage Products. 7.Click on Add/Import Product. 8.Click on Browse... and choose the product-vB.Sponsors.xml file. 9.Click Import. 10.template mod GOTO __________________________________________________ _______________ forumhome_forumbit_level2_post FIND: PHP Code:
ADD, AFTER: PHP Code:
goto FORUMDISPLAY FIND: PHP Code:
PHP Code:
GOTO forumhome_forumbit_level1_post FIND: PHP Code:
PHP Code:
GOTO forumhome_forumbit_level1_nopost FIND: PHP Code:
PHP Code:
Download Now
Screenshots
Show Your Support
|
Comments |
#52
|
|||
|
|||
Another question...anyone know how to centre the large banner displayed on the thread listing?
|
#53
|
|||
|
|||
Quote:
Quote:
http://www.rallyforums.com/forum/for...World-Rallying Can anyone help? Jonathan |
#54
|
|||
|
|||
ok, no replies, i will have to go this alone and have a stab in the dark at it.
can anyone tell me where i will find the 4 files for the styles that require editing as this is what i think im missing. everything else seems to be there. |
#55
|
|||
|
|||
ok found how to find the files, i was searching for the code in the search box not the name of the file.
so i find all 4 files. FORUMDISPLAY code has been found and your code added forumhome_forumbit_level1_nopost Does not contain the code you say to find forumhome_forumbit_level1_post Does not contain the code you say to find forumhome_forumbit_level2_post code has been found and your code added Still nothing is showing even though enabled, so im guessing its to do with the level1 files. people must be subscribed to this forum, why does no one help ? im not gobby, im just so frustratingly close but everyone thats asked questions for help and has got it working, wont reply to help. |
#56
|
|||
|
|||
I pasted the code in where i thought it should go and it works but not voting for mod of the month, as there has been zero support on it. still installed though.
|
#57
|
|||
|
|||
How ? would have been good, having the same issue myself. would prefer it centre rather than left. :up:
|
#58
|
|||
|
|||
Quote:
As per previous poster, I think I know where to add the code (Showthread) but when added, nothing appears. Looking at the source code, all I can see are the comments: <!-- barne77 --> <!-- vBSponsors --> <!-- / vBSponsors --> <!-- barne77 --> This must be something relatively simple? An extra bit of code needed somewhere? |
#59
|
|||
|
|||
Quote:
Code:
<img src="{vb:raw foruminfo.sponsor_banner_big}" border="0" /> Code:
<div align="center"><img src="{vb:raw foruminfo.sponsor_banner_big}" border="0" /></div> Code:
<div><img src="{vb:raw foruminfo.sponsor_banner}" border="0" /></div> |
#60
|
|||
|
|||
Quote:
Code:
<!-- barne77 --> <!-- vBSponsors --> <vb:if condition="$forum['sponsor_enabled'] == 1 AND $vboptions ['sponsor_global_enable_sponsorship'] == 1"> <div style="float:$stylevar[right]"> {vb:raw vboptions.sponsor_global_default_text} <a href="vB.Sponsors/link.php?f={vb:raw forum.forumid}" title="{vb:raw forum.sponsor_name}" target="_blank"> <vb:if condition="$forum['sponsor_banner_enabled'] == 1 AND $vboptions['sponsor_global_enable_banners'] == 1"> <img src="{vb:raw forum.sponsor_banner}" border="0" /> <vb:else /> {vb:raw forum.sponsor_name} </vb:if> </div> </a> </vb:if> <!-- / vBSponsors --> <!-- barne77 --> |
#61
|
|||
|
|||
Anyone?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|