The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Tabbed Forumhome 1.0.0 (Light) Details »» | |||||||||||||||||||||||||
Brought To You By Gio~Logist - Vbulletin Solutions & Services http://www.giologist.com/vb Tabbed Forumhome 1.0.0 (Light) Arrange your forums via tabs for easy navigation. Tabs are placed on your forumhome to allow you and your users a much neater experience when browsing your categories. No template edits are required! As simple as: - Upload The Product - Configure Options - Enjoy! 9-3-08 - Width issue fixed. Show Your Support
|
Благодарность от: | ||
Comments |
#62
|
|||
|
|||
will this mod mess with spiders and search engine crawlers and their findings on the site?
|
#63
|
|||
|
|||
the last post, threads, and post columns for the stats are not lined up properly. ideas?
|
#64
|
|||
|
|||
Yeah Same Problem..its Not In Linke...is There Anyway I Can Pic And Choose Which Ones I Want To Show.
|
#65
|
||||
|
||||
Quote:
Quote:
Delete the following from the forumhome template: HTML Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <thead> <tr align="center"> <td class="thead"> </td> <td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td> <td class="thead">$vbphrase[last_post]</td> <td class="thead">$vbphrase[threads]</td> <td class="thead">$vbphrase[posts]</td> <if condition="$vboptions['showmoderatorcolumn']"> <td class="thead">$vbphrase[moderator]</td> </if> </tr> </thead> HTML Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
Add this to the top of the template: HTML Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
HTML Code:
</tbody>
HTML Code:
<tr align="center"> <td class="thead" width="50"> </td> <td class="thead" align="$stylevar[left]">$vbphrase[forum]</td> <td class="thead" width="175">$vbphrase[last_post]</td> <td class="thead" width="90">$vbphrase[threads]</td> <td class="thead" width="90">$vbphrase[posts]</td> <if condition="$vboptions['showmoderatorcolumn']"> <td class="thead">$vbphrase[moderator]</td> </if> </tr> Keep in mind you can mess with the option to add the forum table wrap to mess with which styles it'll automatically update well for you, and for the others you can make the edit above if you'd like. Not in the light version, sorry. |
#66
|
|||
|
|||
i dont want to get rid of it, i want to move it below the tabs that your mod creates, on one of my styles it all appeasrs fine. Thanks
|
#67
|
|||
|
|||
Hi,
I had a closer look at the mod and will post now a summary of my understanding of how the mod works and how it can be improved:
So the three major disadvantages are:
To get rid of the disadvantages you should change the tab-links from Code:
<a href="#" onclick Code:
<a href="#forumhome_tabs_$forum[forumid]" onclick so they work as link to local anchors when JS is not available. To make the local anchors work, you should give the div-content-containers a name attribute with the same value as their id: Code:
<div style="display: none;" id="forumhome_tabs_$forum[forumid]" name="forumhome_tabs_$forum[forumid]"> That was the easy part. I don`t have enough knowledge and experience yet to make the next steps myself but it shouldn`t be too difficult for someone who knows a bit of DOM-scripting. Basically you should remove the style="display: none;" for the content containers and stop the repitition of the first category. Then you should give the first category a different id then the other categories (might be there already) and hide all the other categories via DOM-script instead with inline style. After that you would have to change the JS-function that gets called by the tab links so it switches the desired category visible and all others invisible. I`ll try to solve it myself and find the necessary DOM-script snippets. But I hope there are few devs here who can help. edit: I think I found a solution: http://www.stilbuero.de/2006/05/13/a...s-with-jquery/ Will try tomorrow. all the best, Sacha |
#68
|
||||
|
||||
Edited the post accordingly : )
|
#69
|
|||
|
|||
Will there be a pro version to this? or is light meaning something else?
|
#70
|
||||
|
||||
Yep, there already is. The link to it is in the first post
|
#71
|
|||
|
|||
Great job! It's even a product unlike those other modifications!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|