vrijvlinder
MVPvrijvlinder MVP
Reactions
-
Re: Unable to access dashboard after upgrade ! (ErrorPermission)
You need two themes, one for the main desktop forum and one for the mobile. Please try and install my Yellow theme and also YellowMobile theme to test your problem . The mobile theme, you need to add… (View Post)1 -
Re: Change where the permalinks to a post lead...?
if this happens then it is a theme problem with css. It should already detect the top of the page. How did you add the banner ? If it has position:fixed then this will happen (View Post)2 -
Re: @ character prefix for username (@username)
You can use jquery to prepend all the Usernames with @ $(document).ready(function() {$('a.Username') .prepend('@');}); (View Post)1 -
Re: Change where the permalinks to a post lead...?
Try this , add this to your custom.css and give the height of the banner you have. I put 150px as an example. body.Vanilla.Discussion.comment {padding-top: 150px;} (View Post)2 -
Re: Unable to access dashboard after upgrade ! (ErrorPermission)
You need To fix the htaccess to this if rewrite URL true without the hash in front RewriteBase/forum Yes change the version number in the config.php to the correct version (View Post)1