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
50l3r
New
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
0
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?
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
Do you just want to hide the image?
Then try adding to your custom.css
I have CategoryHeadings
i can create a folder than themes\Gamerack\plugins\CategoryHeadings\views and create all.php?
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
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