4 of 6
4
New “Subcategories” plugin available.
Posted: 11 May 2007 11:07 AM   [ Ignore ]   [ # 55 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  716
Joined  05-14-2004

Hi Paula,

Actually, I didn’t.  I went ahead and made separate category groups and assigned them all to the same blog. The I just filtered by category group instead.  Does that help?  smile

 Signature 

Moxie Design Studios™ • Top Shelf Blog & Website Design by The Moxie Girls™
EE ProNetwork • (EE 1.6.5, build 20081024)

Profile
 
 
Posted: 11 May 2007 11:29 AM   [ Ignore ]   [ # 56 ]  
Grad Student
Rank
Total Posts:  55
Joined  02-21-2006

Yes, it’s helpful hearing what finally worked. I’d thought about just using a category group instead, and wondered if there any limitations to that approach? I’m trying to get the lay of the land…like if you go to display categories that are assigned to multiple blogs, don’t you only get the entries related to that category for the one particular blog you’re in? (i.e., the categories are a handy naming convention to tag content, but not necessarily retrieve ALL content from multiple blogs with that tag?)

If so, seems chunking them into so many groups wouldn’t really affect their availability in different blogs…if you needed ALL the categories in their unchunked glory, you’d just (EDIT:) assign multiple groups to the blog.

Thanks for the quick response! It’s helpful when it arrives when you’re still freshly mired in the problem.

Paula

 Signature 

Loracs Creations Inc.
Web Design & Development
http://loracs.com

Profile
 
 
Posted: 11 May 2007 08:02 PM   [ Ignore ]   [ # 57 ]  
Grad Student
Rank
Total Posts:  55
Joined  02-21-2006

Joelle,

So I tried the new category group approach and it’s working really well. Helped things fall into place quite nicely, and solved another problem too. Thanks for the suggestion.

Paula

 Signature 

Loracs Creations Inc.
Web Design & Development
http://loracs.com

Profile
 
 
Posted: 18 June 2007 05:34 AM   [ Ignore ]   [ # 58 ]  
Lab Assistant
RankRank
Total Posts:  111
Joined  02-01-2006

Joelle,

when you say you got it working using category groups do you mean that you abandoned the subcategories plugin and reworked it using the categiry groups (in which case how doyou get the category group name variable?) or do you mean that you used the subcategories plugin to extract the category group names?

Profile
 
 
Posted: 02 July 2007 05:23 AM   [ Ignore ]   [ # 59 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  318
Joined  03-07-2006

Is it possible to use some form of

show_empty="no"

for the subcategories tag? Its a wee problem when the subcategories are shown regardless whether they have any entries or not

 Signature 

· Confused… but happy ·

Profile
 
 
Posted: 08 July 2007 09:38 AM   [ Ignore ]   [ # 60 ]  
Lab Assistant
RankRank
Total Posts:  172
Joined  06-18-2007

Hi all

The subcategories plugin looks good; it outputs the child categories of a given “root_node” (parent category) as promised. However, I can’t link to the category.

My previous code looked like this:

{exp:weblog:categories weblog="news" style="linear"}
    
<li><a href="{path=dialogue/events}">{category_name}</a></li>
   
{/exp:weblog:categories}

Although I saw the whole tree from the highest parent to the lowest child, at least it linked to the category (automatically appended /category/category_name)

The new code currently looks like this:

{exp:subcategories root_node="16"}
    
<li><a href="{path=dialogue/events}">{category_name}</a></li>
    
{/exp:subcategories}

but it links to the “dialogue/events” template with no category_name appended.

I use category names. Is there any way around this?

Profile
 
 
Posted: 11 July 2007 05:14 AM   [ Ignore ]   [ # 61 ]  
Grad Student
Avatar
Rank
Total Posts:  59
Joined  03-16-2006

Hi,

I am using this plugin to display my subcatogries.

I would like to do the following:

When there are no subcategories in the root_node, there need to be the text “empty”

{exp:weblog:categories weblog="{embed:weblog}" parent_only="yes" style="linear" show="not 15"}
{exp
:subcategories root_node="{category_id}"}
{if subcategories_count
< 1}empty{/if}
{
/exp:subcategories}
{
/exp:weblog:categories}

Now it displays empty at the categories that have subcategories. The categories without subcategories displays nothing.

Can someone help me?

Profile
 
 
Posted: 11 July 2007 05:44 AM   [ Ignore ]   [ # 62 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  318
Joined  03-07-2006

@Richard Frank

Do you mean that the url isn’t getting the category_name added to the end?

You could add it to the url manually.

Like this…

{exp:subcategories root_node="16"}
    
<li><a href="{path=dialogue/events/{category_name}}">{category_name}</a></li>
    
{/exp:subcategories}


See if that works?

 Signature 

· Confused… but happy ·

Profile
 
 
Posted: 15 July 2007 11:59 AM   [ Ignore ]   [ # 63 ]  
Lab Assistant
RankRank
Total Posts:  172
Joined  06-18-2007

thanks, I went with another solution, but that does look like it would work fine…

Profile
 
 
Posted: 06 October 2007 05:04 PM   [ Ignore ]   [ # 64 ]  
Lab Technician
Avatar
RankRankRankRank
Total Posts:  1735
Joined  03-26-2006

Has this thing ever been updated? My subcategories plugin reads “Copyright 2005”, and is version ‘Beta 2’. Now that 1.6 has the category_url_title field (among other new fields), I’d love to be able to pull that in as well.

 Signature 

ryan masuga
—————
Masuga Design | Member, EE Pro Network
My EE Add-Ons | {devot:ee}
Twitter: masuga | masugadesign | devot_ee

Profile
 
 
Posted: 08 October 2007 07:05 PM   [ Ignore ]   [ # 65 ]  
Moderator
Avatar
RankRankRankRankRankRankRank
Total Posts:  12433
Joined  04-29-2002

Ryan, MF hasn’t been around since the end of August. You might try contacting him directly.

 Signature 

Quick Reference - EE Trial Options - EE Wiki - Docs for updating a build

Profile
MSG
 
 
Posted: 08 October 2007 07:09 PM   [ Ignore ]   [ # 66 ]  
Lab Technician
Avatar
RankRankRankRank
Total Posts:  1735
Joined  03-26-2006

Thanks, Sue. I modified my version to pull in that new field - but I ended up going another direction entirely based on a suggestion I saw Boyink post elsewhere about just using a relationship to work as a “bucket” rather then using (sub)categories.

EE is almost too flexible sometimes! raspberry

 Signature 

ryan masuga
—————
Masuga Design | Member, EE Pro Network
My EE Add-Ons | {devot:ee}
Twitter: masuga | masugadesign | devot_ee

Profile
 
 
Posted: 08 October 2007 08:30 PM   [ Ignore ]   [ # 67 ]  
Moderator
Avatar
RankRankRankRankRankRankRank
Total Posts:  12433
Joined  04-29-2002

So are you going to release your version? smile

 Signature 

Quick Reference - EE Trial Options - EE Wiki - Docs for updating a build

Profile
MSG
 
 
Posted: 09 October 2007 08:13 PM   [ Ignore ]   [ # 68 ]  
Grad Student
Rank
Total Posts:  43
Joined  06-21-2007

Please release the new version, it sounds like it is exactly what I am after.

Thanks smile

Profile
 
 
Posted: 09 October 2007 10:40 PM   [ Ignore ]   [ # 69 ]  
Grad Student
Rank
Total Posts:  94
Joined  07-26-2007

Well, I found this thread, and went ahead and made the change for a ‘category_url_title’ field. I modified the Beta version # and the documentation.

Profile
 
 
Posted: 09 October 2007 10:50 PM   [ Ignore ]   [ # 70 ]  
Moderator
Avatar
RankRankRankRankRankRankRankRank
Total Posts:  32921
Joined  05-14-2004

Unfortunately, I am going to need to remove that attachment.  The plugin is under Copyright, which means you’ll need MF’s permission to modify and distribute those changes.  I highly recommend contacting him.

 Signature 
Profile
MSG
 
 
Posted: 09 October 2007 11:05 PM   [ Ignore ]   [ # 71 ]  
Grad Student
Rank
Total Posts:  94
Joined  07-26-2007

Sorry, I only posted because Sue was asking ‘mdesign’ to release his version, and didn’t mention this fact.

Profile
 
 
Posted: 09 October 2007 11:14 PM   [ Ignore ]   [ # 72 ]  
Moderator
Avatar
RankRankRankRankRankRankRankRank
Total Posts:  32921
Joined  05-14-2004

Well, you could post instructions for making that change; but not the actual file. =)

 Signature 
Profile
MSG
 
 
   
4 of 6
4
 
Post Marker Legend
New Topic New posts Hot Topic Hot Topic with new posts New Poll New Poll Moved Topic Moved Topic Sticky Topic Sticky topic
Old Topic No new posts Hot Old Topic Hot Topic with no new posts Old Poll Old Poll Closed Topic Closed Topic Announcement Announcements
Theme
Change Theme
Visitor Statistics
The most visitors ever was 1149, on July 16, 2007 09:33 AM
Total Registered Members: 65075 Total Logged-in Users: 22
Total Topics: 82207 Total Anonymous Users: 15
Total Replies: 441823 Total Guests: 160
Total Posts: 524030    
Members ( View Memberlist )
Newest Members:  TomsBmackskithbtggAdminempoleongwishPasha MahardikarmarkdurandomcatClutch Bearings