Resource icon

[bd] Tag Me for XenForo 1.3 3.2.0

No permission to download
Sorry to raise this again, but you said a new version would come out on Thursday. Will we be seeing it soon?
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 update ;)
 
@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.
 
@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.
Support has been dropped since v3.0.0, the files were put in place mostly for compatibility during upgrade. They are not used anymore.
 
  • Like
Reactions: Xon
Hello,


I'm getting this error:

Fatal Error: Cannot redeclare class XFCP_bdTagMe_XenForo_Route_Prefix_Members - library/XenForo/Application.php(520) : eval()'d code:1

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.
 
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.
The quoted code is from the other add-on? It bootstraps XenForo by itself?
 
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.
 
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.
I probably need to take a look into it to know the issue... Can you send me that?
 
I have found a bug.
After editing posts with group tags, the tagbbcode look like
Code:
[USERGROUP=3][USERGROUP=3]@owner[/USERGROUP][/USERGROUP]
;S
 
Back
Top Bottom