Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
[DBTech] Advanced User Tagging v3 (vB4) Details »»
[DBTech] Advanced User Tagging v3 (vB4)
Version: 3.3.0, by DragonByte Tech DragonByte Tech is offline
Developer Last Online: Mar 2023 Show Printable Version Email this Page

Category: New Posting Features - Version: 4.x.x Rating:
Released: 05-16-2010 Last Update: 01-08-2017 Installs: 942
DB Changes Uses Plugins
Additional Files Translations  
No support by the author.

Advanced @User Tagging: What is it?

DragonByte Technologies is proud to present [DBTech] Advanced @User Tagging.

The @user Tagging mod is designed to increase activity on your forum by allowing members to mention each other in posts when talking about them.
This is done in a very easy way, very similar to how Twitter mentions people. We use @ ; as the tags, so for instance you could say:
----
This new mod from @Dragonbyte Tech; is pretty cool.
----
The ?@DragonByte Tech;? Will become a link to the DragonByte Tech users profile, it will also inform DragonByte Tech they had been mentioned, and link to the relevant thread/post via a new area in the profile section, as well as a new tab in the shoutbox.

It also allows members to ?tag? the thread for specific other members by inputting their usernames in the tag box above the posts of the thread.

This is a great way to increase your forum activity with no extra admin input required ? people will start to mention posts/threads to their friends, which will increase the amount of posting. This is especially useful of forums which have an international contingent (so threads posted in during the night for some of your members don't go overlooked) or forums which have a lot of posts/threads each day ? again to make sure that a post a person might want to read doesn't get lost in the crowd.

-------------------------------------------------------------------------------------------

If you like this mod please hit the button to the right ---->

Please remember to click the, button to the right if you installed the mod ---->

What does 'Marking As Installed' do ?

* It helps you to stay on top of updates - members who have installed modifications will be notified by us whenever new updates are available.

*
For security issues - vbulletin.org will contact all members who have installed a modification whenever a security issue is brought to their attention.

* Marking a modification as installed also helps us know how many people are using our work, giving us extra incentive to provide more features and new modifications.

We appreciate the support!
-------------------------------------------------------------------------------------------

Priority support & Product Demos available at: http://www.dragonbyte-tech.com/forum.php

-------------------------------------------------------------------------------------------

Major Features
Twitter-style @ "Mentions": Typing @username produces a "Mention" that will alert the user to your post, as well as link to their profile.

Quote Alerts: Members you quote will be alerted, ensuring that discussions can continue smoothly even if they left the thread.

Profile Integration: Displays Mentions, Tags and Quotes in profile tabs for quick overview of a member's activities within the mod.


Complete Feature List
Lite

Emails:
  • Email alerts for all features
  • Globally disable emails for any of the features
General Features:
  • Ability to disable Thread Tag list entirely for guests
  • Globally disable any of the features
General:
  • Statistics Page: Top X Thread Tagged, Top X Mentioned (Lite locked to Top 5)
  • "Mention" alerts: Type @username to mention someone, and link to their profile. Email & forum notification
  • Quote alerts: Email & forum notification
  • Tag an user in a thread to alert them to the thread via a box above threads
  • View list of tagged users above threads, with link to see all tags
  • Profile Tabs: Lists both incoming and outgoing mentions, quotes and thread tags
  • Shoutbox Integration: New Shoutbox Tab to list incoming mentions & tags
  • Control how many users to display in inline tag list
  • Turn statistics page on & off
  • Control BBCode for mentioned usernames (Underline only)
  • Control [DBTech] vBShout integration
  • Turn features on & off per category
  • Globally disable email alerts
  • Ability to set maximum mentions per post (default: unlimited)
Pro
  • Hash Tags:
    • One-click (un)subscribe to hash tags via the post list page
    • Clicking a hashtag shows all posts tagged with that word.
    • (vB4) Forum Sidebar widget with Recent and Trending hash tags
    • Control number of Recent / Trending hash tags
    • Control time span for Recent / Trending hash tags (x Hours/Days/Weeks)
    • Control stat weights given to individual users using the hash tag, and number of uses in total (for the Trending score)
    • Control display of number of users, number of uses and trending score
    • Deny usergroups access to sidebar block
    Emails:
    • Per-user email disable for any of the 4 features
    General Features:
    • Ability to Mention and Thread Tag whole usergroups by typing their name. Per-UG permission to disable Mentions / Thread Tags for this UG.
    General:
  • Ability to tag all your friends by checking a checkbox instead of typing out usernames
  • Ability to tag and mention all usergroups by typing out the usergroup name, permissions control what UGs can be mentioned and tagged
  • Turn off alerts from everyone except friends
  • Hide forum notifications for individual features
  • Turn off email alerts for individual features
  • Hash tags, Twitter-style, add a topic to your post, sends notification to subscribed users
  • (vB4) Forum Sidebar block with Recent & Trending hash tags
  • (vB4) Works with the Mobile Style (4.1.12+)
  • Turn tag list off
  • Control number of users displayed on Top X Stats
  • Hide "@" on mentions
  • Additional BBCode (Bold, Italic, Highlight) for mentions
  • Exclude usergroups from features
  • Exclude users from features

-------------------------------------------------------------------------------------------

This mod displays a copyright notification in the footer of pages generated by this mod which includes:
  • 1 Link to DragonByte Technologies homepage
  • 1 Link to Product Description page of this modification

Download Now

File Type: zip [DBTech] Advanced User Tagging v3.3.0 [Lite].zip (113.7 KB, 707 views)

Screenshots

File Type: png taglist.png (5.1 KB, 0 views)
File Type: png profile.png (25.1 KB, 0 views)

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #212  
Old 12-21-2010, 02:38 PM
DragonByte Tech's Avatar
DragonByte Tech DragonByte Tech is offline
 
Join Date: Feb 2010
Location: Scotland
Posts: 8,814
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Please ensure that the contents of the bbcode_parse_complete_precache plugin is this:
PHP Code:
if (!class_exists('vB_Template'))
{
    
// Ensure we have the template class
    
require(DIR '/dbtech/usertag/class_template.php');
}

static 
$mention;
global 
$vbulletin;

if (empty(
$mention))
{    
    
//only figure this out once
    
$mention vB_Template::create('dbtech_usertag_mention')->render();
    
    
// This is because of vB's template system
    
$mention str_replace('?1''$1'$mention);
    
$mention str_replace('?2''$2'$mention);
}

$text preg_replace('/\[\/?mention=?\]/i'''preg_replace('/\[mention=(\d+)\](.*)\[\/mention\]/iU'$mention$text));

//$text = $this->parse_bbcode(preg_replace('/\[\/?mention=?\]/i', '', preg_replace('/\[mention=(\d+)\](.*)\[\/mention\]/iU', $mention, $text)), $do_smilies, $do_imgcode, $do_html); 

Fillip
Reply With Quote
  #213  
Old 01-03-2011, 07:18 AM
Michlerish's Avatar
Michlerish Michlerish is offline
 
Join Date: May 2010
Location: Ontario
Posts: 82
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by DragonByte Tech View Post
Please ensure that the contents of the bbcode_parse_complete_precache plugin is this:
PHP Code:
if (!class_exists('vB_Template'))
{
    
// Ensure we have the template class
    
require(DIR '/dbtech/usertag/class_template.php');
}

static 
$mention;
global 
$vbulletin;

if (empty(
$mention))
{    
    
//only figure this out once
    
$mention vB_Template::create('dbtech_usertag_mention')->render();
    
    
// This is because of vB's template system
    
$mention str_replace('?1''$1'$mention);
    
$mention str_replace('?2''$2'$mention);
}

$text preg_replace('/\[\/?mention=?\]/i'''preg_replace('/\[mention=(\d+)\](.*)\[\/mention\]/iU'$mention$text));

//$text = $this->parse_bbcode(preg_replace('/\[\/?mention=?\]/i', '', preg_replace('/\[mention=(\d+)\](.*)\[\/mention\]/iU', $mention, $text)), $do_smilies, $do_imgcode, $do_html); 

Fillip
Thanks, the contents of that plugin were not the same. I changed it to exactly as you said above... but I'm now getting these errors at the top of the forum:

Quote:
Warning: Unexpected character in input: ''' (ASCII=39) state=1 in /home/ribecom/public_html/includes/class_core.php(4078) : eval()'d code on line 21

Parse error: syntax error, unexpected '/' in /home/ribecom/public_html/includes/class_core.php(4078) : eval()'d code on line 21

Warning: Unexpected character in input: ''' (ASCII=39) state=1 in /home/ribecom/public_html/includes/class_core.php(4078) : eval()'d code on line 21

Parse error: syntax error, unexpected '/' in /home/ribecom/public_html/includes/class_core.php(4078) : eval()'d code on line 21

Warning: Unexpected character in input: ''' (ASCII=39) state=1 in /home/ribecom/public_html/includes/class_core.php(4078) : eval()'d code on line 21

Parse error: syntax error, unexpected '/' in /home/ribecom/public_html/includes/class_core.php(4078) : eval()'d code on line 21

Warning: Unexpected character in input: ''' (ASCII=39) state=1 in /home/ribecom/public_html/includes/class_core.php(4078) : eval()'d code on line 21

Parse error: syntax error, unexpected '/' in /home/ribecom/public_html/includes/class_core.php(4078) : eval()'d code on line 21

Warning: Unexpected character in input: ''' (ASCII=39) state=1 in /home/ribecom/public_html/includes/class_core.php(4078) : eval()'d code on line 21

Parse error: syntax error, unexpected '/' in /home/ribecom/public_html/includes/class_core.php(4078) : eval()'d code on line 21

Warning: Unexpected character in input: ''' (ASCII=39) state=1 in /home/ribecom/public_html/includes/class_core.php(4078) : eval()'d code on line 21

Parse error: syntax error, unexpected '/' in /home/ribecom/public_html/includes/class_core.php(4078) : eval()'d code on line 21
Reply With Quote
  #214  
Old 01-03-2011, 12:22 PM
DragonByte Tech's Avatar
DragonByte Tech DragonByte Tech is offline
 
Join Date: Feb 2010
Location: Scotland
Posts: 8,814
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It sounds like your entire install is broken. Please re-download and re-import the XML file. Something must have corrupted your XML file before you installed it.

Fillip
Reply With Quote
  #215  
Old 01-04-2011, 03:51 AM
Michlerish's Avatar
Michlerish Michlerish is offline
 
Join Date: May 2010
Location: Ontario
Posts: 82
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I uninstalled the product and deleted all files from my server. Then re-downloaded the zip file from here. Uploaded the files, and installed the xml for vb4.

I'm still getting

Quote:
Warning: Unexpected character in input: ''' (ASCII=39) state=1 in /home/ribecom/public_html/includes/class_bbcode.php(482) : eval()'d code on line 15

Parse error: syntax error, unexpected $end, expecting ')' in /home/ribecom/public_html/includes/class_bbcode.php(482) : eval()'d code on line 16

Warning: Unexpected character in input: ''' (ASCII=39) state=1 in /home/ribecom/public_html/includes/class_bbcode.php(482) : eval()'d code on line 15

Parse error: syntax error, unexpected $end, expecting ')' in /home/ribecom/public_html/includes/class_bbcode.php(482) : eval()'d code on line 16

Warning: Unexpected character in input: ''' (ASCII=39) state=1 in /home/ribecom/public_html/includes/class_bbcode.php(482) : eval()'d code on line 15

Parse error: syntax error, unexpected $end, expecting ')' in /home/ribecom/public_html/includes/class_bbcode.php(482) : eval()'d code on line 16

Warning: Unexpected character in input: ''' (ASCII=39) state=1 in /home/ribecom/public_html/includes/class_bbcode.php(482) : eval()'d code on line 15

Parse error: syntax error, unexpected $end, expecting ')' in /home/ribecom/public_html/includes/class_bbcode.php(482) : eval()'d code on line 16

Warning: Unexpected character in input: ''' (ASCII=39) state=1 in /home/ribecom/public_html/includes/class_bbcode.php(482) : eval()'d code on line 15

Parse error: syntax error, unexpected $end, expecting ')' in /home/ribecom/public_html/includes/class_bbcode.php(482) : eval()'d code on line 16

Warning: Unexpected character in input: ''' (ASCII=39) state=1 in /home/ribecom/public_html/includes/class_bbcode.php(482) : eval()'d code on line 15

Parse error: syntax error, unexpected $end, expecting ')' in /home/ribecom/public_html/includes/class_bbcode.php(482) : eval()'d code on line 16
Could this be a conflict with something? I have no idea what's going on.
Reply With Quote
  #216  
Old 01-04-2011, 09:58 AM
DragonByte Tech's Avatar
DragonByte Tech DragonByte Tech is offline
 
Join Date: Feb 2010
Location: Scotland
Posts: 8,814
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What OS are you running? You're the first person who has ever had this problem O.o

Fillip
Reply With Quote
  #217  
Old 01-04-2011, 07:20 PM
Michlerish's Avatar
Michlerish Michlerish is offline
 
Join Date: May 2010
Location: Ontario
Posts: 82
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Windows 7, and the board is vb 4.0.6.
Also, those errors seemingly only appear at the top of the page when I click on one thread which held prior instances of mentions. I have not tested all threads with prior mentions.

Some back-story, one day, the mentions just stopped working altogether. So I re-visited this thread, downloaded the updated xml and files and installed while allowing overwrite. Then those errors appeared. Don't know if that helps...

Appreciate you trying to help me! We really love this mod and can't wait to have it back.
Reply With Quote
  #218  
Old 01-06-2011, 03:22 PM
DragonByte Tech's Avatar
DragonByte Tech DragonByte Tech is offline
 
Join Date: Feb 2010
Location: Scotland
Posts: 8,814
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can you try opening the XML file with an editor and see if there's any weird characters in there?

What unzipping program are you using?

Fillip
Reply With Quote
  #219  
Old 01-06-2011, 08:36 PM
Michlerish's Avatar
Michlerish Michlerish is offline
 
Join Date: May 2010
Location: Ontario
Posts: 82
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The contents of the xml file (part 1):

PHP Code:
<?xml version="1.0" encoding="ISO-8859-1"?>

<product productid="dbtech_usertag" active="1">
    <title>DragonByte Tech: Advanced User Tagging (Lite)</title>
    <description>Advanced User Tagging lets your members quickly alert eachother to threads they might be interested in.</description>
    <version>1.2.2</version>
    <url />
    <versioncheckurl />
    <dependencies>
    </dependencies>
    <codes>
        <code version="*">
            <installcode><![CDATA[$installpath = DIR . '/dbtech/usertag/install';

if (!file_exists($installpath . '/core.php') OR !file_exists($installpath . '/finalise.php'))
{
    print_dots_stop();
    print_cp_message('Either ' . $installpath . '/core.php or ' . $installpath . '/finalise.php is missing!');
}

require($installpath . '/core.php');]]></installcode>
            <uninstallcode><![CDATA[$installpath = DIR . '/dbtech/usertag/install';

if (!file_exists($installpath . '/uninstall.php'))
{
    print_dots_stop();
    print_cp_message($installpath . '/uninstall.php is missing!');
}

require($installpath . '/uninstall.php');]]></uninstallcode>
        </code>
        <code version="1.0.0">
            <installcode><![CDATA[$installpath = DIR . '/dbtech/usertag/install';
$shortversion = 1000;

if (!file_exists($installpath . '/install/' . $shortversion . '.php'))
{
    print_dots_stop();
    print_cp_message($installpath . '/install/' . $shortversion . '.php is missing!');
}

require($installpath . '/install/' . $shortversion . '.php');

require($installpath . '/finalise.php');]]></installcode>
            <uninstallcode />
        </code>
        <code version="1.1.0">
            <installcode><![CDATA[$installpath = DIR . '/dbtech/usertag/install';
$shortversion = 1100;

if (!file_exists($installpath . '/install/' . $shortversion . '.php'))
{
    print_dots_stop();
    print_cp_message($installpath . '/install/' . $shortversion . '.php is missing!');
}

require($installpath . '/install/' . $shortversion . '.php');

require($installpath . '/finalise.php');]]></installcode>
            <uninstallcode />
        </code>
        <code version="1.2.0">
            <installcode><![CDATA[$installpath = DIR . '/dbtech/usertag/install';
$shortversion = 1200;

require($installpath . '/finalise.php');]]></installcode>
            <uninstallcode />
        </code>
        <code version="1.2.1">
            <installcode><![CDATA[$installpath = DIR . '/dbtech/usertag/install';
$shortversion = 1210;
require($installpath . '/finalise.php');]]></installcode>
            <uninstallcode />
        </code>
        <code version="1.2.2">
            <installcode><![CDATA[$installpath = DIR . '/dbtech/usertag/install';
$shortversion = 1220;
require($installpath . '/finalise.php');]]></installcode>
            <uninstallcode />
        </code>
    </codes>
    <templates>
        <template name="dbtech_usertag_footer" templatetype="template" date="1274050174" username="Belazor" version="1.0.0"><![CDATA[<div class="footer_copyright" style="clear:both;">
    <div align="center">
        <!-- Do not remove this copyright notice -->

        <a href="http://www.dragonbyte-tech.com" target="_blank">Advanced User Tagging<vb:if condition="$vboptions[dbtech_usertag_displayversion]"> v{vb:var vboptions.dbtech_usertag_versionnumber_text}</vb:if></a><br />

        <vb:if condition="$vboptions[dbtech_usertag_pro_versionnumber_text]">
        <a href="http://www.dragonbyte-tech.com" target="_blank">Advanced User Tagging (Pro)<vb:if condition="$vboptions[dbtech_usertag_displayversion]"> v{vb:var vboptions.dbtech_usertag_pro_versionnumber_text}</vb:if></a><br />
        </vb:if>

        Copyright &copy; {vb:var year} <a href="http://www.dragonbyte-tech.com" target="_blank">DragonByte Technologies</a>.

        <!-- Do not remove this copyright notice -->    
    </div>
</div>]]></template>
        <template name="dbtech_usertag_inlinetaglist" templatetype="template" date="1281048491" username="Belazor" version="1.2.1"><![CDATA[<h2 class="blockhead" style="padding-top:5px;"><a href="misc.php?{vb:raw session.sessionurl}do=dbtech_usertag_taglist&amp;t={vb:var threadid}">{vb:rawphrase dbtech_usertag_tag_list}</a></h2>
<div class="blockbody settings_form_border">
    <vb:if condition="$taglist"><div class="blockrow">{vb:raw taglist}</div></vb:if>
    <vb:if condition="$bbuserinfo['userid']">
    <div class="blockrow"><input type="button" class="button" value="{vb:rawphrase dbtech_usertag_tag_user}" onclick="YAHOO.util.Dom.get('dbtech_usertag_tagarea').style.display = 'block'" /></div>
    <div id="dbtech_usertag_tagarea" style="display:none;">
        <div class="blockrow">{vb:rawphrase dbtech_usertag_tag_user_descr}</div>
        <form method="post" action="misc.php">
            <div class="blockrow"><input type="text" class="primary textbox" name="usertags" style="width:95%" id="dbtech_usertag_newtags" /></div>
            
            <div class="blockrow"><input type="submit" class="button" name="submittag" value="{vb:rawphrase submit}" onclick="if(YAHOO.util.Dom.get('dbtech_usertag_newtags').value.length == 0 && YAHOO.util.Dom.get('dbtech_usertag_friends').checked == false) { return false; } else { return true; }" /></div>
            
            <input type="hidden" name="s" value="{vb:raw session.sessionhash}" />
            <input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
            <input type="hidden" name="do" value="dbtech_usertag_threadtag" />
            <input type="hidden" name="threadid" value="{vb:var threadid}" />
        </form>
    </div>
    </vb:if>
</div>]]></template>
        <template name="dbtech_usertag_memberinfo_block_mention" templatetype="template" date="1274023310" username="Belazor" version="1.0.0"><![CDATA[<div id="view-mentions" class="<vb:if condition="$selected_tab == 'mentions'">selected_view_section<vb:else />view_section</vb:if>">
<div class="member_content">
<vb:if condition="$block_data[pagenav]">
<div class="floatcontainer" id="controls_above">
    <div id="pagination_top" style="float:{vb:stylevar right}">
            {vb:raw block_data.pagenav}
    </div>    
</div>
<br />
</vb:if>


    <vb:if condition="$block_data['resultbits']">
        {vb:raw block_data.resultbits}
    <vb:else />
        {vb:rawphrase dbtech_usertag_no_results}
    </vb:if>


<vb:if condition="$block_data[pagenav]">
<br />
<div class="floatcontainer" id="controls_below">
    <div id="pagination_bottom" style="float:{vb:stylevar right}">
            {vb:raw block_data.pagenav}
    </div>
</div>
</vb:if>
</div></div>]]></template>
        <template name="dbtech_usertag_memberinfo_block_tag" templatetype="template" date="1275922889" username="Belazor" version="1.1.0"><![CDATA[<div id="view-usertags" class="<vb:if condition="$selected_tab == 'usertags'">selected_view_section<vb:else />view_section</vb:if>">
<div class="member_content">
<vb:if condition="$block_data[pagenav]">
<div class="floatcontainer" id="controls_above">
    <div id="pagination_top" style="float:{vb:stylevar right}">
            {vb:raw block_data.pagenav}
    </div>    
</div>
<br />
</vb:if>


    <vb:if condition="$block_data['resultbits']">
        {vb:raw block_data.resultbits}
    <vb:else />
        {vb:rawphrase dbtech_usertag_no_results}
    </vb:if>


<vb:if condition="$block_data[pagenav]">
<br />
<div class="floatcontainer" id="controls_below">
    <div id="pagination_bottom" style="float:{vb:stylevar right}">
            {vb:raw block_data.pagenav}
    </div>
</div>
</vb:if>
</div></div>]]></template>
        <template name="dbtech_usertag_mention" templatetype="template" date="1287345261" username="Belazor" version="1.2.2"><![CDATA[<vb:if condition="!isset($vbulletin->options['dbtech_usertag_enableat']) OR $vbulletin->options['dbtech_usertag_enableat']">@</vb:if><vb:if condition="$vbulletin->options['dbtech_usertag_mentionbbcode'] & 8"><span class="highlight"></vb:if><vb:if condition="$vbulletin->options['dbtech_usertag_mentionbbcode'] & 4"><i></vb:if><vb:if condition="$vbulletin->options['dbtech_usertag_mentionbbcode'] & 2"><b></vb:if><vb:if condition="$vbulletin->options['dbtech_usertag_mentionbbcode'] & 1"><u></vb:if><a href="{vb:raw vboptions.bburl}/member.php?u=?1" target="_blank">?2</a><vb:if condition="$vbulletin->options['dbtech_usertag_mentionbbcode'] & 1"></u></vb:if><vb:if condition="$vbulletin->options['dbtech_usertag_mentionbbcode'] & 2"></b></vb:if><vb:if condition="$vbulletin->options['dbtech_usertag_mentionbbcode'] & 4"></i></vb:if><vb:if condition="$vbulletin->options['dbtech_usertag_mentionbbcode'] & 8"></span></vb:if>]]></template>
        <template name="dbtech_usertag_navbar" templatetype="template" date="1274309538" username="Belazor" version="1.1.0"><![CDATA[<li><a href="misc.php?{vb:raw session.sessionurl}do=dbtech_usertag_statistics">{vb:rawphrase dbtech_usertag_user_tagging_statistics}</a></li>]]></template>
        <template name="dbtech_usertag_postbit" templatetype="template" date="1274037157" username="Belazor" version="1.0.0"><![CDATA[<vb:if condition="$vboptions['dbtech_usertag_postbit'] & 1"><dt>{vb:rawphrase dbtech_usertag_mentioned}</dt> <dd>{vb:rawphrase dbtech_usertag_x_posts, {vb:raw post.dbtech_usertag_mentions}}</dd></vb:if>
<vb:if condition="$vboptions['dbtech_usertag_postbit'] & 2"><dt>{vb:rawphrase dbtech_usertag_tagged}</dt> <dd>{vb:rawphrase dbtech_usertag_x_threads, {vb:var post.dbtech_usertag_tags}}</dd></vb:if>]]></template>
        <template name="dbtech_usertag_result" templatetype="template" date="1274022276" username="Belazor" version="1.0.0"><![CDATA[<h4 class="subsectionhead-understate">{vb:raw day}</h4>
<div class="subsection">

    <ul class="floatcontainer">
    {vb:raw resultbits}
    </ul>
</div>
<br />]]></template>
        <template name="dbtech_usertag_result_bit" templatetype="template" date="1274054133" username="Belazor" version="1.0.0"><![CDATA[<li style="padding-bottom: 6px; padding-left: 12px;">{vb:raw text}</li>]]></template>
        <template name="dbtech_usertag_statistics" templatetype="template" date="1274299063" username="Belazor" version="1.1.0"><![CDATA[    <h2 class="blockhead" style="margin-top: 5px;">{vb:raw pagetitle}</h2>
    <div class="blockbody settings_form_border">
        {vb:raw leaderboardbits}
    </div>]]></template>
        <template name="dbtech_usertag_statistics_statisticbit" templatetype="template" date="1274299102" username="Belazor" version="1.1.0"><![CDATA[<fieldset style="border:1px solid; padding: 6px; margin: 6px; display:inline; white-space:nowrap;">
    <legend style="font-size:{vb:stylevar small_fontSize};">{vb:raw phrase}</legend>
    <ol style="font-size:{vb:stylevar small_fontSize};">
        {vb:raw userbits}
    </ol>
</fieldset>]]></template>
        <template name="dbtech_usertag_statistics_userbit" templatetype="template" date="1274299450" username="Belazor" version="1.1.0"><![CDATA[<li style="list-style:decimal inside;"><vb:if condition="$userinfo">{vb:raw userinfo.musername} ({vb:raw userinfo.value})<vb:else />-</vb:if></li>]]></template>
        <template name="dbtech_usertag_taglist" templatetype="template" date="1275604022" username="Belazor" version="1.1.0"><![CDATA[    <vb:if condition="$pagenav">
    <div class="floatcontainer" id="controls_above">
        <div id="pagination_top" style="float:{vb:stylevar right}">
                {vb:raw pagenav}
        </div>    
    </div>
    <br />
    </vb:if>

    <h2 class="blockhead" style="margin-top: 5px;">{vb:raw pagetitle}</h2>
    <div class="blockbody settings_form_border">
        <div class="table" style="width: 100%;">
            <div class="tr" style="width: 100%;">
                <div class="td blocksubhead">{vb:rawphrase user_name}</div>
                <div class="td blocksubhead">{vb:rawphrase dbtech_usertag_tagged_by}</div>
                <div class="td blocksubhead">{vb:rawphrase date}</div>
            </div>
            {vb:raw results}
        </div>
    </div>

    <vb:if condition="$pagenav">
    <br />
    <div class="floatcontainer" id="controls_below">
        <div id="pagination_bottom" style="float:{vb:stylevar right}">
                {vb:raw pagenav}
        </div>
    </div>
    </vb:if>]]></template>
        <template name="dbtech_usertag_taglist_bit" templatetype="template" date="1274051440" username="Belazor" version="1.0.0"><![CDATA[<div class="tr" style="width: 100%;">
    <div class="td blockrow">{vb:raw username}</div>
    <div class="td blockrow">{vb:raw taggedby}</div>
    <div class="td blockrow">{vb:raw time}</div>
</div>]]></template>
    </templates>
    <stylevardfns>
    </stylevardfns>
    <stylevars>
    </stylevars>
    <plugins>
        <plugin active="1" executionorder="5">
            <title>Custom Admin Permissions - Field Set</title>
            <hookname>admindata_start</hookname>
            <phpcode><![CDATA[require(DIR . '/dbtech/usertag/hooks/admindata_start.php');]]></phpcode>
        </plugin>
        <plugin active="1" executionorder="5">
            <title>Delete Confirmation Override</title>
            <hookname>admin_delete_confirmation</hookname>
            <phpcode><![CDATA[require(DIR . '/dbtech/usertag/hooks/admin_delete_confirmation.php');]]></phpcode>
        </plugin>
        <plugin active="1" executionorder="5">
            <title>Custom Admin Permissions - Form</title>
            <hookname>admin_permissions_form</hookname>
            <phpcode><![CDATA[require(DIR . '/dbtech/usertag/hooks/admin_permissions_form.php');]]></phpcode>
        </plugin>
        <plugin active="1" executionorder="5">
            <title>Custom Admin Permissions - Process</title>
            <hookname>admin_permissions_process</hookname>
            <phpcode><![CDATA[require(DIR . '/dbtech/usertag/hooks/admin_permissions_process.php');]]></phpcode>
        </plugin>
        <plugin active="1" executionorder="1">
            <title><![CDATA[Remove [MENTION] BBCode From Email Notifications]]></title>
            <hookname>bbcode_parse_complete</hookname>
            <phpcode><![CDATA[$text = preg_replace('/\[\/?mention=?\d*\]/iU', '', $text);]]></phpcode>
        </plugin>
        <plugin active="1" executionorder="1">
            <title><![CDATA[Render [MENTION] BBCode]]></title>
            <hookname>bbcode_parse_complete_precache</hookname>
            <phpcode><![CDATA[if (!class_exists('vB_Template'))
{
    // Ensure we have the template class
    require(DIR . '/dbtech/usertag/class_template.php');
}

static $mention;
global $vbulletin;

if (empty($mention))
{    //only figure this out once
    $mention = vB_Template::create('dbtech_usertag_mention')->render();
    
    // This is because of vB's template system
    $mention = str_replace('?1', '$1', $mention);
    $mention = str_replace('?2', '$2', $mention);
}

$text = preg_replace('/\[\/?mention=?\]/i', '', preg_replace('/\[mention=(\d+)\](.*)\[\/mention\]/iU', $mention, $text));

//$text = $this->parse_bbcode(preg_replace('/\[\/?mention=?\]/i', '', preg_replace('/\[mention=(\d+)\](.*)\[\/mention\]/iU', $mention, $text)), $do_smilies, $do_imgcode, $do_html);]]></phpcode>
        </plugin>
        <plugin active="1" executionorder="5">
            <title>Template Caching</title>
            <hookname>cache_templates</hookname>
            <phpcode><![CDATA[require_once(DIR . '/dbtech/usertag/hooks/cache_templates.php');]]></phpcode>
        </plugin>
        <plugin active="1" executionorder="5">
            <title>Custom Admin Permissions - Check</title>
            <hookname>can_administer</hookname>
            <phpcode><![CDATA[require(DIR . '/dbtech/usertag/hooks/can_administer.php');]]></phpcode>
        </plugin>
        <plugin active="1" executionorder="5">
            <title>Shoutbox: Tab Functionality</title>
            <hookname>dbtech_vbshout_ajax_handler_fetch</hookname>
            <phpcode><![CDATA[require(DIR . '/dbtech/usertag/hooks/dbtech_vbshout_ajax_handler_fetch.php');]]></phpcode>
        </plugin>
        <plugin active="1" executionorder="5">
            <title>Shoutbox: Tab Contents</title>
            <hookname>dbtech_vbshout_fetch_shouts_query</hookname>
            <phpcode><![CDATA[require(DIR . '/dbtech/usertag/hooks/dbtech_vbshout_fetch_shouts_query.php');]]></phpcode>
        </plugin>
        <plugin active="1" executionorder="5">
            <title>Shoutbox: Add Tab</title>
            <hookname>dbtech_vbshout_shoutbox_start</hookname>
            <phpcode><![CDATA[require(DIR . '/dbtech/usertag/hooks/dbtech_vbshout_shoutbox_start.php');]]></phpcode>
        </plugin>
        <plugin active="1" executionorder="5">
            <title>Post Parsing: Insert Mentions (Edit)</title>
            <hookname>editpost_update_complete</hookname>
            <phpcode><![CDATA[require(DIR . '/dbtech/usertag/hooks/newpost_complete.php');]]></phpcode>
        </plugin>
        <plugin active="1" executionorder="5">
            <title>Member Info Profile Blocks</title>
            <hookname>member_build_blocks_start</hookname>
            <phpcode><![CDATA[require(DIR . '/dbtech/usertag/hooks/member_build_blocks_start.php');]]></phpcode>
        </plugin>
        <plugin active="1" executionorder="5">
            <title>Misc: User Tag Actions</title>
            <hookname>misc_start</hookname>
            <phpcode><![CDATA[require(DIR . '/dbtech/usertag/hooks/misc_start.php');]]></phpcode>
        </plugin>
        <plugin active="1" executionorder="5">
            <title>ModCP - Navigation</title>
            <hookname>mod_index_navigation</hookname>
            <phpcode><![CDATA[require(DIR . '/dbtech/usertag/hooks/mod_index_navigation.php');]]></phpcode>
        </plugin>
        <plugin active="1" executionorder="5">
            <title>Post Parsing: Insert Mentions</title>
            <hookname>newpost_complete</hookname>
            <phpcode><![CDATA[require(DIR . '/dbtech/usertag/hooks/newpost_complete.php');]]></phpcode>
        </plugin>
        <plugin active="1" executionorder="5">
            <title>Notifications</title>
            <hookname>notifications_list</hookname>
            <phpcode><![CDATA[require(DIR . '/dbtech/usertag/hooks/notifications_list.php');]]></phpcode>
        </plugin>
        <plugin active="1" executionorder="5">
            <title><![CDATA[Who's Online - Set Activity]]></title>
            <hookname>online_location_process</hookname>
            <phpcode><![CDATA[require_once(DIR . '/dbtech/usertag/hooks/online_location_process.php');]]></phpcode>
        </plugin>
        <plugin active="1" executionorder="5">
            <title><![CDATA[Who's Online - Handle Activity]]></title>
            <hookname>online_location_unknown</hookname>
            <phpcode><![CDATA[require_once(DIR . '/dbtech/usertag/hooks/online_location_unknown.php');]]></phpcode>
        </plugin>
        <plugin active="1" executionorder="5">
            <title>Postbit Integration</title>
            <hookname>postbit_display_complete</hookname>
            <phpcode><![CDATA[require(DIR . '/dbtech/usertag/hooks/postbit_display_complete.php');]]></phpcode>
        </plugin>
        <plugin active="1" executionorder="5">
            <title>Post Parsing: New Reply</title>
            <hookname>postdata_presave</hookname>
            <phpcode><![CDATA[require(DIR . '/dbtech/usertag/hooks/postdata_presave.php');]]></phpcode>
        </plugin>
        <plugin active="1" executionorder="5">
            <title>Navbar Hook</title>
            <hookname>process_templates_complete</hookname>
            <phpcode><![CDATA[require(DIR . '/dbtech/usertag/hooks/process_templates_complete.php');]]></phpcode>
        </plugin>
        <plugin active="1" executionorder="5">
            <title>Show Thread: Display Tag List</title>
            <hookname>showthread_complete</hookname>
            <phpcode><![CDATA[require(DIR . '/dbtech/usertag/hooks/showthread_complete.php');]]></phpcode>
        </plugin>
        <plugin active="1" executionorder="5">
            <title>Template Grouping</title>
            <hookname>template_groups</hookname>
            <phpcode><![CDATA[require(DIR . '/dbtech/usertag/hooks/template_groups.php');]]></phpcode>
        </plugin>
        <plugin active="1" executionorder="5">
            <title>Post Parsing: New Thread</title>
            <hookname>threadfpdata_presave</hookname>
            <phpcode><![CDATA[require(DIR . '/dbtech/usertag/hooks/postdata_presave.php');]]></phpcode>
        </plugin>
        <plugin active="1" executionorder="5">
            <title>User Data Deletion</title>
            <hookname>userdata_delete</hookname>
            <phpcode><![CDATA[require(DIR . '/dbtech/usertag/hooks/userdata_delete.php');]]></phpcode>
        </plugin>
    </plugins>
    <phrases>
Using WinRAR to unzip.
Reply With Quote
  #220  
Old 01-06-2011, 08:36 PM
Michlerish's Avatar
Michlerish Michlerish is offline
 
Join Date: May 2010
Location: Ontario
Posts: 82
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

contents of xml part 2:

PHP Code:
<phrasetype name="Control Panel Global" fieldname="cpglobal">
            <
phrase name="dbtech_usertag" date="1274285025" username="Belazor" version="1.0.0"><![CDATA[DBTech User Tagging]]></phrase>
            <
phrase name="dbtech_usertag_above_posts" date="1274473457" username="Belazor" version="1.1.0"><![CDATA[Above Posts]]></phrase>
            <
phrase name="dbtech_usertag_below_posts" date="1274473774" username="Belazor" version="1.1.0"><![CDATA[Below Posts]]></phrase>
            <
phrase name="dbtech_usertag_bold" date="1274276643" username="Belazor" version="1.0.0"><![CDATA[Bold]]></phrase>
            <
phrase name="dbtech_usertag_edited" date="1274287184" username="Belazor" version="1.1.0"><![CDATA[edited]]></phrase>
            <
phrase name="dbtech_usertag_editing_x_y" date="1274286594" username="Belazor" version="1.1.0"><![CDATA[Editing {1}: <span class="normal">{2}</span>]]></phrase>
            <
phrase name="dbtech_usertag_full" date="1273971281" username="Belazor" version="1.0.0"><![CDATA[DragonByte TechAdvanced User Tagging]]></phrase>
            <
phrase name="dbtech_usertag_highlight" date="1274276844" username="Belazor" version="1.0.0"><![CDATA[Highlight]]></phrase>
            <
phrase name="dbtech_usertag_isexcluded" date="1273972459" username="Belazor" version="1.0.0"><![CDATA[Is Excluded
<dfn>Excluding this member prevents them from being mentionable taggable.</dfn>]]></phrase>
            <
phrase name="dbtech_usertag_italic" date="1274276852" username="Belazor" version="1.0.0"><![CDATA[Italic]]></phrase>
            <
phrase name="dbtech_usertag_underline" date="1274276989" username="Belazor" version="1.0.0"><![CDATA[Underline]]></phrase>
        </
phrasetype>
        <
phrasetype name="Permissions" fieldname="cppermission">
            <
phrase name="canadminusertag" date="1273972681" username="Belazor" version="1.0.0"><![CDATA[Can Administer Advanced User Tagging]]></phrase>
            <
phrase name="dbtech_usertag_general_permissions" date="1273968619" username="Belazor" version="1.0.0"><![CDATA[DragonByte TechAdvanced User Tagging Permissions]]></phrase>
            <
phrase name="dbtech_usertag_is_excluded" date="1273970916" username="Belazor" version="1.0.0"><![CDATA[Is Excluded Usergroup
<dfn>Whether this usergroup should be excluded from this modification.</dfn>]]></phrase>
        </
phrasetype>
        <
phrasetype name="Email Body Text" fieldname="emailbody">
            <
phrase name="dbtech_usertag_mention_received_email" date="1274484520" username="Belazor" version="1.1.0"><![CDATA[Dear $usertaginfo[username],

$bbuserinfo[usernamehas mentioned you in a threadYou can view the Mention by visiting:

$vboptions[bburl]/showthread.php?p=$post[postid]#post$post[postid]

All the best,
$vboptions[bbtitle]]]></phrase>
        </
phrasetype>
        <
phrasetype name="Email Subject Text" fieldname="emailsubject">
            <
phrase name="dbtech_usertag_mention_received_email" date="1274484096" username="Belazor" version="1.1.0"><![CDATA[You have been Mentioned in a thread at $vboptions[bbtitle]]]></phrase>
        </
phrasetype>
        <
phrasetype name="Error Messages" fieldname="error">
            <
phrase name="dbtech_usertag_x_y" date="1274287157" username="Belazor" version="1.1.0"><![CDATA[{1} {2successfully.]]></phrase>
        </
phrasetype>
        <
phrasetype name="Front-End Redirect Messages" fieldname="frontredirect">
            <
phrase name="dbtech_usertag_tag_added" date="1274053162" username="Belazor" version="1.0.0"><![CDATA[Users tagged successfully!]]></phrase>
        </
phrasetype>
        <
phrasetype name="GLOBAL" fieldname="global">
            <
phrase name="dbtech_usertag_emailmention" date="1274483147" username="Belazor" version="1.1.0"><![CDATA[Enable Mention Email Notification]]></phrase>
            <
phrase name="dbtech_usertag_emailmention_descr" date="1274483269" username="Belazor" version="1.1.0"><![CDATA[Enable this setting if you want to receive an email notification whenever you are Mentioned in a thread.]]></phrase>
            <
phrase name="dbtech_usertag_emailmention_short" date="1274483180" username="Belazor" version="1.1.0"><![CDATA[Mention Email Notification]]></phrase>
            <
phrase name="dbtech_usertag_emailtag" date="1274483036" username="Belazor" version="1.1.0"><![CDATA[Enable Tag Email Notification]]></phrase>
            <
phrase name="dbtech_usertag_emailtag_descr" date="1274483339" username="Belazor" version="1.1.0"><![CDATA[Enable this setting if you want to receive an email notification whenever you are Tagged in a thread.]]></phrase>
            <
phrase name="dbtech_usertag_emailtag_short" date="1274483291" username="Belazor" version="1.1.0"><![CDATA[Tag Email Notification]]></phrase>
            <
phrase name="dbtech_usertag_general_settings" date="1274311032" username="Belazor" version="1.1.0"><![CDATA[User Tagging General Settings]]></phrase>
            <
phrase name="dbtech_usertag_me_mentioned_y_in_z" date="1274118320" username="Belazor" version="1.0.0"><![CDATA[/me mentioned {1in post {2}]]></phrase>
            <
phrase name="dbtech_usertag_me_tagged_y_in_z" date="1274105940" username="Belazor" version="1.0.0"><![CDATA[/me tagged {1in {2}]]></phrase>
            <
phrase name="dbtech_usertag_mentioned" date="1274036015" username="Belazor" version="1.0.0"><![CDATA[Mentioned]]></phrase>
            <
phrase name="dbtech_usertag_mentionrestrict" date="1274311409" username="Belazor" version="1.1.0"><![CDATA[Enable Mention Restriction]]></phrase>
            <
phrase name="dbtech_usertag_mentionrestrict_descr" date="1274311237" username="Belazor" version="1.1.0"><![CDATA[Check this box if you only want to be alerted of Mentions from users on your friends list.]]></phrase>
            <
phrase name="dbtech_usertag_mentionrestrict_short" date="1274311435" username="Belazor" version="1.1.0"><![CDATA[Mention Restriction]]></phrase>
            <
phrase name="dbtech_usertag_mentions" date="1273955646" username="Belazor" version="1.0"><![CDATA[Mentions]]></phrase>
            <
phrase name="dbtech_usertag_no_results" date="1274021970" username="Belazor" version="1.0.0"><![CDATA[No results to display...]]></phrase>
            <
phrase name="dbtech_usertag_settings" date="1274308922" username="Belazor" version="1.1.0"><![CDATA[Settings]]></phrase>
            <
phrase name="dbtech_usertag_statistics" date="1274298408" username="Belazor" version="1.1.0"><![CDATA[Statistics]]></phrase>
            <
phrase name="dbtech_usertag_tag_list" date="1274045392" username="Belazor" version="1.0.0"><![CDATA[User Tag List]]></phrase>
            <
phrase name="dbtech_usertag_tag_user" date="1274045799" username="Belazor" version="1.0.0"><![CDATA[Tag User(s)]]></phrase>
            <
phrase name="dbtech_usertag_tag_user_descr" date="1274048523" username="Belazor" version="1.0.0"><![CDATA[Input each user name separated by a commalike soUser1,User2,User3.]]></phrase>
            <
phrase name="dbtech_usertag_tagged" date="1274035997" username="Belazor" version="1.0.0"><![CDATA[Tagged]]></phrase>
            <
phrase name="dbtech_usertag_tagged_by" date="1274050312" username="Belazor" version="1.0.0"><![CDATA[Tagged By]]></phrase>
            <
phrase name="dbtech_usertag_tagrestrict" date="1274311386" username="Belazor" version="1.1.0"><![CDATA[Enable Tag Restriction]]></phrase>
            <
phrase name="dbtech_usertag_tagrestrict_descr" date="1274311264" username="Belazor" version="1.1.0"><![CDATA[Check this box if you only want to be alerted of Tags from users on your friends list.]]></phrase>
            <
phrase name="dbtech_usertag_tagrestrict_short" date="1274311454" username="Belazor" version="1.1.0"><![CDATA[Tag Restriction]]></phrase>
            <
phrase name="dbtech_usertag_tags" date="1273955655" username="Belazor" version="1.0"><![CDATA[Tags]]></phrase>
            <
phrase name="dbtech_usertag_tags_in_x" date="1274049833" username="Belazor" version="1.0.0"><![CDATA[Tags In Thread: {1}]]></phrase>
            <
phrase name="dbtech_usertag_threadtags" date="1274023216" username="Belazor" version="1.0.0"><![CDATA[Thread Tags]]></phrase>
            <
phrase name="dbtech_usertag_topmentions" date="1274298740" username="Belazor" version="1.1.0"><![CDATA[Top Mentioned]]></phrase>
            <
phrase name="dbtech_usertag_toptags" date="1274299186" username="Belazor" version="1.1.0"><![CDATA[Top Tagged]]></phrase>
            <
phrase name="dbtech_usertag_user_tag" date="1274308300" username="Belazor" version="1.1.0"><![CDATA[User Tagging]]></phrase>
            <
phrase name="dbtech_usertag_user_tagging_statistics" date="1274309549" username="Belazor" version="1.1.0"><![CDATA[User Tagging Statistics]]></phrase>
            <
phrase name="dbtech_usertag_user_tags" date="1273973518" username="Belazor" version="1.0.0"><![CDATA[User Tags]]></phrase>
            <
phrase name="dbtech_usertag_x_mentioned_y_in_z" date="1274023156" username="Belazor" version="1.0.0"><![CDATA[{1mentioned {2in post {3}]]></phrase>
            <
phrase name="dbtech_usertag_x_posts" date="1274036049" username="Belazor" version="1.0.0"><![CDATA[{1Post(s)]]></phrase>
            <
phrase name="dbtech_usertag_x_tagged_y_in_z" date="1274023163" username="Belazor" version="1.0.0"><![CDATA[{1tagged {2in thread {3}]]></phrase>
            <
phrase name="dbtech_usertag_x_threads" date="1274036065" username="Belazor" version="1.0.0"><![CDATA[{1Thread(s)]]></phrase>
            <
phrase name="dbtech_vbactivity_new_mentions" date="1274017358" username="Belazor" version="1.0.0"><![CDATA[New Mentions]]></phrase>
            <
phrase name="dbtech_vbactivity_new_thread_tags" date="1274017368" username="Belazor" version="1.0.0"><![CDATA[New Thread Tags]]></phrase>
        </
phrasetype>
        <
phrasetype name="Register" fieldname="register">
            <
phrase name="dbtech_usertag_username_error" date="1274043363" username="Belazor" version="1.0.0"><![CDATA[You may not use the character combination <b>/@</bin your username.]]></phrase>
        </
phrasetype>
        <
phrasetype name="Show Thread" fieldname="showthread">
            <
phrase name="dbtech_usertag_all_friends" date="1274104613" username="Belazor" version="1.0.0"><![CDATA[All Friends]]></phrase>
        </
phrasetype>
        <
phrasetype name="vBulletin Settings" fieldname="vbsettings">
            <
phrase name="setting_dbtech_usertag_active_desc" date="1274044999" username="Belazor" version="1.0.0"><![CDATA[From time to timeyou may want to turn the modification off to the public while you perform maintenanceupdate versionsetcWhen you turn it offvisitors will see a message that states that it is temporarily unavailable, and its functionality will be disabled.]]></phrase>
            <
phrase name="setting_dbtech_usertag_active_title" date="1274044999" username="Belazor" version="1.0.0"><![CDATA[Enable Modification]]></phrase>
            <
phrase name="setting_dbtech_usertag_disableproblematic_desc" date="1274110917" username="Belazor" version="1.0.0"><![CDATA[The mod uses <strong>/@</strong> as a way to know what's a Mention when your members post threads / posts.<br />
This setting disables that character combination from being a valid combination in usernames.]]></phrase>
            <phrase name="setting_dbtech_usertag_disableproblematic_title" date="1274110917" username="Belazor" version="1.0.0"><![CDATA[(Pro) Disable Problematic Username Characters]]></phrase>
            <phrase name="setting_dbtech_usertag_displayversion_desc" date="1273955615" username="Belazor" version="1.0"><![CDATA[If you disable this, the version number you are running will not be shown to the public.]]></phrase>
            <phrase name="setting_dbtech_usertag_displayversion_title" date="1273955615" username="Belazor" version="1.0"><![CDATA[Display Version Number]]></phrase>
            <phrase name="setting_dbtech_usertag_enableat_desc" date="1274275863" username="Belazor" version="1.0.0"><![CDATA[This setting lets you control whether the '
@' symbol should be displayed when a person is Mentioned in a post.]]></phrase>
            <phrase name="setting_dbtech_usertag_enableat_title" date="1274275863" username="Belazor" version="1.0.0"><![CDATA[(Pro) Enable '
@' in Mentions]]></phrase>
            <phrase name="setting_dbtech_usertag_enablestats_desc" date="1274386790" username="Belazor" version="1.1.0"><![CDATA[With this setting you can control whether the "Top Tagged / Mentioned" page should be available.]]></phrase>
            <phrase name="setting_dbtech_usertag_enablestats_title" date="1274386790" username="Belazor" version="1.1.0"><![CDATA[Enable Statistics Page]]></phrase>
            <phrase name="setting_dbtech_usertag_enabletaggedlist_desc" date="1273955615" username="Belazor" version="1.0"><![CDATA[This setting controls whether the Tagged Users list is available in the threads.]]></phrase>
            <phrase name="setting_dbtech_usertag_enabletaggedlist_title" date="1273955615" username="Belazor" version="1.0"><![CDATA[(Pro) Enable Tagged Users List]]></phrase>
            <phrase name="setting_dbtech_usertag_inlineusers_desc" date="1273955615" username="Belazor" version="1.0"><![CDATA[How many users should be displayed in the inline Tagged Users list before a link to the full list is shown.]]></phrase>
            <phrase name="setting_dbtech_usertag_inlineusers_title" date="1273955615" username="Belazor" version="1.0"><![CDATA[Tagged Users List Count]]></phrase>
            <phrase name="setting_dbtech_usertag_mentionbbcode_desc" date="1274276454" username="Belazor" version="1.0.0"><![CDATA[Here, you can select additional BBCode to be added to the Mentioned usernames in posts.]]></phrase>
            <phrase name="setting_dbtech_usertag_mentionbbcode_title" date="1274276454" username="Belazor" version="1.0.0"><![CDATA[Mentioned Username BBCode Additions]]></phrase>
            <phrase name="setting_dbtech_usertag_postbit_desc" date="1274276828" username="Belazor" version="1.0.0"><![CDATA[You can choose to enable / disable certain pieces of information from the Postbit with this setting.]]></phrase>
            <phrase name="setting_dbtech_usertag_postbit_title" date="1274276828" username="Belazor" version="1.0.0"><![CDATA[(Pro) Postbit Integration]]></phrase>
            <phrase name="setting_dbtech_usertag_postpreview_charlimit_desc" date="1274473952" username="Belazor" version="1.1.0"><![CDATA[This controls how many characters is displayed on either side of the post in the profile post preview.<br />
0 = Disable Preview.]]></phrase>
            <phrase name="setting_dbtech_usertag_postpreview_charlimit_title" date="1274473952" username="Belazor" version="1.1.0"><![CDATA[(Pro) Post Preview Character Limit]]></phrase>
            <phrase name="setting_dbtech_usertag_shoutbox_desc" date="1273955615" username="Belazor" version="1.0"><![CDATA[Advanced User Tagging can add an additional tab to <a href="https://vborg.vbsupport.ru/showthread.php?t=236970">DragonByte Tech: vBShout</a> with alerts for Tags and Mentions.<br />
If you don'
use vBShoutyou can ignore this setting.<br />
If 
you don't want to use this feature, uncheck all boxes.]]></phrase>
            <phrase name="setting_dbtech_usertag_shoutbox_title" date="1273955615" username="Belazor" version="1.0"><![CDATA[Shoutbox Integration]]></phrase>
            <phrase name="setting_dbtech_usertag_statistics_topx_desc" date="1274275736" username="Belazor" version="1.0.0"><![CDATA[Choose how many users you'
d like to show in the Statistics.]]></phrase>
            <
phrase name="setting_dbtech_usertag_statistics_topx_title" date="1274275736" username="Belazor" version="1.0.0"><![CDATA[(ProStatisticsTop X Limit]]></phrase>
            <
phrase name="setting_dbtech_usertag_taglist_position_desc" date="1274473377" username="Belazor" version="1.1.0"><![CDATA[If you'd like to reposition Tag List, you can do so here.]]></phrase>
            <phrase name="setting_dbtech_usertag_taglist_position_title" date="1274473377" username="Belazor" version="1.1.0"><![CDATA[(Pro) Tag List Position]]></phrase>
            <phrase name="setting_dbtech_usertag_versionnumber_desc" date="1273967683" username="Belazor" version="1.0.0"><![CDATA[Numeric representation of the current version.<br />
Leave this setting alone.]]></phrase>
            <phrase name="setting_dbtech_usertag_versionnumber_text_desc" date="1273967708" username="Belazor" version="1.0.0"><![CDATA[Textual representation of the current version.<br />
Leave this setting alone.]]></phrase>
            <phrase name="setting_dbtech_usertag_versionnumber_text_title" date="1273967708" username="Belazor" version="1.0.0"><![CDATA[Version Number Text]]></phrase>
            <phrase name="setting_dbtech_usertag_versionnumber_title" date="1273967683" username="Belazor" version="1.0.0"><![CDATA[Version Number]]></phrase>
            <phrase name="settinggroup_dbtech_usertag_options" date="1273955615" username="Belazor" version="1.0"><![CDATA[DragonByte Tech: Advanced User Tagging - General Options]]></phrase>
            <phrase name="settinggroup_dbtech_usertag_version" date="1273967642" username="Belazor" version="1.0.0"><![CDATA[DragonByte Tech: Advanced User Tagging Untouchables]]></phrase>
        </phrasetype>
        <phrasetype name="Who'
s Online" fieldname="wol">
            <phrase name="
dbtech_usertag_viewing_tag_list" date="1273972073" username="Belazor" version="1.0.0"><![CDATA[Viewing Tag List]]></phrase>
        </phrasetype>
    </phrases>
    <options>
        <settinggroup name="
dbtech_usertag_options" displayorder="750">
            <setting varname="
dbtech_usertag_displayversion" displayorder="10">
                <datatype>boolean</datatype>
                <optioncode>yesno</optioncode>
                <defaultvalue>1</defaultvalue>
            </setting>
            <setting varname="
dbtech_usertag_inlineusers" displayorder="40">
                <datatype>posint</datatype>
                <defaultvalue>25</defaultvalue>
            </setting>
            <setting varname="
dbtech_usertag_shoutbox" displayorder="60">
                <datatype>bitfield</datatype>
                <optioncode>bitfield:nocache|dbtech_usertag_shoutbox</optioncode>
                <defaultvalue>3</defaultvalue>
            </setting>
            <setting varname="
dbtech_usertag_enablestats" displayorder="80">
                <datatype>boolean</datatype>
                <optioncode>yesno</optioncode>
                <defaultvalue>1</defaultvalue>
            </setting>
            <setting varname="
dbtech_usertag_mentionbbcode" displayorder="110">
                <datatype>bitfield</datatype>
                <optioncode>bitfield:nocache|dbtech_usertag_mentionbbcode</optioncode>
                <defaultvalue>0</defaultvalue>
            </setting>
        </settinggroup>
        <settinggroup name="
dbtech_usertag_version" displayorder="0">
            <setting varname="
dbtech_usertag_versionnumber" displayorder="10">
                <datatype>posint</datatype>
                <defaultvalue>1000</defaultvalue>
            </setting>
            <setting varname="
dbtech_usertag_active" displayorder="20">
                <datatype>boolean</datatype>
                <optioncode>yesno</optioncode>
                <defaultvalue>1</defaultvalue>
            </setting>
            <setting varname="
dbtech_usertag_versionnumber_text" displayorder="20">
                <datatype>free</datatype>
                <defaultvalue>1.0.0</defaultvalue>
            </setting>
        </settinggroup>
    </options>
    <helptopics>
    </helptopics>
    <cronentries>
    </cronentries>
    <faqentries>
    </faqentries>
</product> 
Reply With Quote
  #221  
Old 01-06-2011, 08:48 PM
DragonByte Tech's Avatar
DragonByte Tech DragonByte Tech is offline
 
Join Date: Feb 2010
Location: Scotland
Posts: 8,814
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Pasting it here isn't going to do much good, any special characters could have been removed.

Please try the importing process in another browser.
If that doesn't do anything, try another computer.

Our xml file isn't the problem here I'm afraid


Fillip
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 08:50 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.18522 seconds
  • Memory Usage 2,684KB
  • Queries Executed 27 (?)
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
  • (4)bbcode_php
  • (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
  • (4)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (16)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
  • (3)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