Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Profile Fields in Postbits Details »»
Profile Fields in Postbits
Version: 2.11, by emin3m emin3m is offline
Developer Last Online: Oct 2018 Show Printable Version Email this Page

Category: Mini Mods - Version: 3.6.7 Rating:
Released: 08-10-2006 Last Update: 12-06-2006 Installs: 274
DB Changes Uses Plugins
 
No support by the author.

Show Profile Fields in Postbits

Profile Fields in Postbits in german language

Features
1. Shows Profile fields in the postbits.
2. Dosent shows if field is blank.
3. Admin can set which profile field to show and in which order.
4. Admin can set where to show under posts by user or under username NEW

Whats New
1. Queries issue fixed, now only 2 quries per page(showthread) load

Why Use it
As am running my university forums so, setting "roll no" (student-id-no) in postbit made easy to recognize ppl posting..
you can add fields like "Favourite music", "Favourite movie", "Favourite book" and add them in postbits..

REFERSH THE ADMIN PANEL AFTER INSTALLING IT

there might be such plugin b4 but am unable to find it,, is it?
for 3.5.x ..... here
and on 3.6.0 special thanks to nicedreams

Liked it?
How about

images
screen shot
admin panel

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #62  
Old 12-19-2006, 10:48 PM
Cronic82 Cronic82 is offline
 
Join Date: Aug 2006
Location: sumwhere over the rainbow
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

installed.. but how can i put some space between the fields?
i have the profile postbit on the left,..so need to balance the fields out a bit so they are not all stacked..
i'd love 1 line of space between e.g. field 1 and field 2

ps: seems to work fine on 3.6.4
Reply With Quote
  #63  
Old 01-13-2007, 09:44 AM
criscokid criscokid is offline
 
Join Date: Nov 2003
Location: London, UK
Posts: 380
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This mod rocks!! I'd love to see this mod extended / enhanced to enable selected profile fields to be shown on the 'memberlist' page.
Reply With Quote
  #64  
Old 01-13-2007, 01:10 PM
globalinsites globalinsites is offline
 
Join Date: Oct 2002
Posts: 109
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by criscokid View Post
This mod rocks!! I'd love to see this mod extended / enhanced to enable selected profile fields to be shown on the 'memberlist' page.
You don't need this mod for that, it's a standard vB feature if I understand what you're asking: In Admin CP go to User Profile Fields: User Profile Field Manager -> select 'Show on Members List'
Reply With Quote
  #65  
Old 01-14-2007, 01:39 PM
BudLeiser BudLeiser is offline
 
Join Date: Nov 2006
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can this mod be made to work in conjunction with
https://vborg.vbsupport.ru/showthrea...ble+user+field
?

If anyone knows how to hack this to work PM me.


GAH problem: I made a multie click checkbox and combined it with this. Instead of listing their selections like "Halo, Castevania" etc. It turned into a string of numbers

Video Games: 11793870
Reply With Quote
  #66  
Old 01-14-2007, 04:25 PM
criscokid criscokid is offline
 
Join Date: Nov 2003
Location: London, UK
Posts: 380
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by globalinsites View Post
You don't need this mod for that, it's a standard vB feature if I understand what you're asking: In Admin CP go to User Profile Fields: User Profile Field Manager -> select 'Show on Members List'
You're right... it does.

When I posted that message though I was thinking of the selected profile fields being shown (like it does in the posybit) under the username, not in a new clumn for each field like it does at present.
Reply With Quote
  #67  
Old 02-04-2007, 01:07 PM
BudLeiser BudLeiser is offline
 
Join Date: Nov 2006
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great mod thanks.
How can I pull custom fields to non-postbit areas?
Most specifically I want it in threadbit after $thread[postusername]
But using $post[field#] does not work.
Reply With Quote
  #68  
Old 02-04-2007, 01:10 PM
Surviver's Avatar
Surviver Surviver is offline
 
Join Date: Feb 2006
Location: Bonn, Germany
Posts: 382
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Try $thread[fieldX]
Reply With Quote
  #69  
Old 02-04-2007, 01:17 PM
BudLeiser BudLeiser is offline
 
Join Date: Nov 2006
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Surviver View Post
Try $thread[fieldX]
Was one of the first alternatives I tried. No luck.
Same with
$thread[postuerfieldx]
$thread[userfieldx]
$thread[postfieldx]

etc
Reply With Quote
  #70  
Old 02-05-2007, 12:42 AM
projectpilot projectpilot is offline
 
Join Date: Feb 2004
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This hack does not work with drop down ( multiple selection) profile fields. Or does it?
Reply With Quote
  #71  
Old 02-05-2007, 08:05 AM
criscokid criscokid is offline
 
Join Date: Nov 2003
Location: London, UK
Posts: 380
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by projectpilot View Post
This hack does not work with drop down ( multiple selection) profile fields. Or does it?
This mod displays what's in the data field. Multiple selection field data is stored as a number: 1, 2, 4, 8, 16, 32, 64, etc so using it on multiple selection fields you'll probably just end up getting a string of numbers displayed unless the mod's been coded to take this into account. The easiest way to find out is to try it on one othose fields.
Reply With Quote
Reply


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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:14 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05078 seconds
  • Memory Usage 2,309KB
  • Queries Executed 28 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete