vrijvlinder
MVPvrijvlinder MVP
Reactions
-
Re: [Solved] Embedded Forum has lost itself- how to reset??
Well this is php in all of it's glory and it is a bit different than html. It makes html look old even if we still use it . Once you get the hang of it you will be addicted and love it .....trust me … (View Post)1 -
Re: [Solved] Embedded Forum has lost itself- how to reset??
please upgrade with the version above. Then before you try to embed let's get the forum to run. You must have WP and Vanilla in separate directories . (View Post)1 -
Re: Add a New Discussion button for guests
To remove the links permanently from the menu place this in the same area you added the other link $this->Menu->RemoveLink('Activity', T('Activity'), '/activity'); (View Post)1 -
Re: Add a New Discussion button for guests
You want the New discussion button to be an image ? $this->Menu->AddLink('NewDiscussion', Img('yourimageurl', array('title' => T('Start New Discussion'))), 'post/discussion'); (View Post)1 -
Re: Add a New Discussion button for guests
Yes , where do you want to put it ? in the menu in the panel ? if you have a php based theme add this in the area where the other links that look like this for the menu, in your default.master.php th… (View Post)1
