Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2012-09-25 19:54:51
- kr37
- Member
- From: Colorado
- Registered: 2011-11-06
- Posts: 28
How to display the hidden columns on the Article List page?
Hi, I would like to display the Category1 and Category2 columns on the Article List page. I can see that the information is already in the web page that txp produces, but it looks like some javascript is adding style=“display: none;” to every element that includes a class of articles_detail. Can anyone point me to how to turn this off or adjust it? I’m not that great with javascript, but can work things out if I can see where.
For example, if I do view source on the Article List page, it says:
<td width="100" class="articles_detail category category1"><span title="Laramie">laramie</span></td>
But in Firebug, I can see that it gets changed to this:
<td class="articles_detail category category1" width="100" style="display: none;"><span title="Laramie">laramie</span></td>
By the way, I just discovered and installed smd_browse_by (Yay!). Which makes this not-quite-so important to resolve, but if anyone can give a quick tip?
Thank you!
Offline
#2 2012-09-25 20:27:18
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: How to display the hidden columns on the Article List page?
There is a ‘show details’ checkbox at the bottom left of the page :) Personally I’d prefer to see that move to the top, lots of people overlook it.
Offline
Re: How to display the hidden columns on the Article List page?
Els wrote:
There is a ‘show details’ checkbox at the bottom left of the page :) Personally I’d prefer to see that move to the top, lots of people overlook it.
Your wish may well be granted at some point in the not-too-distant future. More UI improvements on the way and we’ll try and squeeze this in somewhere…
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Txp Builders – finely-crafted code, design and Txp
Offline
#4 2012-09-25 22:37:19
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: How to display the hidden columns on the Article List page?
Nice :)
Offline
Re: How to display the hidden columns on the Article List page?
yes, it’s on the ‘to do’ list when I next get some spare time.
Offline
#6 2012-09-26 16:59:45
- kr37
- Member
- From: Colorado
- Registered: 2011-11-06
- Posts: 28
Re: How to display the hidden columns on the Article List page?
Thank you! Much easier than I thought!
Offline