Jump to content

Webmaster Scr

Clients
  • Posts

    39
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by Webmaster Scr

  1. Oh, sorry. I thought I posted in the community section. My bad.
  2. Hi, I would like to display some custom icons (available payments) in my community footer but only when the Commerce app is displayed. Which variable should I test in global/footer to do that, please? Something like {{if ( $app ) == 'nexus'}} or should I try to find '/store/' in {expression="request.url()"}? (and I don't know how to do that too, by the way). 😕
  3. Hi all, I would like to add a link to Google translate in page footer. To do so, I have to set IN as the input page language (2 letters country code) OUT as the output page language (2 letters country code) URL as the URL of the page Google will translate in the link bellow: httрs://translate.google.com/translate?sl=IN&tl=OUT&u=URL Using informations from this page, I tried to add this on line 3: {{if( isset( \IPS\Request::i()->url ) )}} <li><a href='https://translate.google.com/translate?sl=en&tl=ru&u={{ print \IPS\Request::i()->url(); }}'>русский</a></li> {{endif}} But it doesn't work. Can someone please help me?
  4. Ok, I set it to blank (empty value) and now it's fine. Thanks a lot. 🙂
  5. Hi, I just installed SuperGrid on my webstire running IPSFocus Chameleon Pro theme. Articles listing page is ok (dark backgrounds with white texts) but when I open an article, it turn to white background with grey text: Have I missed a setting somewhere?
×
×
  • Create New...