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 10-13-2012 03:16 AM

It appears as if you have uploaded the files incorrectly. Please drag and drop the contents of the upload folder (use Ctrl+A to select all files) to your public_html folder.

Chris

MoonShine123 10-13-2012 03:25 AM

Thanks that fixed it ;D

uofa 10-16-2012 02:21 AM

Quote:

Originally Posted by DragonByte Tech (Post 2372638)
It appears as if you have uploaded the files incorrectly. Please drag and drop the contents of the upload folder (use Ctrl+A to select all files) to your public_html folder.

Chris

Hello, first of all this looks awesome and can't wait to try it XD
2nd sorry if this is a noob question :P

when you say "Upload all files from the "upload" folder to your forums directory." in the readme.txt
do you mean the individual folders like: admincp, dbtech,includes or the CONTENT of them? im confused because by uploading the folders as they are named, doesnt that replace the folder already in public_html?

DragonByte Tech 10-16-2012 07:33 PM

Please drag and drop the contents of the upload folder (use Ctrl+A to select all files) to your public_html folder. :)

It will not replace the folders it just adds files to those folders.

Chris

insidegames 10-17-2012 10:55 AM

i would like translate this plugin in german. can you add then the new xml file for the user and a demo site in german language??

DragonByte Tech 10-18-2012 01:05 PM

We do not supply translations with our products, as we cannot officially support them. However, we have a Translations forum here: http://www.dragonbyte-tech.com/f91/
That forum is our preferred method of showcasing translations as we link to this forum in every release thread, and we have prefix filters that let people see all mods for their chosen languages :)


Fillip

RedTurtle 10-18-2012 01:58 PM

This is a wonderful mod but unfortunately is not compatible with vBSEO.

Since so many people use vBSEO and do rewrite their member profile pages, is there any chance there will be a workaround provided for vBSEO users?

Without vBSEO activated, the link to a notification is in this format:

Code:

http://domain.com/usertag.php?do=profilenotif&tab=quotes
and with vBSEO on, it should be like this:

Code:

http://domain.com/members/adminuser-1.html?tab=quotes#quotes
for it to work properly but instead the URL comes out like this:

Code:

http://domain.com/members/adminuser-1.html#quotes
Is there something we can change in notifications_list.php so that we are able to keep our vBSEO setup AND use this plugin?

It looks like ?tab=quotes needs to be inserted in the URL but not sure where.

Thank you very much.

RedTurtle 10-18-2012 04:08 PM

Update: Got it working with my vBSEO setup.

For my member profiles I am using the following URL rewrite format:

members/[user_name]-[user_id].html

Therefore the notifications links that this plugin generates need to be changed.

In upload/dbtech/usertag/hooks/notifications_list.php, make the following changes:

On line 14, change:
Code:

'link'  => $vbulletin->options['bburl'] . '/usertag.php?' . $vbulletin->session->vars['sessionurl'] . 'do=profilenotif&tab=mentions',
To:
Code:

'link'  => $vbulletin->options['bburl'] . '/members/' . strtolower($vbulletin->userinfo['username']) . '-' . $vbulletin->userinfo[userid] . '.html' . '?tab=mentions#mentions',
On line 23, change:
Code:

'link'  => $vbulletin->options['bburl'] . '/usertag.php?' . $vbulletin->session->vars['sessionurl'] . 'do=profilenotif&tab=usertags',
To:
Code:

'link'  => $vbulletin->options['bburl'] . '/members/' . strtolower($vbulletin->userinfo['username']) . '-' . $vbulletin->userinfo[userid] . '.html' . '?tab=usertags#usertags',
On line 32, change:
Code:

'link'  => $vbulletin->options['bburl'] . '/usertag.php?' . $vbulletin->session->vars['sessionurl'] . 'do=profilenotif&tab=quotes',
To:
Code:

'link'  => $vbulletin->options['bburl'] . '/members/' . strtolower($vbulletin->userinfo['username']) . '-' . $vbulletin->userinfo[userid] . '.html' . '?tab=quotes#quotes',
This is for my specific vBSEO URL rewrite format. If you're using a different format, you'll have to modify the code to be compatible.

Hope this helps someone else out.

Makaveli007 10-21-2012 10:44 PM

I have been using this mod on my forum for a long time. It works great, however of the past couple weeks/months I have noticed a steady increase in the amount of time it takes to load a users profile, or when loading a users own profile through notifications.

I have traced the issue down to being this mod. If I disable the mod, profile speeds go back to normal.

I should point out that the usertag tables in the database are huge. The mod is very popular on my site and has been used extensively. It is not uncommon to have a profile page that shows over 1000 pages of mentions.

Is there any way I can speed profile/notification page loads besides clearing out old mentions?

DragonByte Tech 10-22-2012 01:22 PM

Could you please re-post this issue over @ our forums here: http://www.dragonbyte-tech.com/forumdisplay.php?f=51 ?

That would be an issue that requires significant time to investigate and fix - time I simply do not have at this moment :(

vBulletin.org posts will get buried, whereas on our forums we will always have a directory of issue reports that we can look back on. Thanks :)


Fillip


All times are GMT. The time now is 07:50 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.02307 seconds
  • Memory Usage 1,747KB
  • 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
  • (9)bbcode_code_printable
  • (1)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