![]() |
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 |
Thanks that fixed it ;D
|
Quote:
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? |
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 |
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??
|
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 |
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 Code:
http://domain.com/members/adminuser-1.html?tab=quotes#quotes Code:
http://domain.com/members/adminuser-1.html#quotes It looks like ?tab=quotes needs to be inserted in the URL but not sure where. Thank you very much. |
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', Code:
'link' => $vbulletin->options['bburl'] . '/members/' . strtolower($vbulletin->userinfo['username']) . '-' . $vbulletin->userinfo[userid] . '.html' . '?tab=mentions#mentions', Code:
'link' => $vbulletin->options['bburl'] . '/usertag.php?' . $vbulletin->session->vars['sessionurl'] . 'do=profilenotif&tab=usertags', Code:
'link' => $vbulletin->options['bburl'] . '/members/' . strtolower($vbulletin->userinfo['username']) . '-' . $vbulletin->userinfo[userid] . '.html' . '?tab=usertags#usertags', Code:
'link' => $vbulletin->options['bburl'] . '/usertag.php?' . $vbulletin->session->vars['sessionurl'] . 'do=profilenotif&tab=quotes', Code:
'link' => $vbulletin->options['bburl'] . '/members/' . strtolower($vbulletin->userinfo['username']) . '-' . $vbulletin->userinfo[userid] . '.html' . '?tab=quotes#quotes', Hope this helps someone else out. |
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? |
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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|