vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   New Posting Features - [DBTech] Advanced User Tagging v3 (vB3) (https://vborg.vbsupport.ru/showthread.php?t=242734)

DragonByte Tech 08-21-2012 06:04 PM

Open /dbtech/usertag/actions/parse/quote.php and find
PHP Code:

            // Just the one
            
$usernames[] = htmlspecialchars_uni($username); 

Add above
PHP Code:

            if (!$username)
            {
                
// Don't do "0"
                
continue;
            } 

Let me know if that works for you :)


Fillip

n1k 08-21-2012 06:50 PM

Thank you, it worked.

But also I have tried to post a message with
Code:

[quote=00][/quote]
(00 instead of 0) and I had the same problem.

It seems like we should use something like "if (!(intval($username)))" instead of "if (!$username)" :)

RonJH 08-27-2012 05:31 PM

I have installed 3.0.4 lite on a forum running vB 3.8.2 and users who are tagged do not appear to be receiving forum notifications of any sort - I have looked, as a test user, at the User CP where friend notifications show up but it isn't there. The postbit reflects the number of times a user has been tagged so I know that part of the mod is working properly.

Am I doing something wrong? How should the notification display?

EDIT: This was also tested in threads which the users are able to access and read.

EDIT 2: Just to confirm: email notifications do work, it is just the forum ones that are causing me an issue.

DragonByte Tech 08-27-2012 10:05 PM

Quote:

Originally Posted by RonJH (Post 2360476)
I have installed 3.0.4 lite on a forum running vB 3.8.2 and users who are tagged do not appear to be receiving forum notifications of any sort - I have looked, as a test user, at the User CP where friend notifications show up but it isn't there. The postbit reflects the number of times a user has been tagged so I know that part of the mod is working properly.

Am I doing something wrong? How should the notification display?

EDIT: This was also tested in threads which the users are able to access and read.

EDIT 2: Just to confirm: email notifications do work, it is just the forum ones that are causing me an issue.

The notification displays in the drop-down menu that houses New PMs and such.


Fillip

RonJH 08-28-2012 08:28 AM

Ah my bad - we had the notifications information turned off on all skins and replaced with just PM message numbers.

Many thanks for the response.

DragonByte Tech 09-08-2012 01:47 AM

Advanced User Tagging v3.0.5
Change: Emails now show the post you were mentioned / quoted in.

Fillip

shakirulqadree 09-08-2012 03:38 PM

how can i tag all of members who are in my friends list ?

DragonByte Tech 09-08-2012 03:42 PM

As per the OP, that is a Pro-only feature. Everything beneath the "Pro:" is not available in the version here on vBulletin.org.

Fillip

shakirulqadree 09-08-2012 03:53 PM

tanks for quick reply

n1k 09-13-2012 09:01 PM

Quote:

Originally Posted by n1k
(00 instead of 0) and I had the same problem.

Have this been fixed in the last version?

Also, I have discovered another bug (well, may be it's not a bug, but I think I should mention it).
If your board has two users with the following usernames: "User 001" and "User" and you want to mention User 001 by writing "@User 001" it mentions User instead of User 001.


All times are GMT. The time now is 08:13 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.01462 seconds
  • Memory Usage 1,745KB
  • 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
  • (2)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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