vrijvlinder
MVPvrijvlinder MVP
Reactions
-
Re: How do I edit content of emails?
I found this by entering "Edit content of emails" in the search bar ... http://vanillaforums.org/discussion/23562/tutorial-how-to-customize-your-emails ? What do you want to edit? Most edit… (View Post)1 -
Re: Nexus theme help
You need to add the http://www part to the url the example I gave was a guess of where your forum is installed.. <div><iframe src="http://www.grownupsmag.com/forum" width="100… (View Post)1 -
Re: Nexus theme help
The script is just the container for the iframe. The same thing gets loaded. There may be issues with someone else embedding your forum as I did. But they would be able to do it anyway by looking at … (View Post)3 -
Re: Nexus theme help
please explain how you installed and where as far as the folder tree. Get that working then deal with embedding which is only adding the iframe of your forum. You can't embed vanilla in the same dire… (View Post)2 -
Re: How to only allow logged in users to see comments to discussions?
to be able to echo the text I think you would use this function public function Base_BeforeCommentDisplay_Handler($Sender) { <?php if (!defined('APPLICATION')) exit(); // Define the plugin: $Plugi… (View Post)1