Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#436 2020-01-27 23:00:36
Re: smd_tags: unlimited article, image, file and link taxonomy
Both of those issues should be fixed in beta 3.
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Hire Txp Builders – finely-crafted code, design and Txp
Offline
#437 2020-01-28 02:11:48
Re: smd_tags: unlimited article, image, file and link taxonomy
Bloke wrote #321376:
Both of those issues should be fixed in beta 3.
And so it has been. I saw there was a Beta of 0.60 but I thought I had it installed already. Apparently mine was an earlier incarnation.
Thanks, Stef
Offline
#438 2020-03-03 22:39:09
Re: smd_tags: unlimited article, image, file and link taxonomy
Okay. I am stuck again.
New Site running 4.8 and Beta 0.60
Example: http://presidents.cmsstyles.com/articles/1/just-a-standard-format-post
tag code
<txp:smd_tag_list wraptag="span" break="" class="entry__tag-list" shuffle="1" indent="">
<txp:smd_tag_name link="1" />
</txp:smd_tag_list>
Click on any tag and I get a 404 every time.
Offline
#439 2020-03-04 00:32:17
Re: smd_tags: unlimited article, image, file and link taxonomy
i’m nio help. but i sure dig your site. have you make the code publicly available?
…. texted postive
Offline
#440 2020-03-04 05:03:42
Re: smd_tags: unlimited article, image, file and link taxonomy
Hi Michael
It’s definitely not the reason for the 404 but more of a heads up to say have a stray --> after the 3rd stylesheet.
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
#441 2020-03-04 10:01:32
- saccade
- Plugin Author

- From: Neubeuern, Germany
- Registered: 2004-11-05
- Posts: 521
Re: smd_tags: unlimited article, image, file and link taxonomy
Hi,
I also have 404 on each tag after upgrading to txp 4.8
smd_tags 0.60 installed
Offline
#442 2020-03-04 10:20:06
Re: smd_tags: unlimited article, image, file and link taxonomy
Me too :-(
Tag cloud is still correct, just every keyword leads to 404 now, after upgrade to 4.8.0.
Edited: Not smd_tags, but tru_tags plugin v3.7 in my case.
Last edited by Vienuolis (2020-03-04 10:38:13)
Offline
#443 2020-03-04 11:11:31
Re: smd_tags: unlimited article, image, file and link taxonomy
Drat. Bug in 4.8.0 I think. As it tries to be clever about interpreting our new URL schemes and guess articles, it’s treating any custom URL patterns as invalid.
I’ve tried hacking it by setting the destination URL section (as set in the smd_tags prefs ‘Trigger(s) for tag lists’) to ‘?messy’ in case that triggered a different behaviour, but it doesn’t.
It does exhibit different behaviour depending if you use a trailing slash or not, but that only doesn’t 404 if you use the section on its own: example.org/smd_tags/. Everything else issues a 404.
Ummmm. Oleg? Any clues?
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Hire Txp Builders – finely-crafted code, design and Txp
Offline
#444 2020-03-04 12:16:26
Re: smd_tags: unlimited article, image, file and link taxonomy
Bloke wrote #322055:
Drat. Bug in 4.8.0 I think. As it tries to be clever about interpreting our new URL schemes and guess articles, it’s treating any custom URL patterns as invalid.
Ummmm. Oleg? Any clues?
It’s part of load-time optimizations (why have I ever touched it!) Try to call smd_tags_url_handler() function directly on plugin load (public-side) and set its load order to something lower than 5?
Offline
#445 2020-03-04 15:45:32
Re: smd_tags: unlimited article, image, file and link taxonomy
etc wrote #322061:
It’s part of load-time optimizations (why have I ever touched it!)
:)
Try to call
smd_tags_url_handler()function directly on plugin load (public-side) and set its load order to something lower than 5?
I think it already is called? I tried setting load order to 1: no change.
Hmmmm…
EDIT: Ah, you mean not as a callback? Okay, I’ll try that.
EDIT 2: Tried that. No change :(
Last edited by Bloke (2020-03-04 15:50:37)
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Hire Txp Builders – finely-crafted code, design and Txp
Offline
#446 2020-03-04 17:04:48
Re: smd_tags: unlimited article, image, file and link taxonomy
I have no (previously) working smd/tru_tags install and have some troubles to set it up. Could someone send me admin credentials for plugin testing, preferably on a toy site?
Offline
#447 2020-03-04 17:18:56
Re: smd_tags: unlimited article, image, file and link taxonomy
etc wrote #322065:
I have no (previously) working
smd/tru_tagsinstall and have some troubles to set it up. Could someone send me admin credentials for plugin testing, preferably on a toy site?
Thank you. I’ll send you some over.
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Hire Txp Builders – finely-crafted code, design and Txp
Offline
#448 2020-03-06 11:48:54
Re: smd_tags: unlimited article, image, file and link taxonomy
Thanks to Oleg’s fantastic assistance, he’s helped me patch the plugin to work with 4.8.0. This is only a bandaid and it’d be nice to do things properly via callback, without hijacking the URL first, but it works and will get people out of a hole until this can hopefully be addressed in Txp 4.8.1.
If you are able to take the GitHub master for a spin, please do so and verify it works. I’ll bundle up a proper release of the plugin later today.
Thank you for your patience, and sorry for the hassle.
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Hire Txp Builders – finely-crafted code, design and Txp
Offline
#449 2020-03-06 13:51:57
Re: smd_tags: unlimited article, image, file and link taxonomy
Okay, version 0.7.0 released.
All users of Textpattern 4.7.0+ (and especially those on 4.8.0) please install this version to fix the URL handling bug and hopefully restore your tag filter pages.
Please let me know how you get on and if there are any further issues.
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Hire Txp Builders – finely-crafted code, design and Txp
Offline
#450 2020-03-06 15:28:11
Re: smd_tags: unlimited article, image, file and link taxonomy
I had the 404 error already with version 0.60 on 4.7.2 – unfortunately with 0.70 in 4.7.2 that error remains here. I can’t upgrade to 4.80 yet as i need glz_custom_fields momentarily, before those plugin features become core functionality.
I am also wondering if that error could as well be caused by certain php libraries not being active, that#s just guessing though, have no clear indication for anything missing.
Just FYI.
A hole turned upside down is a dome, when there’s also gravity.
Offline