![]() |
Thanksssss!
exactly what i needed. I have a little problem here. It seems doesn't work for me. I edited the index_tab.php PHP Code:
HTML Code:
Edited: I fixed it. Thanks for a cool hack. |
My tab 1 is working, but tab 2 and tab 3 just display white under neath the tabs, no forums show up at all.
I used your code first, then modified it to my categories and names, but still just white. Any idea what I may be missing? |
Quote:
|
Quote:
To answer your first question, the instance is the var name in this chunk of script that you added in Step 16: (Bold Red) Code:
<!-- Tabbed Forums switch tab script --> So to further expand on this function: instance.expandit(tabid_or_position) This method lets you dynamically select any tab based on either its ID attribute (you need to first assign one to that tab), or position relative to its peer tab links. The method can be called anywhere on the page, such as inside a link on the page. Parameter: tabid or position: Either a string representing the tab link's ID, or an integer corresponding to that tab's position relative to its peers, to select. For the later, the counting starts at 0 (ie: 0=Tab 1, 1=Tab 2, 2=Tab 3 and so on). So to answer your question, 0=the first tab. tcontent1=the content of the tab itself, not the ID of the tab. Example: Based on the following sample tabs layout, I added a tab ID to Tab 2. You don't need to do this as you can also just call the position as well. Code:
<ul id="forumtabs" class="shadetabs"> Here are some examples of how the links can be used: This one uses the position parameter: Code:
<!--Selects 4TH tab within instance "myforumtabs" --> this one uses the tabid parameter: Code:
<!--Selects tab with ID="roses" within instance "myforumtabs" --> Hope that helped out and answered your questions.. Bobster |
Oh my God! I was looking for this mod as I've seen it on vBSEO and it's finally here. Thanks a lot for the release! :D
Any plans on porting this over to 3.7.x as well? |
Quote:
|
i'm fixed i'm not much into editing could you have a look and help me : www.indianprofits.com
|
Yo! :)
Is there any way to make the forum remember the collapse position? Doesnt work now... |
Quote:
|
Quote:
|
just what i was looking for
|
One should keep in mind, that when javascript is turned off there won't be displayed any forums at all. Should have a workaround for that handy!
|
Quote:
|
Quote:
I don't know many computer users who have Java turned off, or don't have Java installed at all. It has become a small issue though after Microsoft was forced to stop distributing Java with all operating systems. |
I have a question about putting more than one category under a tab.
Code:
$forumbits2 = construct_forum_bit(13,1,0); |
Quote:
Code:
$forumbits2a = construct_forum_bit(13,1,0); |
Great job Bobster! *installed and looks nice*
Is there any way to use these tabs for individual forums also (instead of just categories)? |
Quote:
|
Quote:
I noticed that when I tried to add one (using the forumid of a singular forum in construct_forum_bit function call), nothing appeared in the forumbit display for that tab. I'm guessing that a threadbit needs to be built instead, right? I tried using the variables that point to threads in a normal forumdisplay, but they probably aren't in the index.php file or plugged in to the forumhome templates. |
Quote:
|
Quote:
|
This is a great mod but i cant get it working.
I have got it so the tabs are showing but i cant figure out at all how to add content to any of the tabs. After adding the example 2nd tab content nothing shows up in that tab except an empty forum and i cant figure out how to configure it. Sorry for being thick but have been messing around for hours trying to get this working. My forum is getting big and messy now and this would really neaten it up so i really want to get it working. If anybody can help me get it working it will be very much appreciated and if somebody wants to install it for me and get it how i want it i will be happy to pay them. Thanks in advance Ben |
friend
i need seven tabs the forum category are Tab . 1 . home, tab 2 : cat 25, tab3 : cat 30 , tab4 : 28 , tab 5 : 27, tab 6 : 29 , tab7 :26 , i need the tabs to look like as the first one in your demo forums , i'm placing the index php code : PHP Code:
and this is the Forum Main code : PHP Code:
Please correct it accordingly as it would be of great help since i'm too bad in coding these ..... |
Quote:
Code:
// Construct Tabbed Forum Home forumbits (pulls forum and sub form data from Category) Code:
<!-- main --> |
I thank you very much for this help i nominate this Mod as the Mod of the month ,
one more small request its showing as lines only instead of tabs how can i correct that ? i thank you once again |
Quote:
|
i have send u a PM when u have the time take a look
|
Quote:
Looks like my members use it very much, just complaining it doesnt work :erm: Awaiting fix :D |
Quote:
Like il say il quite happily pay someone. Its mostly set up just needs configuring. |
Sounds like a simple problem with the $forumbits variables either:
a) named incorrectly in your FORUMHOME template or b) missing definitions in your index.php file PM me if that doesn't solve it. |
Quote:
|
Absolutely fantastic mod. Great work!
installed and worked like a charm. Thanks for your time and effort with this. A happy customer! |
Heh heh heh this looks great. Nice work bobster thanks. Glad to see folks sorting out their problems for themselves but it would be even better if they told us how they did it as i just know i'm gonna have the same probs when i install this bad boy.
1 question before install if i may. Can i still have my normal forum home as it is and when someone clicks A TAB it shows the forums in A TAB of my forum along with loads of new forums that are just on the click of A TAB? sorry i tried to make that sound sense. Basically i want to add load more forums to a section of my forum but i also need to leave some forums in that section showing as normal on my Forum Home as the users of these forums will not like to have their forum 'demoted' to being off the forum home and on some new flashy tab button. thanks |
How do you stop the board from jumping to the top every time you click a tab???
*edit* Nevermind, I'm an idiot. lol |
1 Attachment(s)
Ok, installed..... Loving the sh*t out of this, But I have an error I can't seem to fix. It seems like my moderator,thread, view, & post got shifted somehow...
How do I re-align these columns??? |
Quote:
|
Quote:
ie.. tab 1 could be category 1, 2, 3, 4, 5, 6 tab 2 could be category 1,2, 9, 15 tab 3 could be category 1,2, 10, 16 tab 4 could be category 1,2, 11, 17, 20 tab 5 could be category 1,2, 21 Hope that is what you were asking... |
1 Attachment(s)
Quote:
|
Quote:
Default vB is a colspan of 5 (or 6 with moderator column) ... your style takes the column that normally is "Last Post" and puts it in a DIV within the "forum" column, so your custom style is a colspan of 4 ( or 5 with moderator column) .. so what you need to do is take out the "last Post" column in this chunk of code (BOLD RED).. This chunk is the first bit of code for each tab, so you will have to find it for all 6 of your tabs.. Code:
<thead> Code:
<tbody> |
You sir, are a genius...
I have some $$$ coming in soon. I'll be donating to EVERYONE who I've installed a mod from. YOU are DEFINITELY on the list. Thank you so much |
All times are GMT. The time now is 12:59 PM. |
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:
|