Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Articles with numbers as title are not loading
Is anyone familiar with an issue involving articles that have only numbers in their title? Instead of loading the actual article, it returns the article list page instead.
textpattern.org :: find and share Textpattern resources
docs.textpattern.io :: Textpattern user documentation
Offline
Re: Articles with numbers as title are not loading
That’s interesting. Are you using year/month/day/title
scheme?
Offline
#3 2017-03-11 18:59:54
- uli
- Moderator
- From: Cologne
- Registered: 2006-08-15
- Posts: 4,313
Re: Articles with numbers as title are not loading
Ah, I thought “article list page” means textpattern/index.php?event=list.
Oleg, try http://ferrydust.com/journal/1035/666
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
Re: Articles with numbers as title are not loading
Thanks, Uli, weird indeed. I have created a 666
article — works for me (in 4.7 though), whatever url scheme.
Offline
Re: Articles with numbers as title are not loading
I’m using /section/id/title/ (which I’ve always used)
Also, I know it used to be that we could pull up individual article pages by just the http://sitename.ext/section/id/
however now it seems if I don’t put the whole article title, it won’t load the article. (Treats it the same way as the articles with just numbers in their title — goes to article list page instead.)
(I’m in TXP 4.6.2. I do not have gbp_permanent_links / gbp_admin_library running on the site.)
Last edited by alicson (2017-03-11 22:18:58)
textpattern.org :: find and share Textpattern resources
docs.textpattern.io :: Textpattern user documentation
Offline
Re: Articles with numbers as title are not loading
Pretty sure it’s a plugin. Don’t yet know which one.. I’ll work on it
textpattern.org :: find and share Textpattern resources
docs.textpattern.io :: Textpattern user documentation
Offline
Re: Articles with numbers as title are not loading
Hi, alicson. Long time. Was just looking at your sig and chuckling. Good ol’ TextBook. You might want to change that to the new docs location (no longer called TB).
Offline
Re: Articles with numbers as title are not loading
Destry wrote #304612:
Hi, alicson. Long time. Was just looking at your sig and chuckling. Good ol’ TextBook. You might want to change that to the new docs location (no longer called TB).
Hah! indeed, thanks! And great to see you too :)
Last edited by alicson (2017-03-12 02:06:30)
textpattern.org :: find and share Textpattern resources
docs.textpattern.io :: Textpattern user documentation
Offline
Re: Articles with numbers as title are not loading
alicson wrote #304610:
Pretty sure it’s a plugin. Don’t yet know which one.. I’ll work on it
It’s rss_suparchive.
*update: Okay so removing rss_suparchive resolved the issues of articles not loading if their title was made wholly of numbers.
However, issue remains that articles do not load if the URL goes up to the id; only loads when provided with the URL with the whole exact title. It’s another plugin.. I’m on it…
Last edited by alicson (2017-03-12 03:12:58)
textpattern.org :: find and share Textpattern resources
docs.textpattern.io :: Textpattern user documentation
Offline
Re: Articles with numbers as title are not loading
Okay. the calling-articles-by-ID issue was caused by rss_unlimited_categories. Which is disconcerting since the structure of the site much depends on that plugin.. I can get around rss_suparchive, however the “words” section on the site were all categorized with rss_unlimited_categories so pretty dependent..
Advice much welcomed. I’ll check into the rss_unlimited_categories thread.
Last edited by alicson (2017-03-12 03:55:40)
textpattern.org :: find and share Textpattern resources
docs.textpattern.io :: Textpattern user documentation
Offline
Re: Articles with numbers as title are not loading
If you had rss plugins running, which haven’t been supported in a loooooooong time now, then you probably want to evolve your publishing architecture. Might be a lot of things in your code you could improve with core tags alone, or at least rebuild in more efficient ways.
I can’t really say with your immediate problem, but if it were me, I’d try to get away from the idea of unlimited categories and go with a tags plugin, like smd_tags, and see if you can recreate your “words” categories with tags instead.
But, wiser people than me may chime in.
Offline
Re: Articles with numbers as title are not loading
Thank you, yes I’ve been working hard on replacing what plugins I can with core code. rss archive plugins have been adopted though and seem very well-maintained; I’ve been running on the updated versions. Even so I’ve been overhauling the archives with core code and txp:variable and things that I didn’t know about; learning. Category archives fully overhauled and I think I have date archives too. smd_tags and a number of other smd plugins and others look very promising for my usage; I’m trying not to add too many new plugins while I’m still ironing out and eliminating others (they were soooo essential at the time), however I find myself installing and appreciating new plugins along the way anyway.
textpattern.org :: find and share Textpattern resources
docs.textpattern.io :: Textpattern user documentation
Offline