Register Members List Search Today's Posts Mark Forums Read

Reply
 
Mod Options
User Collapsable Postbit Info Details »»
User Collapsable Postbit Info
Mod Version: 1.1.0, by Cyricx (Coder/Designer) Cyricx is offline
Developer Last Online: Dec 2011 I like it Show Printable Version Email this Page

vB Version: 3.6.4 Rating: (6 votes - 4.17 average) Installs: 27
Released: 08 Feb 2007 Last Update: Never Downloads: 240
Not Supported Uses Plugins Template Edits Code Changes  

This hack was originally released by Steve St.Lauren for vb3.0.x in this thread -


http://www.vbulletin.org/forum/showthread.php?t=68043

This is a port of that hack and ALL credit goes to Steve for this modification.

Basically, what this hack does is it takes all the extra user info like join date, location, age, posts etc and slaps them into a table that can be collapsed or expanded. If you collapse it, it'll store that setting in your cookies and all user infos will be collapsed fro then on til you expand it again

Your selection WILL carry over to private messages as well

Please click da instally thinga magigy

O and you won't have to clear any cookies for this to work, or for it to remember your settings.

For the vbulletin 3.5 version of this mod Click here!

Things To Do:
1. Edit /clientscript/vbulletin_global.js (1 modification)
2. Import new product xml
3. Edit postbit_legacy template
4. Edit postbit template


Updates:
  • Version 1.1.0
    • Fixed code to enable collapse in private messages
    • added functionality to be able to apply modification to both postbit and postbit_legacy templates
  • Version 1.0.0
    • Initial release

Download Now

Only licensed members can download files, Click Here for more information.

Addons

Supporters / CoAuthors

Screenshots

Click image for larger version

Name:	collapsed.jpg
Views:	834
Size:	32.9 KB
ID:	60236Click image for larger version

Name:	expanded.jpg
Views:	862
Size:	37.5 KB
ID:	60237

Show Your Support

  • To receive notifications regarding updates -> Click to Mark as Installed.
  • If you like this modification support the author by donating.
  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Similar Mod
Mod Developer Type Replies Last Post
Collapsable user info mad@Max vBulletin 3.7 Add-ons 34 25 Jul 2010 01:35
User Info Collapsable Postbit in Legacy Cyricx vBulletin 3.5 Add-ons 49 14 Jul 2009 21:43
User info collapsable table on left side of postbit_legacy Steve St.Lauren vBulletin 3.0 Full Releases 34 24 Oct 2007 15:38

Comments
  #2  
Old 08 Feb 2007, 18:18
Cyricx Cyricx is offline
 
Join Date: Sep 2002
First post reserved
__________________
Cyricx (Chris)
Reply With Quote
  #3  
Old 08 Feb 2007, 19:18
AKapadia AKapadia is offline
 
Join Date: Jan 2006
thanx.. it's nice hack
Reply With Quote
  #4  
Old 08 Feb 2007, 19:21
Surviver's Avatar
Surviver Surviver is offline
 
Join Date: Feb 2006
Real name: Julian
Thanks, installed
__________________
vBPoint
Reply With Quote
  #5  
Old 08 Feb 2007, 19:24
Snake's Avatar
Snake Snake is offline
 
Join Date: Mar 2005
Location: Cleveland, OH
Real name: Josh
Thanks!
Reply With Quote
  #6  
Old 11 Feb 2007, 14:38
TTG's Avatar
TTG TTG is offline
 
Join Date: May 2004
Works well in IE but in Firefox version 2 it doesn't work !?
Reply With Quote
  #7  
Old 12 Feb 2007, 15:22
Cyricx Cyricx is offline
 
Join Date: Sep 2002
Unfortunately I do not use firefox at all

I'll try to install firefox and see if I can figure out what's going on. The base javascript is unchanged from Steve's code in 3.0, I'll compare it to other functions in that file to see if I can determine where a change would need to be.
__________________
Cyricx (Chris)
Reply With Quote
  #8  
Old 12 Feb 2007, 17:35
Neo_Angelo's Avatar
Neo_Angelo Neo_Angelo is offline
 
Join Date: Dec 2005
Location: Ober Dere!
Real name: Tom
i might give this a try and maybe alter a few things on it ^_^ thanks for this hack.
Reply With Quote
  #9  
Old 13 Feb 2007, 00:33
Smoothie Smoothie is offline
 
Join Date: Oct 2001
Originally Posted by TTG View Post
Works well in IE but in Firefox version 2 it doesn't work !?
Works fine for me with FF 2.
Reply With Quote
  #10  
Old 13 Feb 2007, 10:14
yingzhou's Avatar
yingzhou yingzhou is offline
 
Join Date: Oct 2006
Real name: Anh Châu
Can i use this mod to hide something else not only the Addition Info? I have installed the Ishop Mod on my forum then I want to hide all the Iventory in this postbit. Someone have alot of items to show.
__________________
Vietnamese 3.7.x Language - pass: soft4vn
Reply With Quote
  #11  
Old 13 Feb 2007, 12:50
fishhub fishhub is offline
 
Join Date: Aug 2006
Good job!
Reply With Quote
  #12  
Old 13 Feb 2007, 14:33
Cyricx Cyricx is offline
 
Join Date: Sep 2002
Originally Posted by TTG View Post
Works well in IE but in Firefox version 2 it doesn't work !?
Originally Posted by Smoothie View Post
Works fine for me with FF 2.
TTG does firefox still use plugins? If so, please try to disable some of them and determine if one is causing the issue. As smoothie is not experiencing any errors.

Originally Posted by yingzhou View Post
Can i use this mod to hide something else not only the Addition Info? I have installed the Ishop Mod on my forum then I want to hide all the Iventory in this postbit. Someone have alot of items to show.
Yes and no.

Yes you can apply the code to collapse and expand in more then one location. (though you'll need to change some of the template code after userinfo_) the issue you'll have those is that collapsing the additional info, will also collapse the ishop inventory and expanding it will expand all.

Now you could add the inventory into the same table as the additional info. And then collapsing the additional info will hide the inventory as well. That would be the better of the two options. Though I donot use ishop so I'm unfamiliar with the layout.
__________________
Cyricx (Chris)
Reply With Quote
  #13  
Old 15 Feb 2007, 00:41
yingzhou's Avatar
yingzhou yingzhou is offline
 
Join Date: Oct 2006
Real name: Anh Châu
Originally Posted by Cyricx View Post
Yes and no.

Yes you can apply the code to collapse and expand in more then one location. (though you'll need to change some of the template code after userinfo_) the issue you'll have those is that collapsing the additional info, will also collapse the ishop inventory and expanding it will expand all.

Now you could add the inventory into the same table as the additional info. And then collapsing the additional info will hide the inventory as well. That would be the better of the two options. Though I donot use ishop so I'm unfamiliar with the layout.
I did it. Change some code then now I can collapse the Ishop inventory. Thank you very much.
You can see it in my forum. Link in my signature.
__________________
Vietnamese 3.7.x Language - pass: soft4vn
Reply With Quote
  #14  
Old 22 Feb 2007, 23:12
MissKalunji's Avatar
MissKalunji MissKalunji is offline
 
Join Date: Aug 2003
Real name: Mj Bain
is there a way to save you the queries on the pages? til somoeone actually presses it?
__________________
____________
BossLady

Last edited by MissKalunji : 22 Feb 2007 at 23:26.
Reply With Quote
  #15  
Old 23 Feb 2007, 12:32
Cyricx Cyricx is offline
 
Join Date: Sep 2002
Just to clarify - This mod itself does not add any queries

But to answer MissKalunji's question about saving the queries that vbulletin does for the user's info...

Hypothetically you could do it using ajax. I don't know enough about ajax to attempt to code something like that yet. Stress yet Ajax is on my list of code structures to study

Without using some ajax type code that would run a query without refreshing the page, there would be no way to save the queries without forcing the user to refresh the entire page when uncollapsing a user's info.
__________________
Cyricx (Chris)
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
Mod Options

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Jump


New To Site? Need Help?

All times are GMT. The time now is 18:50.

Layout Options | Width: Wide Color: