Jump to content

Download: Irsist

Featured Replies

  • 4 weeks later...

Will this work in 3.1.3?

  • 2 months later...

Noticed a small bug with this skin, the navigation titles ( the little popup when you hover over the nav buttons ) for the addons (blog, tracker, etc ) shot a %s between "go to" and the module name.
Example "Go to %s Blog".
Easy fix, open the skin editor.
Go to Global Templates
->globalTemplate
Find:

{$this->lang->words['go_to_prefix']}{IPSLib::getAppTitle( $data['app_dir'] )}

Replace with:

{parse expression="sprintf( $this->lang->words['go_to_prefix'], IPSLib::getAppTitle($data['app_dir']) )"}



Small problem with a quick fix.
;)

  • 1 month later...

Awesome skin!
I rate this 10/10! I am using it right now!

will this work in 3.1.4?

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.