x00
MVPx00 MVP
Reactions
-
Re: Same Subcategory under two maincategories possible?
Yes it is strict hierarchy. Tags are generally preferred for non-heriarchical Your use case doesn’t really make sense to me, why would you want two links to a single category "Offtopic"? I … (View Post)1 -
Re: I have installed Vanilla CMS and tried to enable the application then its bonked
get the echo stuff out of there. tell me when it fails what status code do you get? http://httpstatus.io/ You should check your server logs for errors. (View Post)1 -
Re: alignment textarea not correct after submit
There is no mistake. Only the output is fixed width. One has 20 characters the other has 16 characters. You are biasing alignment on a non-fixed with font on input, which is flawed. They need to copy… (View Post)2 -
Re: How can I code af custom HTML form for login to Vanilla from another page on same domain?
If in Vanilla, using the framwork. Outside suggest using javascript see http://vanillaforums.org/entry/signin?DeliveryType=VIEW That fetches the form (you will need to style it) example load this scr… (View Post)2 -
Re: little bug html formatter
I suspect it will be left that way, to do it correctly in html anyway is << <u>4</u> >> << 4 >> You should not use angle brackets in html except for tags. it suppo… (View Post)1