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)

MindStar 02-12-2015 08:26 AM

Found a bug in

dbtech/usertag/hooks/notifications_list.php

each reference to usertag.php should be prefixed by $vbulletin->options[bburl]

i.e. replace

Code:

'link'  => 'usertag.php?'  ...

with

Code:

'link'  => $vbulletin->options[bburl] . '/usertag.php?'  ...

so it looks like

Code:

if (!(bool)($vbulletin->userinfo['dbtech_usertag_settings'] & 8) AND !(bool)($vbulletin->options['dbtech_usertag_disabledfeatures'] & 1))
        {
                $notifications['dbtech_usertag_mentioncount'] = array(
                        'phrase' => $vbphrase['dbtech_usertag_new_mentions'],
                        'link'  => $vbulletin->options[bburl] . '/usertag.php?' . $vbulletin->session->vars['sessionurl'] . 'do=profilenotif&tab=mentions',
                        'order'  => 110
                );
        }


else the links are broken if the notifications menu items that are appended to the PM notification menu are broken if the menu is used on a page outside of the forum folder/directory, e.g. when using vB Advanced CMPS to have a custom forum homepage rather than showing the forum index.

I believe that references to usertag.php in product-dbtech_usertag.xml also need the same treatment.

There may be other references to usertag.php that also need prefixing that I haven't stumbled across yet.

Cheers,

Marco.

karabaja3 04-11-2015 05:59 PM

I did not come here to write how this plugin is actually unfunctional, but for the fact I have an unsolvable problem after uninstallation. :(
I tried with the Developer tools and code inspector in Chromium and FF to trace this code leftover, but I never managed to locate it in Templates or Phrases. Please help. Screenshot:

https://vborg.vbsupport.ru/external/2015/06/6.jpg

lauxanh 06-07-2015 10:27 PM

Is there anyway to send quote,mention notification to PM instead of email?

DragonByte Tech 06-09-2015 02:44 PM

Quote:

Originally Posted by MindStar (Post 2537129)
Found a bug in

dbtech/usertag/hooks/notifications_list.php

each reference to usertag.php should be prefixed by $vbulletin->options[bburl]

i.e. replace

Code:

'link'  => 'usertag.php?'  ...

with

Code:

'link'  => $vbulletin->options[bburl] . '/usertag.php?'  ...

so it looks like

Code:

if (!(bool)($vbulletin->userinfo['dbtech_usertag_settings'] & 8) AND !(bool)($vbulletin->options['dbtech_usertag_disabledfeatures'] & 1))
        {
                $notifications['dbtech_usertag_mentioncount'] = array(
                        'phrase' => $vbphrase['dbtech_usertag_new_mentions'],
                        'link'  => $vbulletin->options[bburl] . '/usertag.php?' . $vbulletin->session->vars['sessionurl'] . 'do=profilenotif&tab=mentions',
                        'order'  => 110
                );
        }


else the links are broken if the notifications menu items that are appended to the PM notification menu are broken if the menu is used on a page outside of the forum folder/directory, e.g. when using vB Advanced CMPS to have a custom forum homepage rather than showing the forum index.

I believe that references to usertag.php in product-dbtech_usertag.xml also need the same treatment.

There may be other references to usertag.php that also need prefixing that I haven't stumbled across yet.

Cheers,

Marco.

This is a bug in vBAdvanced, not User Tagging. Changing the usertag plugin in that way will have other ramifications, as we did have that change implemented in the past and received multiple bug reports. vBAdvanced should set the <base> tag to the forum directory in order for notification links to work correctly.

Quote:

Originally Posted by karabaja3 (Post 2542863)
I did not come here to write how this plugin is actually unfunctional, but for the fact I have an unsolvable problem after uninstallation. :(
I tried with the Developer tools and code inspector in Chromium and FF to trace this code leftover, but I never managed to locate it in Templates or Phrases. Please help. Screenshot:

https://vborg.vbsupport.ru/external/2015/06/6.jpg

Remove the BBCode from your Custom BB Code manager in the ACP :)

Quote:

Originally Posted by lauxanh (Post 2547337)
Is there anyway to send quote,mention notification to PM instead of email?

Not at this time, sorry :(


Fillip

DragonByte Tech 06-15-2015 06:02 PM

Advanced User Tagging v3.2.3 Patch Level 1

Bug Fixes:
  • Fixed an issue where the notifications would not redirect to the correct tab.


Fillip

DragonByte Tech 07-04-2015 06:58 PM

Advanced User Tagging v3.2.4

Changes To Existing Features:

Hash Tags
  • Improved support for hash tags containing non-Latin characters


Fillip

Butzel 12-05-2015 03:59 PM

hi there,
is there a way to turn off the mail-alerts individually by the user ?

DragonByte Tech 12-18-2015 09:19 PM

Quote:

Originally Posted by Butzel (Post 2559785)
hi there,
is there a way to turn off the mail-alerts individually by the user ?

Hi there,

This is a Pro-only feature, the Pro version has UserCP options for the user to turn this off :)


Fillip

soccerman2015 01-12-2016 12:36 PM

If someone quote your message , it will be a notification on the top of the page .

How does that notice can get shut down? everybody users dont want that notice.

DragonByte Tech 01-18-2016 04:50 PM

Quote:

Originally Posted by soccerman2015 (Post 2562535)
If someone quote your message , it will be a notification on the top of the page .

How does that notice can get shut down? everybody users dont want that notice.

Hi there,

You can turn this off via the vBulletin Options for this mod :)


Fillip

soccerman2015 01-19-2016 02:09 PM

yes, but.... i mean that users can choise.

if admin put that off, nobody does see anything notice.

DragonByte Tech 01-21-2016 05:53 PM

The Pro version of this mod allows each user to control their own notification settings as well :)


Fillip

DragonByte Tech 02-01-2016 08:17 PM

Advanced User Tagging v3.2.5 Patch Level 1

New Features:

Desktop Notifications
  • Desktop Notifications for Mentions, Thread Tags and Post Quotes
  • Clickable to go to the appropriate profile page tab
  • Can be globally disabled in the vBulletin Options
  • Can be disabled per user in the UserCP

Bug Fixes:
  • (vB3) Desktop Notifications would not show up as intended
  • In certain scenarios, the per-user toggle for Desktop Notifications would not be respected


Fillip

DragonByte Tech 02-28-2016 04:53 PM

Advanced User Tagging v3.2.5 Patch Level 2

Bug Fixes:
  • With hash parsing enabled it was not possible to submit certain combinations of symbols in a post


Fillip

s_cocis 02-28-2016 06:03 PM

Quote:

Originally Posted by DragonByte Tech (Post 2565820)
Advanced User Tagging v3.2.5 Patch Level 2

Bug Fixes:
  • With hash parsing enabled it was not possible to submit certain combinations of symbols in a post


Fillip

Hi,
after install, I received this error when I create new post


Parse error: syntax error, unexpected '*' in /........../public_html/dbtech/usertag/hooks/postdata_presave.php on line 5

DragonByte Tech 02-28-2016 06:23 PM

Resolved, thanks :)


Fillip

s_cocis 02-28-2016 06:28 PM

Quote:

Originally Posted by DragonByte Tech (Post 2565827)
Resolved, thanks :)

Fillip

:up::up::up: ;)

s.sami 04-01-2016 10:17 PM

if i want to see the mention link on forumhome what can i do ?

DragonByte Tech 04-02-2016 05:19 PM

Quote:

Originally Posted by s.sami (Post 2568357)
if i want to see the mention link on forumhome what can i do ?

Hi there,

Sorry, I don't understand what you mean, could you elaborate please?


Fillip

s.sami 04-03-2016 04:59 AM

Quote:

Originally Posted by DragonByte Tech (Post 2568385)
Hi there,

Sorry, I don't understand what you mean, could you elaborate please?


Fillip

Ok show you with pictures;
https://vborg.vbsupport.ru/attachmen...0&d=1274134505

i mean "test test test" this link on the forumhome
How can i do ?

s.sami 04-05-2016 04:32 AM

???

DragonByte Tech 04-05-2016 01:32 PM

Quote:

Originally Posted by s.sami (Post 2568409)
Ok show you with pictures;
https://vborg.vbsupport.ru/attachmen...0&d=1274134505

i mean "test test test" this link on the forumhome
How can i do ?

We don't provide any method of seeing the latest mentions on the forum home page in vB3.


Fillip

DragonByte Tech 04-25-2016 08:29 PM

Changed Features:
  • A fresh copy of the jQuery library is now only downloaded if one has not been downloaded previously. Requires updating of all other affected DBTech mods to take full effect.


Fillip

DragonByte Tech 08-08-2016 10:05 PM

Advanced User Tagging v3.2.7

Changed Features:
  • Updated the Notify JS code used in the Desktop Notifications

Bug Fixes:
  • Users without "Can View Thread Contents" forum permissions will no longer see the preview of Quotes and Mentions in member profiles


Fillip

DragonByte Tech 09-19-2016 07:50 PM

Advanced User Tagging v3.2.8:

Change: Improved BBCode parsing (may not work on older versions of vBulletin, tested with the latest 4.2 and 3.8)

Fillip

DragonByte Tech 01-09-2017 08:40 PM

Advanced User Tagging v3.3.0:
Feature: vBSocial integration for Mentions
Feature: vBSocial integration for Thread Tags
Feature: vBSocial integration for Quotes
Fix: Fixed a PHP 7.1 compatibility issue

Fillip

qloooooop 07-04-2017 02:23 AM

how can ad it to quick replay because it only show in advance mod !?

Midohash 07-23-2017 09:19 PM

Once installed, very difficult to uninstall!

Leaves loads of tables in the DB!

togebi33 10-01-2017 09:48 AM

How we can move tagged user list in showthread. I don't want to see it at navbar.

tanerpehlivan 12-24-2017 03:21 PM

bunu yüklediğimiz zaman çift mesaj sorunu veriyor neden acaba?

DragonByte Tech 12-24-2017 03:21 PM

Quote:

Originally Posted by tanerpehlivan (Post 2591809)
bunu y?klediğimiz zaman ?ift mesaj sorunu veriyor neden acaba?

English only, sorry.


Fillip

tanerpehlivan 12-24-2017 03:31 PM

Quote:

Originally Posted by DragonByte Tech (Post 2591810)
English only, sorry.


Fillip


why does it give double message problem when we install it?

m7sen 08-17-2018 10:24 PM

hi

when I Disable Postbit Stats Collapse (This setting lets you disable the collapse object around the postbit stats for this mod.)

the Collapse is open! I want to be close by default

rgxadmn 09-19-2018 12:11 PM

Hello Dear Developer,
I have been using your plugin for a long time. But i have faced with a little problem in recent days. I tried a lot of times but couldn't fix it. I updated something on the admin control panel (admincp / misc.php? Do = chooser), and then this plugin's tags (@mentions) were lost. In messages written to threads, for example @nick, if there is a label, this does not seen. When i click ''Edit message'' and ''save message'' it is return to normal again. How i can fix all this mentions? Can you help me?


All times are GMT. The time now is 07:00 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.02245 seconds
  • Memory Usage 1,819KB
  • 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
  • (6)bbcode_code_printable
  • (12)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (34)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