The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#52
|
||||
|
||||
Thanks Framer. Wish you best of luck on your forum! If you need any help, feel free to contact me.
|
#53
|
|||
|
|||
newbie here - Hi!!
i'm having a go at my first multi-styles today and like this style - i've uploaded and installed - installation was a dream - looks good too! problem is: i had previously installed a couple of hacks, i.e. The Welcome Headers Hack, and i also had Google adsense ads showing in my default style......... well, now i don't. The default style still shows them, but the new uploaded styles don't - do i have to re-do all the hacks/mods for each style?! that's gonna be some chore if that's the case!! |
#54
|
||||
|
||||
Depends on the hacks / mods installed. You won't have to reinstall the mods / hacks, but you may need to go back and make the template edits for each hack. Do a inventory of what you installed, and review the install documentation per mod. Chances are, there are only a few mods that actually required a manual template edit.
|
#55
|
|||
|
|||
"Welcome headers" seems to be working on all new styles as do some adsense ads (first and last threads), but only adsense beneath navbar and forumdisplay are missing - i'll sort them out
i've added a couple more of your skins too!! take a look! - www.pixaforum.com |
#56
|
||||
|
||||
Very nice
Currently my coders are working on commercial skins for our new skin store, but hopefully I'll be releasing some more freebies soon. As always, thanks to everyone who has used one of my skins, and those that have regged on my forum... |
#57
|
|||
|
|||
I think, I confused myself :knockedout:
I edited the navbar_buttons.psd file o the way I wanted it but it doesn't look right. When I went to upload it, I noticed the one that is the original is individual files. Did I do something wrong? |
#58
|
||||
|
||||
Yes, they are in fact individual files. The easies way would be to edit the psd, then open the origional images and copy your new button over the old so it lines up correctly. I'm not sure of you skill set in photoshot, but you could also slice the image to the needed size and overwrite the origional images.
|
#59
|
|||
|
|||
Thats well above my Photoshop ability. I think I will make due with the default. I will not un-install it though because I really like this style
|
#60
|
|||
|
|||
Code:
This places a specific banner on a specific forum. I have companies sponsor specific forums and need to display their ads on specific forums. I've not seen this code anywhere else so I posted it here as it was written for this skin. 1st use your graphic editor to add your banner ad to c2_04.jpg and rename it to a unique name. //this is stock code to find <table width="100%" height="100" border="0" cellspacing="0" cellpadding="0" align="center" background="images/c2/c2_03.jpg"> <tr> //left title banner <td width="100%"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="images/c2/c2_02.jpg" alt="Site Name" width="304" height="100" border="0"></a></td> //custom code added // forum home banner page <td><if condition="$foruminfo[forumid]==NULL"> <a href="http://your_link_to_banner_ad.com.com"> <img src="images/c2/c2_04-u.jpg" alt="Picture Title" width="465" height="100" border="0" align="right"> </a></if> // forumID 1 <td><if condition="$foruminfo[forumid]==1"> <a href="http://your_link_to_banner_ad.com.com"> <img src="images/c2/c2_04-x.jpg" alt="Picture Title" width="465" height="100" border="0" align="right"> </a></if> //if you want a place holder for a forum without a banner at this time <if condition="$foruminfo[forumid]==7"></if> // all the forums you want </td> </tr> </table> // please remove any comments ************************************************************************************************** //footer //find code <if condition="$vboptions[privacyurl]"><a href="$vboptions[privacyurl]">$vbphrase[privacy_statement]</a> -</if> <a href="#top" onclick="self.scrollTo(0, 0); return false;">$vbphrase[top]</a> </strong> </div> </td> </tr> </table> //add footer banner code, I'm just using stardard banner ads on the footer. <table width="100%" height="100" border="0" cellspacing="0" cellpadding="0" align="center" background="images/c2/c2_03.jpg"> <tr><td width="100%" align="center"> //forum home page =NULL <if condition="$foruminfo[forumid]==NULL"> <a href="banner_link_url.com"> <img src="path/file_name_of_footer_ad.gif.gif" alt="graphic title" width="450" height="80" border="0" align="center"> </a></if> //forumID == 1 <if condition="$foruminfo[forumid]==1"> <a href="http://your_link_to_footer_ad.com"> <img src="images/ads/Gbottom.gif" width="450" height="80" border="0" alt="Wizard Ad" align="center"> </a></if> //place holder for a forum without a footer ad at this time <if condition="$foruminfo[forumid]==4">four</if> </td> </tr> </table> // again please remove any comments from code // Any width and height's need to be corrected for your graphics |
#61
|
|||
|
|||
looks like this is missing the "Forum / Last Post / Threads / Posts" header bar on the content table of the main vforum page.
ex. : http://www.smalleranimals.com/vforum/ |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|