Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Vanilla allows text to bleed outside of table on 'activity' page.
Hello Vanilla Forums Community.
Firstly, thank you for reading this post.
Secondly: my problem is fairly simple. Basically, my install of my vanilla forums appears to allow text to bleed outside of each status update box on the 'activity' page of my forum.
Here is a link:
http://easygroove.com/vanilla/activity
Any advice would be greatly appreciated.
Your product is amazing.
Firstly, thank you for reading this post.
Secondly: my problem is fairly simple. Basically, my install of my vanilla forums appears to allow text to bleed outside of each status update box on the 'activity' page of my forum.
Here is a link:
http://easygroove.com/vanilla/activity
Any advice would be greatly appreciated.
Your product is amazing.
0
Comments
ul.Activities li.HasPhoto div.ItemContent { margin-left: 53px; width: 578px; }
Edit the width to something like 350px.
ul.Activities li.HasPhoto div.ItemContent { margin-left: 53px; width: 350px; }
Add Pages to Vanilla with the Basic Pages app
Out of interest, what is likely to have caused that? I simply uploaded the unzipped archive and ran the install script. I haven't added or removed any apps or plugins, although i have changed a few settings i have certainly not edited any scripts?
Cheers
If it is indeed part of the actual Vanilla release, then the changes I made above should be included in the next update.
Add Pages to Vanilla with the Basic Pages app
Very interesting indeed. Thanks again.
Lee