x00
MVPx00 MVP
Reactions
-
Re: The links are broken (Los enlaces estan rotos)
$DiscName = Gnd_Format::Text($PopArray[$x]['Name']);$LinkName = Gnd_Format::Url($DiscName); Better safe than sorry. (View Post)1 -
Re: The links are broken (Los enlaces estan rotos)
@peregrine echo Anchor($DiscName,'discussion/'.$DiscID.'/'.$DiscName); (View Post)1 -
Re: Where CharSet change? ¿Donde cambio Juego de caracteres?
never edit directly config_defaults use config you also have $Configuration['Garden']['Charset'] = 'utf-8'; for the display charset. it is theme dependent but that shoul… (View Post)1 -
Re: How do I get reactions/badges in 2.1a33?
I may be interested in the future, but it is not something I want to commit to now. It is not fair on my existing clients, and I'm developing something that can manage the funding of such projec… (View Post)1 -
Re: Variable for "homepage"
I think you are thinking too much like wordpress. You can check it like so if(strcasecmp(C('Routes.DefaultController').'controller',Gdn::Controller()->ControllerName)==0){} edi… (View Post)1
