x00
MVPx00 MVP
Reactions
-
Re: Delete link when post title is edited
Again be very careful what you post on the internet. if you wouldn't shout it in a crowded street don't put it on the internet. Lesson learned. Site are not liable for stuff like this. It is publish … (View Post)1 -
Re: Delete link when post title is edited
@supernovax if it is not your site you don't have to power to dictate how it is run. The old link is there, in order not to have a dead one. Anything you put is the public domain, isn't usually easil… (View Post)1 -
Re: Can you guys please give me a details document?
this pluign is only routing the default controller internally it does not handle 301 redirects or anything outside of vanilla. you could route it to a faux location such as /welcome then 301 with van… (View Post)2 -
Re: Can you guys please give me a details document?
You don't access views directly in MVC application. Is there is a good reason for a standalone script? The days you call individual script and add header and footer are well an truly over, and good r… (View Post)2 -
Re: HTML encoding issue
yep my search and replace conversion of phpBB fixes. $SearchRepl[':']=array("repl"=>':',"regexp"=>FALSE); $SearchRepl['.']=array("repl"=>'.',"regexp"=… (View Post)1
