The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
New Facebook! Details »» | |||||||||||||||||||||||||||
New Facebook's Design vbulletin Skin
Ok as requested here it is. The closest I got without having to edit alot of templates and make every upgrade hell. Enjoy is all free! Demo site: soon... Highly Modifyed based on this style http://www.photographersnook.com Photography forum No need to register, at the bottom of the page change the style to Fcb New. Please dont make test accounts (they will all be modified and edited) , now if you do like the site, you are welcome to do so as a normal account. Note: Please check your image paths! Should be= root/images/styles/new_facebook/images Download Now
Show Your Support
|
Comments |
#82
|
||||
|
||||
did that, thanks... (my forum is in a folder so forgot to remove that along with my folder name before I pasted that...lol sorry bout that)
|
#83
|
||||
|
||||
Well, looks like I only have to work out those codes for the menu bar at the top and I'll be good to go :up:
I need to figure out how to center the links within the bar so that the mouseover doesn't go over the edge of the image and to make it look better. But, valign="middle" didn't work, so I'm assuming that it's being overridden by some sort of CSS/style setting. Also, the right side of the menu bar is still not the size that I want. See post here ..... https://vborg.vbsupport.ru/showpost....9&postcount=68 .....for the image of the menu bar and what I need some help on. If anyone can suggest what I can do to fix it, I'll have this style ready to debut for my new site! |
#84
|
||||
|
||||
Anyone install vB 3.8.1 today? Does this style still work? Havent tried yet
|
#85
|
||||
|
||||
Works fine with mine.
|
#86
|
||||
|
||||
Thanks gonna do it tonight when I get home.
|
#87
|
||||
|
||||
Christian,
How do I edit the menu bar as I detailed a couple of posts ago? |
#88
|
||||
|
||||
Seriously cant figure this out. I want to put a 2nd copy of 'Todays Birthdays' in the right column where I have shown above. But I've copied the code from 'FORUMHOME' that shows todays birthdays and pasted it in the 'FOOTER' in that exact location. The cake image shows, the toggle arrow shows, the light blue table row shows, but NO user names with a birthday show (yes, there is at least a user with a birthday today lol) Funny part is, the toggle works, I click it in the footer location, and the section in forumhome opens and closes, wtf...lol Why wont it display the users with a birthday today? Everything else is showing???? Code:
<!-- today's birthdays --> <tbody> <tr> <td class="thead" colspan="2"> <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_birthdays')"><img id="collapseimg_forumhome_birthdays" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_birthdays].gif" alt="" border="0" /></a> $vbphrase[todays_birthdays] </td> </tr> </tbody> <tbody id="collapseobj_forumhome_birthdays" style="$vbcollapse[collapseobj_forumhome_birthdays]"> <tr> <td class="alt2"><a href="calendar.php?$session[sessionurl]do=getday&day=$today&sb=1"><img src="$stylevar[imgdir_misc]/birthday.gif" alt="$vbphrase[view_birthdays]" border="0" /></a></td> <td class="alt1" width="100%"><div class="smallfont">$birthdays</div></td> </tr> </tbody> <!-- end today's birthdays --> |
#89
|
||||
|
||||
Also found this called 'BIRTHDAYBIT'
Code:
<!--rlm--><a href="member.php?$session[sessionurl]u=$birthday[userid]">$birthday[username]</a><if condition="$birthday[age]"> <!--rlm-->($birthday[age])</if> |
#90
|
||||
|
||||
Heres where Ive tried incorporating both codes...
Code:
<!-- today's birthdays --> <tbody> <tr> <td class="thead" colspan="2"> <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_birthdays')"><img id="collapseimg_forumhome_birthdays" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_birthdays].gif" alt="" border="0" /></a> $vbphrase[todays_birthdays] </td> </tr> </tbody> <tbody id="collapseobj_forumhome_birthdays" style="$vbcollapse[collapseobj_forumhome_birthdays]"> <tr> <td class="alt2"><a href="calendar.php?$session[sessionurl]do=getday&day=$today&sb=1"><img src="$stylevar[imgdir_misc]/birthday.gif" alt="$vbphrase[view_birthdays]" border="0" /></a></td> <td class="alt1" width="100%"><div class="smallfont"><!--rlm--><a href="member.php?$session[sessionurl]u=$birthday[userid]">$birthday[username]</a><if condition="$birthday[age]"> <!--rlm-->($birthday[age])</if></div></td> </tr> </tbody> <!-- end today's birthdays --> |
#91
|
||||
|
||||
TNCclubman, could it be that it's one of those things where it can only be displayed once on the page? Have you tried temporarily removing (backing it up, of course) it from the forum home and then adding it to the footer?
I'm keeping a close watch on this as well as I've wanted to add that part of it to the style to mimic the FB style. |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|