![]() |
[DBTech] Postbit Tabs v1 (vB4)
1 Attachment(s)
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 https://vborg.vbsupport.ru/external/2015/08/1.png button to the right ----> Please remember to click the, https://vborg.vbsupport.ru/external/2015/08/2.png 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:
|
What a great idea :)
Any demo up before i install it? Regards |
Our website has it running :)
Fillip |
tagged and thanks
|
Sounds cool, but still not seeing a demo anywhere
|
How similar is this modification compared the this one:
https://vborg.vbsupport.ru/showthread.php?t=237867 |
Is this mod use for both postbit or only for postbit_legacy?
|
Quote:
Quote:
Quote:
Quote:
Fillip |
Quote:
The same idea, different ways they went about it now if DBTECH comes out with a signature version and easily enabled or disabled features such as an mp3 player and other cool tidbits of info or new features you can easily disable or disable then just be aware I posted it here first :p. Edit: I was kidding there people laugh with me :cool:. |
Hehe :)
Just as an addendum: While the result looks similar to the end-user, I can assure everyone that there is no shenanigans going on here :p We haven't copied any code, not even the JS code :) The JS was made in collaboration with Darkwaltz4, DBTech's resident jQuery guru, conceptualised / foundation written by myself. We've also been in contact with DigitalJedi both in public on DBTech's website, and in private communication both there and here on vB.org, so I would think he's fully aware of what has been going on with this mod :) Fillip |
It looks great, but the lite version is only useful if you're already using some of the other dragonbyte mods, if you don't have any of them installed, then this product does nothing for you, right?
|
Quote:
What it does is makes things EASIER for you. All of this stuff can be done by hand too. That is what I did before this mod came out. But it means a bit more work and coding knowledge. If you want to customize on your own, then do it on your own. If your lazy or just don't want to do extra work. Then this mod is for you. |
Quote:
The pro version has some more advanced features, is more customisable and has a lot of things which aren't easy to add given options for ease of use ^.^ Also big props to Digital Jedi for the idea and the permission to use his awesome "blob" image =D Iain |
Quote:
Quote:
Quote:
|
A hotfix for vBSEO breaking the tabs' rendering has been released.
If you are affected, please re-download and re-upload all files. Fillip |
I got the pro version of this and it is fantastic. Does exactly what I needed to help clean up/organize my postbit. The one problem I had was fixed by thier support in a matter of minutes. Well done guys!
|
Postbit Tabs v1.0.2
Fillip |
I think I misconfigured one thing when I tried to put the activity stuff under one of the tabs and try to remove them how they would else be normally displayed. The only option I could find to remove the normal ones was to Disable under the Activity Stats Settings. This also turned it off for the tabs.
I guess I should ask this over in the Activity Mod thread, but it kinda effected me when I tried to use this one ;-P |
It'd be equally effective either way :p
Please update to the latest version of vBActivity, it's got changes to allow it to disable automatic deployment and not remove it from the tabs. Fillip |
Installed
But the lite version seems worthless, unless you know what vBulletin code to apply |
If you don't use any other DBTech products I guess you could argue that.
But that's like saying DigitalJedi's postbit mod is even more useless because it doesn't automatically integrate with anything, which I'm sure pretty much everybody who ever posted in his threads would disagree with you in saying :) Fillip |
I only have vbshop from dbtech installed and i added tab contect quickly and easily. The one MINOR problem I had was fixed within a few minutes via support on the dbtech site.
I have the vbshop add-on running with this but thats it. Its really not difficult to sort out, and the dbtech support seriously is the best ive seen for vbulletin add-ons. Ive had questions/problems on other forums out for weeks with no response. I am by no means an expert with vbulletin but this add on really is just as simple as copying/pasting code into the desired views. Start to finish took all of an hour for me to completley customize it for my site. And id guess I have 2-3 views per tab. |
Postbit Tabs v1.0.3
Fillip |
when i clean this code:
Code:
{vb:raw template_hook.postbit_userinfo_right_after_posts} every info not shown |
Which is why you shouldn't do that :)
That's the hook the product uses to show itself. Fillip |
Quote:
|
Copy / paste their postbit template into a View.
Fillip |
for example: http://forum.tractorfc.com/showthread.php?1573/page3036
i create 4 tab cut codes from postbit_legacy and paste to view tab all codes is ok i copy thank you code : Code:
{vb:raw template_hook.postbit_userinfo_right_after_posts} but when i cut this code from postbit_legacy none of info not shown |
That isn't the code for thank you.
Fillip |
Quote:
i put this code in view and show thank you my problem occurs when i cut this code at postbit_legacy |
Quote:
Seemingly working on 4.1.1 :) |
Postbit Tabs v1.0.4
* Now also works on vB3 * jQuery updated to v1.5.0 Fillip |
Quote:
Installed and seemingly working 4.1.1 :) Thank you |
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> |
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 |
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 |
This is the complete code we use in a View, which works perfectly on all our customers' installations:
HTML Code:
<dl class="userinfo_extra"> |
Quote:
http://screensnapr.com/-/uploads/mcaRC1.png i need remove all in pat up .. (sry bad english no speack) .. and trasfer in the postbit tabs |
after update in product manager version display 1.0.3 :D
|
Quote:
|
All times are GMT. The time now is 04:33 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:
|