Different types of lists?

General Discussion

Suggested Topics


  • 0 Votes
    4 Posts
    354 Views

    @gotwf @dogs thank you for sharing the link. These are helpful, however I am looking for basic information on new features/bugs resolved in the latest release in easily understood format/language.

    The notes mentioned in these threads are too technical and code specific.

    Whereas the kind of notes I am looking forward to , is more like the module and related features. For example:

    Dashboard - I would like to know what new features are added in the dashboard.

    Categories/Sub Categories - any new features/upgrades in here.

    If anyone can share this list with me, it would be really helpful.

    Thank you.

  • 0 Votes
    2 Posts
    475 Views

    Is this possible with just a CSS change, or is it more than that. Because the description is disappearing when making a category into a sub-category, I'm thinking it's more than just CSS.

  • 0 Votes
    2 Posts
    1k Views

    Instead of starting new topic, just thought I would just reply back on this existing topic.

    Anyone? is there a plugin or tweak to show vote up/down button on topic list? And also sort the topics by date added.

    @julian

  • 1 Votes
    2 Posts
    1k Views

    I don't believe this is currently implemented at this time. However you can manipulate the category.tpl the following way:

    Using the {cid} value, you can explicitly change the CSS based on the category number. Using a wrapper div or whatever you choose. I am currently manipulating div's to change styles and background image per category. This has worked for me. @psychobunny may implement a better solution for this but right now, this is the best way to do it and it works nicely.

    <div class="category-{cid}> ... </div>

    So the class would be .class-#, replace # with category number.
    That's the easy part, the headache would be of course styling per category of course, but hey... :squirrel: it shouldn't be a problem either.

  • 0 Votes
    6 Posts
    2k Views

    Already done? Congrats 🙂