Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Problem editing categories/all.php

50l3r50l3r New
edited July 2012 in Vanilla 2.0 - 2.8

hi

I deploy "applications\vanilla\views\categories\all.php" in "themes\Gamerack\views\categories\all.php"

When i edit the custom all.php in my Gamerack Theme, the changes dont show

help me please

thanks

Comments

  • Clear cache

    There was an error rendering this rich post.

  • i try to clean all *.ini in cache folder but doesn't work

    i delete the RSS label in all.php but dont work.

  • more ideas? :)

  • csakipcsakip New
    edited July 2012

    If you have a plugin that overwrites the basic all.php then you have to change that. For example if you have CategoryHeadings then you will find a new all.php in the plugins/CategoryHeadings/views

  • SheilaSheila ✭✭

    50l3r said:

    i delete the RSS label in all.php but dont work.

    Do you just want to hide the image?

    Then try adding to your custom.css

    .Meta .RSS img { 
    display: none;
    }
    
  • csakip said:
    If you have a plugin that overwrites the basic all.php then you have to change that. For example if you have CategoryHeadings then you will find a new all.php in the plugins/CategoryHeadings/views

    I have CategoryHeadings

    i can create a folder than themes\Gamerack\plugins\CategoryHeadings\views and create all.php?

  • peregrineperegrine MVP
    edited July 2012

    themes\Gamerack\plugins\CategoryHeadings\views and create all.php?

    NO!

    first search all of you directories and locate every occurrence of all.php.

    if you see one in a theme directory other than Gamerack you can ignore it.
    if you see one in an enabled plugin - you need to modify it in the plugin that is enabled.

    By default you should see it in

    /applications/dashboard/views/activity/all.php
    ./applications/vanilla/views/categories/all.php
    ./applications/conversations/views/messages/all.php

    do you have any other files that begin with all?

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • the file to edit is: plugins\CategoryHeadings\views

    but, i can create a folder than themes\Gamerack\plugins\CategoryHeadings\views and create all.php?

    with this way i dont modify the plugin script

  • peregrineperegrine MVP
    edited July 2012

    read my message and supply info that was requested if you want me to try to help you, otherwise, maybe someone else can.

    if you have categoryheadings plugin it has the potential to override anything you do period.

    to prove it to yourself and the people making suggestions. do what you want to do and do what was suggested, and see which works :)

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • You cannot just create .php files , it doesnt work like that.

    There was an error rendering this rich post.

  • Ok, no problem. i'll edit the all.php in CategoryHeadings

    much tanks people :D

Sign In or Register to comment.