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
  #122  
Old 11-26-2012, 11:12 PM
Mr_Running Mr_Running is offline
 
Join Date: May 2010
Posts: 536
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It worked a couple of times in the odd post but for the most part it still going back to the home page. I cleared my browser and vb cache...?
Reply With Quote
  #123  
Old 11-27-2012, 06:42 AM
Asterix_ita's Avatar
Asterix_ita Asterix_ita is offline
 
Join Date: Aug 2009
Location: Italy
Posts: 312
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hello

you need to make a small change.

go to admincp -> Plugin & Products -> Plugin Manager

search: Product : CT Info box -> Info Box (postbit_display_complete) click on Edit

search this code:

Code:
vB_Template::preRegister('postbit',array('ctinfo' => $ctinfo));
after add

Code:
vB_Template::preRegister('postbit_collapse_legacy',array('ctinfo' => $ctinfo));
Save

Regards
Reply With Quote
  #124  
Old 11-27-2012, 11:16 AM
Mr_Running Mr_Running is offline
 
Join Date: May 2010
Posts: 536
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It appears to continue to only work when viewing others info box.

It does not work on all post...therefore on the post that did work which went to the CMS (homepage) I clicked Edit Post and then Save then it works for the edited post.

Edit: It is only working if the post has been edited?
Reply With Quote
  #125  
Old 11-27-2012, 11:30 AM
Asterix_ita's Avatar
Asterix_ita Asterix_ita is offline
 
Join Date: Aug 2009
Location: Italy
Posts: 312
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

on my test site works fine.

The addon does not check the date of entry.

You can create an admin user and pass me the credentials on PM.

Regards
Reply With Quote
  #126  
Old 11-27-2012, 03:16 PM
Mr_Running Mr_Running is offline
 
Join Date: May 2010
Posts: 536
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorted. I needed to change back the Automatic entry into the template to No



If using the
Code:
postbit_legacy
must proceed with editing the template and set this option to no.

Find:
Code:

Code:
<div class="cleardiv"></div>
add this above (first)
Code:

Code:
 {vb:raw ctinfo.infobox}
--------------

If using this mod Postbit Collapser/Arranger add
Code:
 {vb:raw ctinfo.infobox}
to the corresponding
Code:

Code:
postbit_collapse_legacy



...then make this change to the Plugin

Quote:
Originally Posted by Asterix_ita View Post
hello

you need to make a small change.

go to admincp -> Plugin & Products -> Plugin Manager

search: Product : CT Info box -> Info Box (postbit_display_complete) click on Edit

search this code:

Code:
vB_Template::preRegister('postbit',array('ctinfo' => $ctinfo));
after add

Code:
vB_Template::preRegister('postbit_collapse_legacy',array('ctinfo' => $ctinfo));
Save

Regards

Cheers,
Mr_Running
Reply With Quote
  #127  
Old 03-15-2013, 01:55 AM
xbrian88 xbrian88 is offline
 
Join Date: Jul 2006
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Vbulle 4.2 is compatibile??
Reply With Quote
  #128  
Old 03-15-2013, 08:29 AM
xbrian88 xbrian88 is offline
 
Join Date: Jul 2006
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hi all.

ciao Asterix. non riesco a loggarmi al tuo sito. la mia mail risulta essere registrata ma non mi arriva il reset della password.

in ogni caso, vorrei farti vedere questo:





non vedo i campi per l'inserimento dei dati.
per? il plugin funziona correttamente nei postbit

resto in attesa, anche per il login al tuo sito caro.

buona giornata
Reply With Quote
  #129  
Old 03-15-2013, 09:37 AM
Asterix_ita's Avatar
Asterix_ita Asterix_ita is offline
 
Join Date: Aug 2009
Location: Italy
Posts: 312
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hi

the plugin works because the values ​​of fields are found on database.
The problem user profile is not attributable to my addon.

regards
Reply With Quote
  #130  
Old 06-09-2018, 03:42 PM
walter_10 walter_10 is offline
 
Join Date: Dec 2017
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any update for latest version 4.2.5?
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 08:28 PM.


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.06655 seconds
  • Memory Usage 2,345KB
  • Queries Executed 25 (?)
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
  • (11)bbcode_code
  • (1)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
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (10)post_thanks_box
  • (3)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (5)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)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