Smart Themes and New Theme UI

75 views
Skip to first unread message

Jeff Harmon

unread,
Jul 26, 2010, 4:34:06 AM7/26/10
to ResourceSpace
Is anyone else having any trouble with the latest rev? We're getting:

themes.php line 261: Undefined index: node

Nothing I do seems to affect this error from coming up.

This is with $themes_category_split_pages=true, and the smart theme
field being a drop down (not a category tree) and running r2014.

- Jeff Harmon
Colorhythm LLC

aheins

unread,
Jul 26, 2010, 9:10:15 AM7/26/10
to ResourceSpace
We're having the same problem after updating to rev. 2010, also with a
smart theme check box list, posted a bug report on Friday 2010-07-21.

Andreas Heins
Förderband e.V.

Jeff Harmon

unread,
Jul 27, 2010, 8:21:30 PM7/27/10
to ResourceSpace
Andreas, I'm curious, are you using a category tree field to feed the
smart theme? we are not; we're using a dropdown.

- Jeff

Jeff Harmon

unread,
Jul 27, 2010, 8:33:25 PM7/27/10
to ResourceSpace
...i suspected it might work with category trees per the description
in the SVN commit, but it doens't appear to work that way either.

- Jeff Harmon
Colorhythm LLC

aheins

unread,
Jul 28, 2010, 10:04:14 AM7/28/10
to ResourceSpace
Jeff,
no we're not using the category tree, we're using a checkbox list with
$themes_category_split_pages=false; and also get the error "pages/
themes.php line 261: Undefined index: node"

Andreas

Jeff Harmon

unread,
Jul 28, 2010, 1:33:27 PM7/28/10
to ResourceSpace
Thanks Andreas; hopefully someone will have a chance to fix this
shortly. It's good to confirm that others are experiencing the issue.

- Jeff Harmon
Colorhythm LLC

Tom Gleason

unread,
Jul 28, 2010, 7:08:21 PM7/28/10
to resour...@googlegroups.com
Confirmed here too, that simple smart themes break the theme.php page (up to revision 2017 here). I'm not very familiar with this area and don't have a fix to offer.

--
You received this message because you are subscribed to the Google Groups "ResourceSpace" group.
To post to this group, send email to resour...@googlegroups.com.
To unsubscribe from this group, send email to resourcespac...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/resourcespace?hl=en.




--
Tom Gleason, PHP Developer
DBA Impressive Design

Exploring ResourceSpace at:
http://resourcespace.blogspot.com

njenney

unread,
Jul 29, 2010, 12:11:42 AM7/29/10
to ResourceSpace
There may be other workarounds but here is what I did until a fix is
put in place for this issue.

Disabled themes.

$enable_themes=false;

Enabled theme bar.

$use_theme_bar=true;

Seems to work.

While I am on the subject does anyone know how to change the heading
'Themes' at the top of the themes bar? I would like to change it to
'Navigation' or maybe hide it all together.

Thanks.

On Jul 28, 6:08 pm, Tom Gleason <theorysav...@gmail.com> wrote:
> Confirmed here too, that simple smart themes break the theme.php page (up to
> revision 2017 here). I'm not very familiar with this area and don't have a
> fix to offer.
>
> > resourcespac...@googlegroups.com<resourcespace%2Bunsu...@googlegroups.com>
> > .

Idlike2know

unread,
Jul 29, 2010, 5:35:14 AM7/29/10
to ResourceSpace
Hi guys,

I've just started using RS and I really like it!

Unfortunately, there seems to be a bug: I've created a new smart theme
as described in the wiki (Added a new field dropdownbox, and added a
description to the field "smart theme").

Then, I can see my new smart theme containing the links to the
dropdownbox options containing the resources. But the link to the
categorised items does not work:
http://localhost/images/pages/search.php?search=%3Acategory&resetrestypes=true

This means, there's a ":" before the dropdown option / category and I
do not see any results for the search. If I remove the ":" from within
the search field, everything is fine.

Can you provide any further help on this issue?

btw. I hope it's fine in this thread, since it's about smart themes.

Thanks!

Tom Gleason

unread,
Jul 30, 2010, 9:21:38 AM7/30/10
to resour...@googlegroups.com

Idlike2know,

It looks like you might be missing a Shorthand name (which can be added in System Setup, a bit above the smart theme name you entered.)




--
You received this message because you are subscribed to the Google Groups "ResourceSpace" group.
To post to this group, send email to resour...@googlegroups.com.
To unsubscribe from this group, send email to resourcespac...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/resourcespace?hl=en.

Tom Gleason

unread,
Jul 30, 2010, 10:23:40 AM7/30/10
to resour...@googlegroups.com
I've committed a fix for the broken themes.php page. SVN r2018

This should fix the themes page if you're using smart themes.



Note that themes_category_split_pages does not work with the theme bar (theme bar will only show one level).

I don't think the theme bar works very well with category trees anyway, though, because search links don't combine the terms (as noted, this and the fact that a category tree search for multple items doesn't do an AND search seems to completely defeat the purpose of the tree).

Jeff Harmon

unread,
Jul 30, 2010, 6:20:03 PM7/30/10
to ResourceSpace
thanks so much Tom!!! i can't wait to test soon and check this out.
this will mean a lot to us and our clients!

- Jeff Harmon
Colorhythm LLC

On Jul 30, 7:23 am, Tom Gleason <theorysav...@gmail.com> wrote:
> I've committed a fix for the broken themes.php page. SVN r2018
>
> This should fix the themes page if you're using smart themes.
>
> Note that themes_category_split_pages does not work with the theme bar
> (theme bar will only show one level).
>
> I don't think the theme bar works very well with category trees anyway,
> though, because search links don't combine the terms (as noted, this and the
> fact that a category tree search for multple items doesn't do an AND search
> seems to completely defeat the purpose of the tree).
>
>
>
> On Wed, Jul 28, 2010 at 7:08 PM, Tom Gleason <theorysav...@gmail.com> wrote:
> > Confirmed here too, that simple smart themes break the theme.php page (up
> > to revision 2017 here). I'm not very familiar with this area and don't have
> > a fix to offer.
>
> >> resourcespac...@googlegroups.com<resourcespace%2Bunsu...@googlegroups.com>
> >> .

njenney

unread,
Jul 30, 2010, 9:06:23 PM7/30/10
to ResourceSpace
Works great. Thanks Tom.

On Jul 30, 9:23 am, Tom Gleason <theorysav...@gmail.com> wrote:
> I've committed a fix for the broken themes.php page. SVN r2018
>
> This should fix the themes page if you're using smart themes.
>
> Note that themes_category_split_pages does not work with the theme bar
> (theme bar will only show one level).
>
> I don't think the theme bar works very well with category trees anyway,
> though, because search links don't combine the terms (as noted, this and the
> fact that a category tree search for multple items doesn't do an AND search
> seems to completely defeat the purpose of the tree).
>
>
>
> On Wed, Jul 28, 2010 at 7:08 PM, Tom Gleason <theorysav...@gmail.com> wrote:
> > Confirmed here too, that simple smart themes break the theme.php page (up
> > to revision 2017 here). I'm not very familiar with this area and don't have
> > a fix to offer.
>
> >> resourcespac...@googlegroups.com<resourcespace%2Bunsu...@googlegroups.com>
> >> .
Reply all
Reply to author
Forward
0 new messages