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

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
  #62  
Old 07-14-2011, 04:39 PM
danswano danswano is offline
 
Join Date: Jan 2009
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes, i did imported the product with overwrite and uploaded all files again, where do i have to put this code?
Code:
if ($this->registry->options['ct_infobox_guest'] OR $show['member'])
    {
Reply With Quote
  #63  
Old 07-14-2011, 05:46 PM
Asterix_ita's Avatar
Asterix_ita Asterix_ita is offline
 
Join Date: Aug 2009
Location: Italy
Posts: 312
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

the code is already in the plugins info box, and that's why what you described should not be.

which version of vbulletin used
Reply With Quote
  #64  
Old 07-30-2011, 12:50 AM
FReeSTER FReeSTER is offline
 
Join Date: Jun 2006
Location: Rome
Posts: 730
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I been looking every where and I have no clue where is the options for the users to fill the options posted on Info Box.

also the button is not showing
Reply With Quote
  #65  
Old 07-30-2011, 04:39 AM
Asterix_ita's Avatar
Asterix_ita Asterix_ita is offline
 
Join Date: Aug 2009
Location: Italy
Posts: 312
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This addon associates the existing User Profile Fields, so you must first create

Admincp->User Profile Fields

Quote:
the button is not showing
button appears only if you keep some options eg. forumids, one or more fieldx completed and more in options
Reply With Quote
  #66  
Old 07-30-2011, 07:39 AM
FReeSTER FReeSTER is offline
 
Join Date: Jun 2006
Location: Rome
Posts: 730
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Asterix_ita View Post
This addon associates the existing User Profile Fields, so you must first create

Admincp->User Profile Fields



button appears only if you keep some options eg. forumids, one or more fieldx completed and more in options
thank you works great :up:
Reply With Quote
  #67  
Old 08-04-2011, 04:31 AM
Taurus1's Avatar
Taurus1 Taurus1 is offline
 
Join Date: Dec 2009
Posts: 648
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

After I upgraded to 4.1.5 if I have this: {vb:raw ctinfo.pbutton} in my postbit_legacy template (does not matter where) then my quick reply editor is just blank. It is completely gone. Now this only happens in Internet Explorer, and also only on the first page of a thread, if there are more than one page. On the last page it will show.

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

Thanks, just I can do upgrade my lab I check it
Reply With Quote
  #69  
Old 08-04-2011, 04:56 PM
Asterix_ita's Avatar
Asterix_ita Asterix_ita is offline
 
Join Date: Aug 2009
Location: Italy
Posts: 312
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello

I have tested the addon 4.1.2 with windows 7 and ie 9, and everything is ok as you can see from the image



Do you tell me you entered the variable?

Thanks

regards
Reply With Quote
  #70  
Old 08-05-2011, 02:59 AM
Taurus1's Avatar
Taurus1 Taurus1 is offline
 
Join Date: Dec 2009
Posts: 648
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am not sure what you mean by "entered the variable?"

But you can login to my forum, and check. I will send you details via PM. The only difference is that on the skins it does show the quick reply editor it has this: {vb:raw ctinfo.pbutton} in the postbit legacy. On my default skin that is the only thing I took out, and then the QR editor is showing.
Reply With Quote
  #71  
Old 08-06-2011, 01:40 PM
Asterix_ita's Avatar
Asterix_ita Asterix_ita is offline
 
Join Date: Aug 2009
Location: Italy
Posts: 312
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

vers. 4.1.3 rewritten code for button

thanks
Reply With Quote
Благодарность от:
Taurus1
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 12:42 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
  • Page Generation 0.08864 seconds
  • Memory Usage 2,350KB
  • 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
  • (3)bbcode_code
  • (2)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
  • (4)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (2)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