I'm not exactly sure what you are trying to achieve, but
try something like
(:if equal "{$Groupspaced}" "Easy Catalog":)
[[{$Group}/]]
(:else:)
[[{$Groupspaced}/]]
(:ifend:)On 7 October 2013 22:31, Matt Clinton <[email protected]> wrote: > Hi, > > So there is no way for me to do an if statement to decide on which > variable to use? Our product does not have a space in the name which is why > I don't want it to show with spaces, however if I change this to $Group > variable it then messes it up for other pages as they do not have spaces > anymore. > > There must be a way to do this? Is it pmwiki's security that is stopping > me from executing this in the tmpl file? > > Regards, > > Matt Clinton > 65bit Software Limited > www.65bit.com > > > > > On 7 Oct 2013, at 10:22, Simon <[email protected]> wrote: > > Only works within PmWiki pages themselves. > You can add this sort of markup in your page, properly that is where it > should be (ie no content in template) > > > On 7 October 2013 22:09, Matt Clinton <[email protected]> wrote: > >> Hi, >> >> I have been trying multiple methods of doing this, php IF statement, >> smarty IF statement and now the pmWiki IF statement used in the Cookbook. >> However it seems like pmwiki just is not executing my code but rather >> displaying it on the web page? If I put this in a separate file and include >> this file, the include line seems to look commented out when inspecting the >> element in a web browser. >> >> Please find below the code I am using in my 'skin.tmpl' file: >> >> <div id="content-container"> >> <div id="content"> >> <!--PageTitleGroupFmt--> >> <p class="grouptitle"> >> (:if equal "{$Groupspaced}" "Easy Catalog":) >> <a href='{$ScriptUrl}/{$Group}' class="pagegroup">{$Group}</a> >> (:else:) >> <a href='{$ScriptUrl}/{$Group}' class="pagegroup">{$Groupspaced}</a> >> (:ifend:) >> </p> >> <!--/PageTitleGroupFmt--> >> </div> >> </div> >> >> If anyone could shed some light on this that would be great, I have >> attached an image of how it looks on the web page. >> >> Regards, >> >> Matt Clinton >> 65bit Software Limited >> www.65bit.com >> >> <PastedGraphic-1.tiff> >> >> >> >> _______________________________________________ >> pmwiki-users mailing list >> [email protected] >> http://www.pmichaud.com/mailman/listinfo/pmwiki-users >> >> > > > -- > ____ > http://kiwiwiki.co.nz > > > -- ____ http://kiwiwiki.co.nz
_______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
