Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons

Reply
 
Thread Tools
Info box on Postbit Details »»
Info box on Postbit
Version: 4.1.4, by Asterix_ita Asterix_ita is offline
Developer Last Online: Jul 2019 Show Printable Version Email this Page

Category: Show Thread Enhancements - Version: 4.0.x Rating:
Released: 08-11-2010 Last Update: 11-25-2011 Installs: 63
DB Changes Uses Plugins Template Edits Auto-Templates
Additional Files Translations  
No support by the author.

The addon allows you to back inside the post fieldx certain user in the user panel, that information is collected in an infobox retrieved via button, the box is returned immediately after signature.

Everything began to this modification Show Users System Specs.

Sorry for English but is the result of an online translator

The addon has the following options:
  • Automatic entry into the Temple: With this option, the insertion of the box is automatic procedure without the change in the template as it attaches to 'template_hook.postbit_signature_end.

    Remember that this hook works well on the template postbit in postbit_legacy hook appears to be within an if that event does not allow the missing signature display box.


    Who uses the postbit_legacy must proceed with editing the template and set this option to no.

    Find:
    Code:
    <div class="cleardiv"></div>
    add first
    Code:
     {vb:raw ctinfo.infobox}
  • Forums to be View: it is possible to select which forums to display this infobox
  • Info Fields 1 ?....Fields 8: represent the eight fieldx to be reported, the fields must contain the name of such fields. Fields5 ... ..
  • The last 4 options let you customize the infobox. eg. Border, background color etc. ...

Limitations

information is contained in two columns, the fields and their labels will appear only if the fields contain user data. The first column shows the fieldx 1 to 4, while in the second fieldx 5-8.

The recall button infobox appears only if at least one selected user to infobox field contains the value and if the forum is part of those selected in the options.


Install:


Upload images/buttons
Import product_infobox.xml
Configure in vBulletin Options -> CT Info box

This plugin adds:

2 template
ct_info_box
ct_info_button

3 plugin

40 phrase

Changelog

17.08.2010 add option automatic/no automatic label fieldx
10.07.2011 Version 4.1.0 (beta) released [before proceeding with the installation read here]
14.07.2011 Version 4.1.1 (beta) (Add option show guest or only member; Add option move button infobox)
29.07.2011 Version 4.1.2 change status from beta to stable
06.08.2011 Version 4.1.3 rewrite code button show/hide
26.11.2011 Version 4.1.4 add fourth column

Translations for version 4.0.2

Italian language: Collectiontricks
Arabic language: Dr.osamA

from version 4.1 has changed the structure of the plugin read this before you proceed

Attention: the plugin adds to the bottom of the page a link to the site author

Download Now

File Type: zip CT_infobox.zip (5.4 KB, 78 views)
File Type: zip CT_infobox 402.zip (5.7 KB, 138 views)
File Type: zip CT_infobox 412.zip (13.2 KB, 34 views)
File Type: zip CT_infobox 413.zip (13.2 KB, 72 views)
File Type: zip CT_infobox 414.zip (13.5 KB, 160 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
3 благодарности(ей) от:
danswano, Khriz, Taurus1

Comments
  #32  
Old 03-03-2011, 04:29 PM
Asterix_ita's Avatar
Asterix_ita Asterix_ita is offline
 
Join Date: Aug 2009
Location: Italy
Posts: 312
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

no problem
Reply With Quote
  #33  
Old 03-04-2011, 02:02 PM
kisanjong kisanjong is offline
 
Join Date: Feb 2009
Location: UK
Posts: 104
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Works great for single fields, how can i get this to work with Multiple-Selection Checkbox
type fields ? and show all selections from that field.

Thanks
Reply With Quote
  #34  
Old 03-06-2011, 10:32 AM
Dave-M Dave-M is offline
 
Join Date: Sep 2007
Location: UK
Posts: 143
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,

I just wanted to say thanks for this, I've been looking for something similar for months, and it is really nicely implemented too.

Is it possible to add extra fields in the admincp settings? I would like to have 12 or 14 if possible?

Thanks.
Reply With Quote
  #35  
Old 03-21-2011, 08:07 AM
Asterix_ita's Avatar
Asterix_ita Asterix_ita is offline
 
Join Date: Aug 2009
Location: Italy
Posts: 312
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@MrKing sorry for the delay,

I checked and this thing is due by way of data storage vb http://www.vbulletin.com/forum/showt...-Profile-Field

Unfortunately, the multi-value fields is a limitation of this plugin

@Dave-M
Quote:
I would like to have 12 or 14 if possible
yes it is possible, need to change the installation xml file by adding fields in both the inherent part of the template and variables
Reply With Quote
  #36  
Old 04-13-2011, 07:25 PM
Dave-M Dave-M is offline
 
Join Date: Sep 2007
Location: UK
Posts: 143
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ah, that's out of my depth then haha!

Maybe add something for future to make it easy to add extras for us non-programmy types?

Thanks
Reply With Quote
  #37  
Old 05-30-2011, 03:59 AM
FannBlade's Avatar
FannBlade FannBlade is offline
 
Join Date: Apr 2011
Posts: 39
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by xtremecoders View Post
Thank you Very Much for your nice Product.

I have 26 Custom Profile Info and i Modded your Product to my NEEDS. :up:

Quote:
Originally Posted by Asterix_ita View Post
@MrKing sorry for the delay,

I checked and this thing is due by way of data storage vb http://www.vbulletin.com/forum/showt...-Profile-Field

Unfortunately, the multi-value fields is a limitation of this plugin

@Dave-M


yes it is possible, need to change the installation xml file by adding fields in both the inherent part of the template and variables
need help here also a few more fields, Also any way oi make it stay up no clicking icon just stays up in sig.

Nice Mod works well
Thank you for the work.
Reply With Quote
  #38  
Old 06-15-2011, 01:36 AM
ryohnosuke's Avatar
ryohnosuke ryohnosuke is offline
 
Join Date: Nov 2010
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

it still working? vB 4.1.4
Reply With Quote
  #39  
Old 06-15-2011, 01:20 PM
Asterix_ita's Avatar
Asterix_ita Asterix_ita is offline
 
Join Date: Aug 2009
Location: Italy
Posts: 312
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,

work's fine for me



Uploaded with ImageShack.us
Reply With Quote
  #40  
Old 06-15-2011, 02:34 PM
ryohnosuke's Avatar
ryohnosuke ryohnosuke is offline
 
Join Date: Nov 2010
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I installed it but I didn't see any extra field in user profile.

thanks
Reply With Quote
  #41  
Old 06-15-2011, 05:31 PM
Asterix_ita's Avatar
Asterix_ita Asterix_ita is offline
 
Join Date: Aug 2009
Location: Italy
Posts: 312
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Do not add any field, you may have misunderstand the addon
Reply With Quote
Reply

Thread Tools

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 10:48 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.11198 seconds
  • Memory Usage 2,345KB
  • Queries Executed 26 (?)
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
  • (2)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (3)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (5)postbit_attachment
  • (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_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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete