Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: G17a Released
This is what I’ve done so far: Installed 1.17 from 1.16 and ran _g117update.php; installed 1.17a; downloaded the fixed 1.17a and uploaded _update.php; ran _update.php.
And now I still have a root category showing up on my front page, and I have nothing showing up in my organise tab. My categories menus are empty in the write tab, but I seem to be able to load up categories with ?c=category and the categories list on rendered pages is still populated.
Yipes!
Edit: Nryberg’s post showed up while I was writing; looks like we’re in a similar boat, although my organise tab is fully empty.
Last edited by schussat (2004-03-25 16:03:09)
-Alan
Offline
Re: G17a Released
>>
text*
Offline
Re: G17a Released
> And now I still have a root category showing up on my front page
Using which tag?
text*
Offline
Re: G17a Released
Okay –
Added ‘asdf’:
<img src=“http://www.80miles.net/images/new_cat.png” />
Deleted ‘asdf’ (note loss of cat’s on image and links):
<img src=“http://www.80miles.net/images/new_cat_del.png” />
Offline
Re: G17a Released
> Dean wrote:
>WHICH category listing? Using a txp tag? In the categories tab?
<txp:category_list wraptag=“ul” break=“li” />
Besides that, all catefories become invisible – they are display in category listing on ite (<txp:category_list>), but not visible in category edit or when selecting category for ana article.
After adding and removing category they become visible, but root still displays on site view.
Last edited by pospel (2004-03-25 16:12:08)
Offline
Re: G17a Released
As far as ‘root’ goes, it shows up on my front page when I use the following txp tag:
<txp:category_list wraptag="ul" break="li" />
Offline
Re: G17a Released
Update to my previous post: Per your suggestion to nryberg, Dean, I added a new article category — bing, the entire article category list appears in the organise tab. If I add a new link category, that list appears, too, but the article category list disappers, and I have to add a new category again to get it back. During all of this, the root category still appears on my displayed pages, where I’m using the <txp:category_list wraptag="p" /> tag.
Looks like we’re posting in Tandem… Nryberg beat me to this one, too, and with screenshots! Damn you, nryberg!
-Alan
Offline
Re: G17a Released
Yes, there’s clearly something going wrong with rebuilding the category tree, but can you please tell me precisely where, and with which txp tag, you are seeing the ‘root’ category.
text*
Offline
Re: G17a Released
Ugh. Okay, here’s the temp fix for txp:category_list
In taghandlers.php, change line 377 from
if ($name=='root') continue;
to
if ($a=='root') continue;
text*
Offline
Offline
Re: G17a Released
The taghandlers.php fix did the trick for my ‘root’ problem.
Like pospel, I’m using <txp:category_list wraptag="ul" break="li" />
Last edited by nryberg (2004-03-25 16:18:16)
Offline
Re: G17a Released
Upgraded from 116 and my category list has disappeared. When I look at the article list in the Write tab, they’re there but the drop-down menus are empty as is the list in Organize.
How am I supposed to enjoy this with you crying?
Offline