[pmwiki-users] Conditional If statement being displayed on web page?

Simon nzskiwi at gmail.com
Mon Oct 7 04:42:15 CDT 2013


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 <mclinton at 65bit.com> 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 <nzskiwi at gmail.com> 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 <mclinton at 65bit.com> 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
>> pmwiki-users at pmichaud.com
>> http://www.pmichaud.com/mailman/listinfo/pmwiki-users
>>
>>
>
>
> --
> ____
> http://kiwiwiki.co.nz
>
>
>


-- 
____
http://kiwiwiki.co.nz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.pmichaud.com/pipermail/pmwiki-users/attachments/20131007/f505fedf/attachment.html>


More information about the pmwiki-users mailing list