![]() |
will this mod mess with spiders and search engine crawlers and their findings on the site?
|
the last post, threads, and post columns for the stats are not lined up properly. ideas?
|
Yeah Same Problem..its Not In Linke...is There Anyway I Can Pic And Choose Which Ones I Want To Show.
|
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"> 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"> 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. Quote:
|
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 :)
|
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 |
Quote:
|
Will there be a pro version to this? or is light meaning something else?
|
Quote:
|
Great job! It's even a product unlike those other modifications!
|
All times are GMT. The time now is 11:50 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|