vrijvlinder
MVPvrijvlinder MVP
Reactions
-
Re: How to only allow logged in users to see comments to discussions?
No you could add it as a css content or image text #Content .Message:before { content: "your message here";} Or you could use a message and pic after content. You can also echo the message … (View Post)2 -
Re: Nexus theme help
Yes when you go to the settings in the forum dashboard for the embed there are options to force the embed url and to embed the dashboard too. If they are enabled, disable them. I know it works becaus… (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: How to only allow logged in users to see comments to discussions?
You can create a plugin which checks for valid session to load comments or not. I am not sure if this would have any effect on seo ... Or you could make a simpler plugin that only hides the comments … (View Post)1 -
Re: Problem with UserPic or Change Avatar
Try removing this line from the config.php $Configuration['Cache']['Filecache']['Store'] = '/home/a9338481/public_html/foro/cache/Filecache'; remove this line $Configuration['Garden']['Messages']['Ca… (View Post)2
