Jump to content
DevFuse Forums

tomeek

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by tomeek

  1. Yeah it worked! Thanks a bunch :)
  2. Hello Michael, Recently I added guest message hook into my site, and I found a problem with mobile skin (with my main default skin works perfectly). I attach an image of the error generated when browsing the site with mobile skin. Now the hook is disabled because I had to do it. Also, I am adding the bits from guestMessage (mobile skin) <div class='master_list' id='guest_message'> <h2>{$this->settings['gm_title']}</h2> <div class='row post line_spacing'> {$this->settings['gm_message']} <!-- Removal of copyrights without permission is illegal and prohibited. Copyright must be viewable to the naked eye unless copyright removal purchased. --> <if test="!$this->settings['devfuse_copy_num_free']"> <div class='ipsType_smaller desc lighter right'>Guest Message by <a href='http://www.devfuse.com/' title='View DevFuse home page'>DevFuse</a></div> </if> </div> </div> There's a way of fix it or at least disable guestMessage in mobile skin?
×
×
  • Create New...