Jump to content


Photo
- - - - -

Mobile Skin - Jump to page


  • Please log in to reply
1 reply to this topic

#1 Nils

Nils

    Advanced Member

  • +Clients
  • 247 posts

Posted 17 May 2012 - 04:55 AM

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?

#2 Im#NuMBeR1

Im#NuMBeR1

    Spam Happy

  • Members
  • PipPipPipPipPip
  • 618 posts

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:
<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']}&amp;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.




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users