The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[DBTech] Postbit Tabs v1 (vB4) Details »» | |||||||||||||||||||||||||||||||||
Postbit Tabs: What is it?
DragonByte Technologies are proud to present Postbit Tabs v1: A mini mod that uses JavaScript to organise the postbit in a tab-like fashion. Why Postbit Tabs? Postbit Tabs is a product that uses JavaScript to organise the postbit in a tab-like fashion, offering admins the opportunity to slim down their postbits and give it a more Web 2.0 look. It's a powerful tool for any admin who feels their postbit has become cluttered by various modifications' additions, and who wish to regain control over how their postbit looks. Our advanced View Manager allows admins to directly copy/paste HTML code as it's found in vBulletin templates - no special syntax is required. ------------------------------------------------------------------------------------------- If you like this mod please hit the button to the right ----> Please remember to click the, button to the right if you installed the mod ----> What does 'Marking As Installed' do ? * It helps you to stay on top of updates - members who have installed modifications will be notified by us whenever new updates are available. * For security issues - vbulletin.org will contact all members who have installed a modification whenever a security issue is brought to their attention. * Marking a modification as installed also helps us know how many people are using our work, giving us extra incentive to provide more features and new modifications. We appreciate the support! ------------------------------------------------------------------------------------------- Translations available @ our forums Support for translations handled by the translator in its respective threads only. ------------------------------------------------------------------------------------------- Complete Feature List
------------------------------------------------------------------------------------------- This mod displays a copyright notification in the footer of Thread pages which includes:
Download Now
Screenshots
Show Your Support
|
Благодарность от: | ||
mohammadxxx |
Comments |
#32
|
|||
|
|||
Quote:
Seemingly working on 4.1.1 |
#33
|
||||
|
||||
Postbit Tabs v1.0.4
* Now also works on vB3 * jQuery updated to v1.5.0 Fillip |
#34
|
|||
|
|||
Quote:
Installed and seemingly working 4.1.1 Thank you |
#35
|
|||
|
|||
HI and thanks for this mod. Why sint the code from digital jedi working, when i try to put this into a view
Code:
<vb:if condition="$post['age']"><div class="info">$vbphrase[age]: $post[age]</div></if> |
#36
|
||||
|
||||
You're mixing vB4 and vB3 syntax, which may be part of the problem.
Try using the vB4 template syntax; HTML Code:
<vb:if condition="$post['age']"><dt>{vb:rawphrase age}</dt> <dd>{vb:raw post.age}</dd></vb:if> Fillip |
#37
|
|||
|
|||
Thanks for the response Fillip, but that code doesn't work either, it now shows that the view age has been created, but when i add it to a tab, it doesnt display. Basicly i wanted to display the basic info of an user in a tab, so far i could not find proper codes to do that.. :/
Can you help me finding the codes that will work? Thanks again for your work. Regards, Antidepresiv |
#38
|
||||
|
||||
This is the complete code we use in a View, which works perfectly on all our customers' installations:
HTML Code:
<dl class="userinfo_extra"> <vb:if condition="$post['joindate']"><dt>{vb:rawphrase join_date}</dt> <dd>{vb:raw post.joindate}</dd></vb:if> <vb:if condition="$post['field2']"><dt>{vb:rawphrase location_perm}</dt> <dd>{vb:raw post.field2}</dd></vb:if> <vb:if condition="$post['age']"><dt>{vb:rawphrase age}</dt> <dd>{vb:raw post.age}</dd></vb:if> <dt>{vb:rawphrase 'posts'}</dt> <dd>{vb:raw post.posts}</dd> <vb:if condition="$post['entries']"><dt>{vb:rawphrase blog_entries}</dt><dd><a href="{vb:link blog, {vb:raw post}, null, 'userid', 'blog_title'}">{vb:raw post.entries}</a></dd></vb:if> </dl> {vb:raw template_hook.dbtech_userinfo_right_after_posts} |
#39
|
||||
|
||||
Quote:
i need remove all in pat up .. (sry bad english no speack) .. and trasfer in the postbit tabs |
#40
|
||||
|
||||
after update in product manager version display 1.0.3
|
#41
|
|||
|
|||
Same here.
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|