vrijvlinder
MVPvrijvlinder MVP
Reactions
-
Re: 404 Not Found Error
then the url should be like bellow http://www.yyyyyyyyyyyyyy.com/settings/managecategories If there is another directory it is not in the root. If you have other applications with htaccess files ther… (View Post)1 -
Re: 404 Not Found Error
You need to pay closer attention try RewriteBase /vanilla (View Post)1 -
Re: Delete Multiple Posts at Once [SOLVED]
Yes, As an admin you can select all the ones you want to delete and then delete them. It all depends on your permissions. You can also delete them from the data base . (View Post)1 -
Re: 404 Not Found Error
http://vanillaforums.org/discussion/25111/about-error-404-not-found (View Post)2 -
Re: How to tweak the Pager?
You need to use pseudo elements to do that #PagerBefore a.Next::after { content: " Next";} Then for the pager at the bottom #PagerAfter a.Next::after { content: "Next"; } http://w… (View Post)2