![]() |
LOL...Okay, so you are THE man! :D
You finally started thinking 'outside the postbit box' , right? ;) |
Haha, exaaaaaactly. ;)
Now I just have to redo the entire postbit because of the new skin I'm doing, apparently I missed a div somewhere, so I'd rather just reconstruct the entire thing. :P |
I am still a bit confused on what codes to put in the div holders. For instance if I wanted to add this: <if condition="$show['infraction']"><div class="info">$vbphrase[infractions]: $post[warnings]/$post[infractions] ($post[ipoints])</div></if>
to tab 1. Where would I put it? Do I completely replace the placeholder under Tab 1 or do I add it inside of it somehwere? Also do I need to change the <li> coding at all once I add one thing or more? Sorry I am a bit new to vBulletin but I am not computarded or anything. Haven't coded in quite some time. |
Quote:
Code:
Code:
|
thanksss, working perfect here :p
|
Quote:
<!-- BEGIN AJAX CONTENT --> <div id="postbittabs$post[postid]" class="djdot"> <ul> <li><span title="View Tab 1"><a href="#" rel="tab1$post[postid]" id="selected$post[postid]"> </a></span></li> <li><span title="View Tab 2"><a href="#" rel="tab2$post[postid]"> </a></span></li> <li><span title="View Tab 3"><a href="#" rel="tab3$post[postid]"> </a></span></li> <li><span title="View Tab 4"><a href="#" rel="tab4$post[postid]"> </a></span></li> <li><span title="View Tab 5"><a href="#" rel="tab5$post[postid]"> </a></span></li> </ul> <br style="clear: left" /> </div> <div class="smallfont"> <!--TAB 1 CONTENT --> <div id="tab1$post[postid]" class="tabcontent"> <div class="info">Tab 1 Content:Block B</div> <div class="info">Tab 1 Content:Block C</div> </div> <!-- TAB 2 CONTENT --> <div id="tab2$post[postid]" class="tabcontent"> <div class="info">Tab 2 Content:Block A</div> <div class="info">Tab 2 Content:Block B</div> <div class="info">Tab 2 Content:Block C</div> <div class="info">Tab 2 Content:Block D</div> </div> <!-- TAB 3 CONTENT --> <div id="tab3$post[postid]" class="tabcontent"> <div class="info">$vbphrase[posts]: $post[posts]</div> <if condition="$post['joindate']"><div class="info">$vbphrase[join_date]: $post[joindate]</div></if> <div class="info">Tab 3 Content:Block C</div> <div class="info">Tab 3 Content:Block D</div> <div class="info">Tab 3 Content:Block E</div> <div class="info">Tab 3 Content:Block F</div> </div> |
Quote:
Code:
mytabs.setpersist(false) |
Strange....I just had a new member make their first post (we're still testing things out at the site, it's not 100% open yet) and it doesn't show anything other than the three tabs. Then, when you click on a tab, it goes up to the top of the page like the others mentioned.
Any thoughts on what I should do? Here's the example: It's the member named hms1016 and the thread is http://www.glamrocktalk.com/showthre...?p=265#post265 EDITED: I always had the 'persistence' as false. So, that's not a solution for me. |
Quote:
|
Quote:
Yes but in the initial instructions it was suggested to change it to "true" - I did before upload but had the "jump to the top" issues until I changed it back to false. |
All times are GMT. The time now is 10:58 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:
|