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 03-25-2012 04:21 PM

You may have logged in as root when you uploaded the files. Please delete all AUT files manually as whoever you logged in as, then log in as your normal ftp account (for instance, /home/dbtech/public_html means you should log in as dbtech) and re-upload the files :)


Fillip

ptshooter619 03-25-2012 10:06 PM

When i tag someone, it doesnt show in shoutbox

chimpmaster 03-25-2012 10:50 PM

That was the problem. Thanks for the quick response Fillip. All installed and running perfect and will likely get the pro version soon.

Makaveli007 03-26-2012 12:42 AM

Quote:

Originally Posted by Makaveli007 (Post 2308874)
figured it out Fillip! Like w8baby's issue, it only happened when people went to their own profile. Even after I increased to 128 MB allowed for PHP, the issue still happened, and I was unable to replicate it.

After working with a member on my site we narrowed it down to being old out dated version of firefox (perhaps other old browsers) as well, being unable to understand the new way the yuipath javascript is written into the headinclude template. in vb 4.1.11 it was re-written to ' + yuipath + '. My guess is this is some format that older versions of firefox cannot understand.

Quote:

Originally Posted by DragonByte Tech (Post 2308920)
Most interesting, I wouldn't think that would cause such an issue.

Thanks for letting me know in such great detail, it'll come in very handy for any future support queries :D


Fillip

More on this one Fillip. I was still having the issue with members on my site who have older browsers (firefox 3.6 being the main culprit) so I decided to investigate further. It actually has nothing to do with your mod, but since everyone must use their profile to check their notifications from the mod, if they have older versions of firefox, they will have this issue.

The issue is located in the MEMBERINFO template, starting in vb 4.1.11. The reason it only affects people when they view their own profile, is because it is the customize profile button and the javascript it calls, that causes the problem.

If anyone else is having this issue, the below code is what is causing the problem. To fix it, you can comment it out/remove it (which will prevent users from being able to customize their profile) or you can put in conditions to block it from older versions of firefox. I am working on those conditions now and will update this thread when I have it figured out.

Code:

<vb:if condition="$show_customize_profile">
                <script type="text/javascript">
                <!--
                        {vb:raw themes_js}

                        // for yui style picker:
                        loadVbCss(yuipath + '/slider/assets/skins/sam/slider.css');
                        loadVbCss(yuipath + '/colorpicker/assets/skins/sam/colorpicker.css');
                        loadVbCss(yuipath + '/container/assets/skins/sam/container.css');
                        if (remoteyui && yuicombopath)
                        {
                                document.write('<script type="text/javascript" src="' + yuicombopath + '?{vb:raw yui_version}/build/utilities/utilities.js&amp;{vb:raw yui_version}/build/dragdrop/dragdrop-min.js&amp;{vb:raw yui_version}/build/element/element-min.js&amp;{vb:raw yui_version}/build/slider/slider-min.js&amp;{vb:raw yui_version}/build/colorpicker/colorpicker-min.js&amp;{vb:raw yui_version}/build/container/container-min.js&amp;{vb:raw yui_version}/build/animation/animation-min.js&amp;{vb:raw yui_version}/build/json/json-min.js"></script>');
                        }
                        else
                        {
                                document.write('<script type="text/javascript" src="' + yuipath + '/utilities/utilities.js"></script>');
                                document.write('<script type="text/javascript" src="' + yuipath + '/dragdrop/dragdrop-min.js"></script>');
                                document.write('<script type="text/javascript" src="' + yuipath + '/element/element-min.js"></script>');
                                document.write('<script type="text/javascript" src="' + yuipath + '/slider/slider-min.js"></script>');
                                document.write('<script type="text/javascript" src="' + yuipath + '/colorpicker/colorpicker-min.js"></script>');
                                document.write('<script type="text/javascript" src="' + yuipath + '/container/container-min.js"></script>');
                                document.write('<script type="text/javascript" src="' + yuipath + '/animation/animation-min.js"></script>');
                                document.write('<script type="text/javascript" src="' + yuipath + '/json/json-min.js"></script>');
                        }
                        document.write('<script type="text/javascript" src="clientscript/vbulletin_userprofile.js?v={vb:raw vboptions.simpleversion}"></script>');
                //-->
                </script>
        </vb:if>


ptshooter619 03-27-2012 05:23 PM

Mentions aren't working for me

DragonByte Tech 03-27-2012 05:31 PM

Quote:

Originally Posted by ptshooter619 (Post 2313929)
Mentions aren't working for me

Okay :)

It's sadly impossible to assist you without any more details, though.


Fillip

vbbstudy 04-01-2012 03:20 AM

It's not working me.
I can not find "DragonByte Tech: Advanced User Tagging Permissions" in user permission.
What's wrong?

My vBulletin Ver is: 4.1.11

Thanks

clubvr4 04-01-2012 09:17 AM

Quote:

Originally Posted by vbbstudy (Post 2315594)
It's not working me.
I can not find "DragonByte Tech: Advanced User Tagging Permissions" in user permission.
What's wrong?

My vBulletin Ver is: 4.1.11

Thanks

Ah, excellent - I have had a similair problem for a couple weeks now, Unfortuntly the guys at dragon byte cannot connect to my host to investigate (security reasons).

Does any this thread ring a bell?

http://www.dragonbyte-tech.com/f51/m...-working-6828/

If it is the same then Hopefully you can provide access for the guys to investigate and resolve.

DragonByte Tech 04-01-2012 01:58 PM

Pretty much what vr4 said, find out if that's the same issue and if so, we'll need FTP and AdminCP access :)


Fillip

GKPet 04-02-2012 01:13 AM

Will the option to allow members to disable / re-enable ever be implemented?


All times are GMT. The time now is 08:10 AM.

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.03113 seconds
  • Memory Usage 1,755KB
  • 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
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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