Would it be possible to add a "jump to page" button (or at least a "jump to last page" button) to the mobile topic view?
Mobile Skin - Jump to page
Started by Nils, May 17 2012 04:55 AM
1 reply to this topic
#2
Posted 17 May 2012 - 05:02 AM
That I know of? No. But I'm sure there's some line of code within the skin templates. Check your main skin's "Topic View" and see if there is anything to do with "page jumping". if there is lines of code for it, copy it and find that same part in the Mobile skin and paste the code. 
EDIT: Here is the "Next Forum" jump code:
EDIT: Here is the "Next Forum" jump code:
<a href='{parse url="showforum={$forum['id']}" template="showforum" seotitle="{$forum['name_seo']}" base="public"}' class="ipsType_small desc">{parse expression="sprintf( $this->lang->words['go_back_to'], $forum['name'] )"}</a>
<if test="hasUnreadNext:|:$forum['_hasUnreadTopics']">
· <a href='{parse url="showtopic={$topic['tid']}&view=getnextunread" template="showtopicnextunread" seotitle="{$topic['title_seo']}" base="public"}' class="ipsType_small desc">{$this->lang->words['goto_next_unread_topic']}</a>
</if>
</div>
</div>
Edited by Im#NuMBeR1, 17 May 2012 - 05:04 AM.
Useful Links: Client Area :: IPS Marketplace :: Documentation :: Community Articles :: Developer Information
Need a license? Purchase one here.
Please do not PM me directly for support . All support queries should be posted in the relevant section of IPS.
Need a license? Purchase one here.
Please do not PM me directly for support . All support queries should be posted in the relevant section of IPS.
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users












