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.
edit menu tabes...
troppmann
New
in vanilla one the tabs at the top were easily manipulated...in the dashboard...
where is this functionality now? anyone?
like say...i want to remove the "activity" tab...?
http://www.halfacrecycling.org/pix/menus.jpg
I have been over the files and what not but really am not seeing what is controlling this...
thanx in advance for any help...milking the vanilla forums...
where is this functionality now? anyone?
like say...i want to remove the "activity" tab...?
http://www.halfacrecycling.org/pix/menus.jpg
I have been over the files and what not but really am not seeing what is controlling this...
thanx in advance for any help...milking the vanilla forums...
Tagged:
0
Best Answer
-
sahotataran ✭✭✭i control it through my theme -> views -> default.master.tpl
there is something like$this->Menu->AddLink('Activity', T('Activity'), '/activity');
just remove this line and it will stop Activity from being displayed in you forum
There was an error rendering this rich post.
0
Answers
there is something like
$this->Menu->AddLink('Activity', T('Activity'), '/activity');
just remove this line and it will stop Activity from being displayed in you forum
There was an error rendering this rich post.
I have been trying to find where to remove Discussions from the sign in form header....
I have been over the phps files in applications and themes and really am not seeing where to edit this, or remove it...
as in this :
http://www.halfacrecycling.org/pix/growl.jpg
ideas? thank you again...
There was an error rendering this rich post.
i think we can remove it but then i will be like messing with the vanilla core.
There was an error rendering this rich post.
i have this adjusted in the dashboard so the forum is private these are the stragglers being left over...if you get my meaning...i tried looking at the pockets plugin but that didnt seem to help...
http://www.halfacrecycling.org/pix/growl2.jpg
go to i would have checked
$pageURL = 'http'; if ($_SERVER["HTTPS"] == "on") {$pageURL .= "s";} $pageURL .= "://"; if ($_SERVER["SERVER_PORT"] != "80") { $pageURL .= $_SERVER["SERVER_NAME"].":".$_SERVER["SERVER_PORT"].$_SERVER["REQUEST_URI"]; } else { $pageURL .= $_SERVER["SERVER_NAME"].$_SERVER["REQUEST_URI"]; } if($pageURL != "SIGN IN URL"){ ?> <li<?php echo strtolower($Sender->ControllerName) == 'discussionscontroller' && strtolower($Sender->RequestMethod) == 'index' ? ' class="Active"' : ''; ?>><?php echo Anchor(T('All Discussions'), 'discussions', 'TabLink'); ?></li> <?php } ?>
There was an error rendering this rich post.
http://www.halfacrecycling.org/pix/helper_functions.php
There was an error rendering this rich post.
{if $User.SignedIn}
in default.master.tpl
ok, one down...
i am actually using 2.0.18
There was an error rendering this rich post.
There was an error rendering this rich post.