Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
View not found.
madi
New
Hi There,
I just follow the instructions, fresh install. v2.3
Tagging installed. Enabled.
Tagging disabled.
Tagging enhanced installed.
Tagging enhanced enabled.
When clicked on Tagging settings, received this empty page:
"View not found.
The view you were looking for could not be found."
It is strange, when Im enabling, its redirecting to:
mydomain.com/settings/plugins/all
and not
mydomain.com/dashboard/settings/plugins/all
What did I go wrong?
Thx, madi
0
Comments
@sprockett
so, this is strange... I delete the full folder of Tagging when disabled and uploaded the Tagging enhanced plugin to Tagging folder, as advised.
Here are some more details
Debug Trace
Do you have any idea?
That plugin is no longer compatible with Vanilla 2.3.1
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
Hi vrijvlinder, thanks for the info...
Is there any way to make this plugin compatible with Vanilla 2.3.1?
Everything is possible, but you have to ask yourself if it is worth the effort. The plugin came into existence as a clone of the standard plugin. That's why the code base is quite old. There have been improvements and security fixes made since then. All those changes are not in this old plugin.
Yes, you can surely make it work somehow, but I think it would be wiser to pick that "enhanced" features and try to implement them properly: as enhancements to the official tagging plugin.
Hi R_J, thanks for the reply.
I just wanted to use the tag search in categories with variable like: /discussions/tagged/ovoda&catid=1
With the standard plugin, its not possible as I see.
br, madi
Try if adding
$Configuration['Plugins']['Tagging']['CategorySearch'] = true;
or$Configuration['Plugins']['Tagging']['UseCategories'] = true;
help in any way.I turned on both, but now I do not know how is this working.
Tagging link has changed, and there is an /x/ added to url.
For example:
discussions/tagged/x/keyword
Tried to enter category name or CategoryID (1539) in place of x, but its not restricted the result.
Records looks like this now in table GDN_TagDiscussion
TagID 5
DiscussionID 5
CategoryID 1539
Also, DiscussionID 5 has records in field tags: keyword,keyword2
Could not find any documentation about the usage
Br, madi
I'm also not sure but I guess when you look at example.com/category/something, you only see the tags from that category.
Yes, you are right.
But this is just refers to the sidebox.
When Im opening a category, the "Box Tags" restricted to tags only can be found in selected category.
So this is showing tags per category. Clicking one of the tags, showing again all the discussions with picked tag.
I searching for a resolution, where I am able to listing all the discussions from a category, tagged with one special tag.
For example.
Show only discussions with tag "Keyword" which can be found in "Category1".
Br, madi