vrijvlinder
MVPvrijvlinder MVP
Reactions
-
Re: class.pluginmanager.php what poblem
Disable plugins one by one to find out. This has to do with a plugin or theme with a mistake in the code. Syntax error means mistake in the code of a plugin , it says it is in line 5 of the plugin yo… (View Post)1 -
Re: Link from Forum Profile to Main Site Profile
Try this css in your custom.css file .cleditorMain {width:100%!important;height:480px!important;}.cleditorMain iframe {height:480px!important;width:100%!important;}.cleditorMain textarea,.cleditorMai… (View Post)2 -
Re: how to remove"powerd by vanilla"
You can find it using a web inspector and editing the custom.css of the theme. The code below may or may not work. It is a wild guess.. #Foot a { display:none; } (View Post)2 -
Re: How to protect my board ?
@peregrine I donate this icon !! :D (View Post)1 -
Re: How do I write a Plugin with a Module?
No, I mean that if your mobile theme does not have the panel, simply add it to the tpl. then anything that is on the panel will also work for the mobile. Mobile themes by default don't contain the pa… (View Post)1
