Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2011-10-10 18:49:18
- user65
- New Member
- Registered: 2011-10-10
- Posts: 5
Lost sidebar items
Hello,
I am not a textpattern expert. We have a few installs and I manage them to the best of my abilities.
I did an upgrade and lost the sidebar items, here is an example of what it was like before:
http://web.archive.org/web/20110724115113/http://www.studentsforacademicfreedom.org/
Here it is now:
http://www.studentsforacademicfreedom.org/
Also, the single articles have the sidebar missing as well. I can’t seem to figure it out, any help would be appreciated.
Offline
Re: Lost sidebar items
Ah, I see TXP tags inside your public HTML source. :-) So it would be a good idea to review your TXP tag syntax. The one that sticks out to me: There’s a line in there that says <txp:if_section ="default">
that should say <txp:if_section name="default">
. Try fixing that first.
Offline
#3 2011-10-10 20:54:21
- user65
- New Member
- Registered: 2011-10-10
- Posts: 5
Re: Lost sidebar items
I see it in the source, but not in the actual “default” page.
Also, I forgot to mention this happened when upgrading from 4.0.? to the latest build.
Offline
Re: Lost sidebar items
Can you install a plugin? If so, try installing smd_where_used
and you can do a search to see where else that tag might be.
You can also do the same search in a tool like PHPMyAdmin, if your web host offers it.
Offline
#5 2011-10-12 06:21:06
- user65
- New Member
- Registered: 2011-10-10
- Posts: 5
Re: Lost sidebar items
Thanks, this plugin really helped. I had this: </txp:if_section> on what appeared to be too soon of the page. I pushed it down to the bottom under the content I was missing and all is good.
Offline
Pages: 1