The MU forums have moved to WordPress.org

Blog Category Plugin (20 posts)

  1. Nekusagi
    Member
    Posted 17 years ago #

    I did it ^^
    It is in the very first version, at the moment it does:
    - Add, Remove and Rename current categories (Site Admin -> Blog Categories)
    - Choose/Change Category (Manage -> Category)

    To do:
    - Function that return the current category ID or name
    - Connect with MUcounterize (modified by me) to allow Category Stats
    - Choose the correct language tags

    Anyone interested contact me throug here.

  2. Toucouleur
    Member
    Posted 17 years ago #

    Would be really interrested in !

    mail me on cedric_at_toucouleur.fr or reply on this post, I will keep an eye on it :)

    Thanks !

  3. samchng
    Member
    Posted 17 years ago #

    Can you mail it to me too. sam -at- ziire.com

  4. Nekusagi
    Member
    Posted 17 years ago #

    Check here
    http://toca.clanlogs.net/
    but soon I'll add sub-category system (N levels) and start the statistics.

  5. Toucouleur
    Member
    Posted 17 years ago #

    already a mistake in the code it seems :(

    Parse error: parse error, unexpected '}' in ...wordpresswp-contentmu-pluginsMUStatnCats.php on line 185

    edit : found the solution

    line 172 : <option <?if ($current_cat == $catid) { ?>selected="selected" <?php } ?>value="<?php echo $catid; ?>"><?php echo $catname[0]; ?></option>

    change it for

    <option <?php if ($current_cat == $catid) { ?>selected="selected" <?php } ?>value="<?php echo $catid; ?>"><?php echo $catname[0]; ?></option>

    new edit : by the way, how do you put a blog in a category ? Do we need to install MUCounterize and if so where is your 'modded' version

    Requires
    - MUCounterize (modded by me)

    thanks !

  6. Nekusagi
    Member
    Posted 17 years ago #

    It doesn't require it yet, I'll add the stats of the blogs and then will require.
    The MUCounterize is in the same page.

    About the category, check the Management tab

  7. MazZziKa
    Member
    Posted 17 years ago #

    where the download link

  8. mrjcleaver
    Member
    Posted 17 years ago #

    Is there a download for this?

  9. drmike
    Member
    Posted 17 years ago #

    Folks may want to read the first post. :)

  10. Extreme89
    Member
    Posted 17 years ago #

    email it to me pls extreme dot designs at gmail dot com

  11. alliancepro
    Member
    Posted 17 years ago #

    im interssted too but why you dont provide adownload link ??
    anyway can you send it to me please ? a.gabteni[AT]gmail.com

    thanks

  12. mrjcleaver
    Member
    Posted 17 years ago #

    I am also interested, Is the code ready to be downloaded yet?

    If you are ready, would it help to store such code on http://dev.wp-plugins.org/ ?

  13. andrea_r
    Moderator
    Posted 17 years ago #

  14. jessep
    Member
    Posted 17 years ago #

    Hi, Thanks so much for this. Please email me the Blog Category Plugin: jessep AT gmail DOT com

    Followed the link above but the next link didn't work.

    Thanks :)

  15. andrea_r
    Moderator
    Posted 17 years ago #

    http://toca.clanlogs.net/ is the link. It was quite noticeable further up in the thread. (and yes, I checked, it works, the plugin is there.)

  16. linuxchic
    Member
    Posted 17 years ago #

    When I go to the link you specify and click on the link for MUCatsnStats it specifies the link is http://clanlogs.net/MUStatsnCats.zip but doesn't give me a zip file, instead it takes me to a page in your blog (http://clanlogs.net/blog/category/uncategorized/temas/ to be exact). I would like to try out your pluggin. Is there somewhere else I can get MUStatsnCats.zip? Thanks.

  17. andrea_r
    Moderator
    Posted 17 years ago #

    It's not my blog and no, I don't know where else to get it. Maybe someone here in the thread who has a copy (I don't, I don't use it) can email it to you or better yet, put it up at wpmudev.org.

  18. ezequielc
    Member
    Posted 16 years ago #

    As we also needed categories for blogs and we didn't find the Nekusagi's plugin, we have develop another Blog Categories Plugin. If you need it, take a look here:
    http://certiopensource.blogspot.com/2007/05/wordpress-mu-blog-categories-plugin.html

  19. suleiman
    Member
    Posted 16 years ago #

    thanks EZ, you're a stellar MU'r ;)

  20. binh
    Member
    Posted 15 years ago #

    How is the development now? I'm interested.

About this Topic