Sorry to raise this again, but you said a new version would come out on Thursday. Will we be seeing it soon?Yes. A new version is going out today.
This update makes the add-on a bit more lightweight and includes support for XenForo 1.4.0+.
Yeah, sorry for that. Too busy with other add-ons so I forgot about this one. Have just pressed the button for the 1.4-compatible updateSorry to raise this again, but you said a new version would come out on Thursday. Will we be seeing it soon?
Support has been dropped since v3.0.0, the files were put in place mostly for compatibility during upgrade. They are not used anymore.@xfrocks, does this addon still support TinyQuattro or does this addon no longer require explicit support for it? The javascript still looks like it is there, but I'm at a loss for how it is loaded.
Fatal Error: Cannot redeclare class XFCP_bdTagMe_XenForo_Route_Prefix_Members - library/XenForo/Application.php(520) : eval()'d code:1
$fileDir = '/var/www';
XenForo_Autoloader::getInstance()->setupAutoloader($fileDir . '/library');
XenForo_Application::set('page_start_time', $startTime);
$dependencies = new XenForo_Dependencies_Public();
$dependencies->preLoadData();
The quoted code is from the other add-on? It bootstraps XenForo by itself?Hello,
I'm getting this error:
It comes up when I call a self-written AddOn. I had the problem with the 1.3.x XenForo versions as well, and removed TagMe. With the dawn of XenForo 1.4.0 I gave it another try, but it seems there is something incompatible.
The problem is raised here:
Code:$fileDir = '/var/www'; XenForo_Autoloader::getInstance()->setupAutoloader($fileDir . '/library'); XenForo_Application::set('page_start_time', $startTime); $dependencies = new XenForo_Dependencies_Public(); $dependencies->preLoadData();
The last instruction causes the stated error.
I probably need to take a look into it to know the issue... Can you send me that?Hello,
it's from my expansion. To be honest, I followed an example I found here (or on xendach.de). I'm open to advice if I did something wrong when initializing the environment within my expansion.
Got it, thank you.Hello,
just sent you the code.
Please try version 3.0.5b I have just releasedI have found a bug.
After editing posts with group tags, the tagbbcode look like
;SCode:[USERGROUP=3][USERGROUP=3]@owner[/USERGROUP][/USERGROUP]
It's already available in the core XenForo software.Hey can you add an option to remove the "@"
What do you mean in the core?It's already available in the core XenForo software.
ACP > Options > User Alerts
Untick Keep @ character with user tagging
It's part of the core software ie it isn't added or controlled by an add-on.What do you mean in the core?
It's part of the core software ie it isn't added or controlled by an add-on.
Anyway, the option is already there.
even if you uncheck it .. if you tag sombody will theys till get an alert?
The @ character is used to initiate user tagging. If this option is disabled, successful user taggings will remove this character.
We use essential cookies to make this site work, and optional cookies to enhance your experience.