vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Old hack "Staff Titles" (https://vborg.vbsupport.ru/showthread.php?t=231255)

mrsbuzzy 12-26-2009 08:00 PM

Old hack "Staff Titles"
 
On my website we've used this hack: https://vborg.vbsupport.ru/showthread.php?t=71447 for years. We used it not as intended but to generate these "tags" that we get small amounts of revenue for (allowing us to pay for our server etc.).

With the 4.0x upgrade the old hack doesn't work. Can anyone suggest another way to do this, or help with upgrading the hack?

Staff Titles:
https://vborg.vbsupport.ru/showthread.php?t=71447

Here's what we use them for:
http://www.parent-2-parent.com/fundraising/tagged.html

All help is greatly appreciated!!
Dawn

SPembo 02-05-2010 07:49 PM

We use this and I've just got it working on vb4. Basically, all you need to do is enable product and edit your postbit template and you need the following modified code (as old original one wont work) (Paste before line {vb:raw template_hook.postbit_userinfo_left})

Code:

<!-- vB Staff Title -->
<vb:if condition="$post['isstaffrank']">
<div class="smallfont">
<vb:if condition="$post['staffrank_opentag']">{vb:raw post.staffrank_opentag}</vb:if>
<vb:if condition="$post['staffrank']">{vb:raw post.staffrank}</vb:if>
<vb:if condition="$post['staffrank_closetag']">{vb:raw post.staffrank_closetag}</vb:if>
</div>
</vb:if>
<!-- /vB Staff Title -->

I hope this helps

mrsbuzzy 02-05-2010 08:01 PM

Thanks!!!


All times are GMT. The time now is 03:29 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.02659 seconds
  • Memory Usage 1,711KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete