x00
MVPx00 MVP
Reactions
-
Re: Does anyone with Vanilla forum on a wordpress.org domain find slow loading ?
Don't expect professional support form a cheap host. They are mostly reading from a script, they have no investigative capacity or knowledge, and their interest is in getting you to upgrade, rather t… (View Post)2 -
Re: Overriding a core view from a plugin?
One way through routing Another way $View = 'search.php'; $ThemeViewLoc = CombinePaths(array( PATH_THEMES, $Sender->Theme,strtolower($this->GetPluginFolder()), 'search'; )); if(file_exists($The… (View Post)2 -
Re: blank white screen ???
@rishirich27 ask you host to help would with appropriate file permissions and security. You are best restoring from backup image, you might take db dump before hand so you can restore them. You also … (View Post)1 -
Re: Is that coding correct? - A analytics plugin for google
variable can explicitly be passed by reference, except object which are always passed by reference. only pass variables by reference if absolutely needed PHP manual if you do &Sender in 2.1 it wi… (View Post)2 -
Re: Vanilla 2.0.18.8 here vs Github -- any difference?
@mahesh most of the problem you are having are related to problem with plugins or user interface problems on your android device rather then vanilla. You should not be using the beta at all unless yo… (View Post)1
