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.
Base_Render_Before Standard="1"
TerminalAddict
New
@Tim
I've got a questions about
It produces
I see your name in the code . .can you help?
I'd like to get rid of the
below is the code I am using to generate the menu
I shortened the code bit as it make THIS forum looks ugly
I've got a questions about
public function Base_Render_Before(&$Sender)
It produces
<ul id="Menu"><li Standard="1" class=" Highlight"><a href="/discuss…
I see your name in the code . .can you help?
I'd like to get rid of the
standard="1"
bit, as it is not compliant.below is the code I am using to generate the menu
<?php
$Session = Gdn::Session();
if ($this->Menu) {
$this->Menu->AddLink('Activity', T('Activity'), '/activity');
$Authenticator = Gdn::Authenticator();
....
?>
I shortened the code bit as it make THIS forum looks ugly
0
Comments
$this->Menu->Items["Discussions"][0]["Attributes"]=""; $this->Menu->Items["Conversations"][0]["Attributes"]="";
not very elegant though
Vanilla Forums COO [GitHub, Twitter, About.me]
Vanilla Forums COO [GitHub, Twitter, About.me]
now I'm using default.master.php
Helpful?