Status
Not open for further replies.
when we use charge tag, we should turn off the search engine friendly archive. Or your charge content will show in the archive page.

the plugin editor should let us know when we use it!!!!
 
Agreed, and thanks for reporting this. Create the following plugin to correct this:

Admincp > add new plugin
Product: vBCredits II Deluxe
Hook Location: archive_thread_post
Title: vBCredits II - Charge Content Strip
Execution Order: 1
Plugin is Active: yes
Plugin PHP Code:

PHP:
$post['posttext'] = $post['pagetext']; VBCREDITS::charge_strip($post); $post['pagetext_simp'] = strip_bbcode($post['pagetext']);
if ($vbulletin->options['wordwrap'] != 0) $post['pagetext_simp'] = fetch_word_wrapped_string($post['pagetext_simp']);
$post['pagetext_simp'] = fetch_censored_text($post['pagetext_simp']);
 
all patches are rolled into future releases and are compatible with what i post here for you to apply immediately (unless otherwise noted)
 
Status
Not open for further replies.

Similar threads

Replies
12
Views
2K

Legacy vBCredits II Deluxe

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
845
Customer rating
0.00 star(s) 0 ratings
Top