vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   New Posting Features - [DBTech] Advanced User Tagging v3 (vB4) (https://vborg.vbsupport.ru/showthread.php?t=242733)

DragonByte Tech 06-11-2012 11:44 AM

Quote:

Originally Posted by Mukashi (Post 2338629)
Just updated to the latest version of this addon on 4.1.11. Got the same error installing the product again. Any idea what could be causing this at all?

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in [path]/includes/adminfunctions_plugin.php on line 1557

Are you using a custom product manager? If so, please try disabling it.

I don't have 4.1.11 installed anywhere, please tell me the contents of that line.

Quote:

Originally Posted by deverill2010 (Post 2338667)
I have this installed and originally had the notification for new quotes on. However when ever we received the new quote notification when it was clicked on, it took you to your profile.. but did nothing.. It didnt show you the quote and didn't clear the notification.

I have since turned this off and we can't get rid of the notifications?

Are you running vBSEO? If so, you need to either disable profile rewrites or use our vBNotifications product, since I was unable to make notifications that directly link to a profile tab compatible with vBSEO.

Code:

UPDATE user SET dbtech_usertag_quotecount = 0
is the query to run, remember to add your table prefix.


Fillip

deverill2010 06-11-2012 04:54 PM

No not running vbseo,but thank you I've cleared the notifications :)

gpinjason 06-12-2012 11:33 AM

Quote:

Originally Posted by DragonByte Tech (Post 2338250)
Sorry for missing this :(

I am unable to replicate this in v3.0.0 of AUT, which is currently in Beta for Pro customers. It should be released in a Lite version hopefully next week.

Could you please post the exact username that you're unable to @mention? I tried with "Test.test" and that worked fine for me :)


Fillip

I found the problem... I wasn't paying attention close enough.. His name is Sgt. K and I was missing the space between the . and K.... works perfect!

Thanks for the hard work!

Bundle 06-12-2012 11:42 AM

Hello, currently implementing this on my forum's mobile style, and have a pretty simple question. Currently, for PMs, we have an icon at the top that is yellow when the user has new PMs (in place of a notifications drop down), exact code as follows:



Code:

    <vb:if condition="$vbulletin->userinfo[pmunread]>0">

<a id="newpm" href="private.php?{vb:raw session.sessionurl}">
<img border="0" src="new_pm.gif"></a>

    <vb:else />

<a href="private.php?">
<img border="0" src="pm.png"></a>

    </vb:if>


Basically, I'm wondering if Tagging (and now Quoting) has a variable that will function in the same way as "$vbulletin->userinfo[pmunread]>0" in the code above? I want to have a "tag" button next to the PM button, that will function in the same way (yellow when new tags), as my users absolutely love user tagging and miss it a lot on my mobile style! Currently there is a button that goes to the tags page, but obviously, they just have to check back for new tags rather than getting an alert.

Thanks in advance to anyone who can help!

Arash Fallah 06-13-2012 05:51 AM

Any fix for the vBseo issue?

DragonByte Tech 06-13-2012 12:33 PM

Quote:

Originally Posted by Bundle (Post 2338962)
Hello, currently implementing this on my forum's mobile style, and have a pretty simple question. Currently, for PMs, we have an icon at the top that is yellow when the user has new PMs (in place of a notifications drop down), exact code as follows:



Code:

    <vb:if condition="$vbulletin->userinfo[pmunread]>0">

<a id="newpm" href="private.php?{vb:raw session.sessionurl}">
<img border="0" src="new_pm.gif"></a>

    <vb:else />

<a href="private.php?">
<img border="0" src="pm.png"></a>

    </vb:if>


Basically, I'm wondering if Tagging (and now Quoting) has a variable that will function in the same way as "$vbulletin->userinfo[pmunread]>0" in the code above? I want to have a "tag" button next to the PM button, that will function in the same way (yellow when new tags), as my users absolutely love user tagging and miss it a lot on my mobile style! Currently there is a button that goes to the tags page, but obviously, they just have to check back for new tags rather than getting an alert.

Thanks in advance to anyone who can help!

dbtech_usertag_mentioncount, _tagcount, _quotecount I believe are the names :) You can look for them in the user table to verify :)

Quote:

Originally Posted by Arash Fallah (Post 2339188)
Any fix for the vBseo issue?

Not until v3 goes out of Pro-only Open Beta, no.


Fillip

edytwinky 06-13-2012 07:56 PM

I have found someone to make this modification to work on Darthos Lightweight style. He is charging $50 and you can see and test the product out before sending payment.

If anybody is willing to split this with me for their forum, shoot me a PM

Mukashi 06-14-2012 10:46 AM

Quote:

Originally Posted by DragonByte Tech (Post 2338703)
Are you using a custom product manager? If so, please try disabling it.

I don't have 4.1.11 installed anywhere, please tell me the contents of that line.

In 4.1.11, that line is
Code:

$vbulletin->pluginlist = array_merge($vbulletin->pluginlist, $vbulletin->pluginlistadmin);
Which comes under the heading of
Code:

// enable any hooks -- this is mainly necessary for importing templates (template_safe_functions hook)
We're not using a custom product manager, just the standard one in vBulletin. We do have a heck of a lot of addons, though we've never had any compatibility issues before. I should note also that despite that error, the addon does appear to have installed correctly.

edytwinky 06-15-2012 03:56 PM

Got the advanced user tagging mod to work with Farthos lightweight style! Score!!!!!

DragonByte Tech 06-16-2012 12:19 AM

Advanced User Tagging v3.0.0 (Beta 3):

Emails:
  • Email alerts for all features
  • Globally disable emails for any of the features
  • Email notifications go through an extra (hopefully) invisible redirect to clear its notifications, to ensure users are logged in before viewing their profiles

General Features:
  • Ability to disable Thread Tag list entirely for guests
  • Globally disable any of the features
  • Profile notifications now go through an extra (hopefully) invisible redirect to clear its notifications, to work around vBSEO compatibility issues

Changes / Fixes:
  • Mentions no longer trigger within quotes
  • Users will no longer receive notifications for Mentions, Thread Tags or Hash tag subscriptions triggered in forums they cannot access
  • Mentions will now correctly appear within the mobile style


Fillip


All times are GMT. The time now is 01:21 PM.

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.04418 seconds
  • Memory Usage 1,756KB
  • 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
  • (5)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete