Jump to content


marklcfc

Member Since 05 May 2007
Offline Last Active Today, 09:10 AM
***--

Posts I've Made

In Topic: Pagination for topic view in mobile skin

22 May 2012 - 04:25 PM

No, this is for forum view > forumindextemplate search for

<span class='mini_pagination'>

It adds the 1 2 3 4 page numbers back into forum view as whenever you click a topic currently it just sends you to the newest post, no way of viewing the first page.

In Topic: Post number in Topic View

16 April 2012 - 03:11 PM

Another feature oddly removed.

In Topic: No More Posts Per Day?

22 March 2012 - 06:51 AM

Has most active in gone as well? :logik:

In Topic: Pagination for topic view in mobile skin

05 March 2012 - 07:39 PM

Replace the pagination in forum view with this

<span class='mini_pagination'>
									<foreach loop="pages:$data['pages'] as $page">
											<if test="haslastpage:|:$page['last']">
												<a href="{parse url="showtopic={$data['tid']}&amp;st={$page['st']}" seotitle="{$data['title_seo']}" template="showtopic" base="public"}" title='{$this->lang->words['topic_goto_page']} {$page['page']}'>{$page['page']} {$this->lang->words['_rarr']}</a>
											<else />
												<a href="{parse url="showtopic={$data['tid']}&amp;st={$page['st']}" seotitle="{$data['title_seo']}" template="showtopic" base="public"}" title='{$this->lang->words['topic_goto_page']} {$page['page']}'>{$page['page']}</a>
											</if>
									</foreach>
								</span>

In Topic: Calendar idea

18 January 2012 - 09:49 AM

View PostRichard.C, on 11 January 2012 - 06:52 PM, said:

stage 2 of the mods will be a seperate RSVP mod which will be starting soon :smile:

Any news on this?