i want add "next topic and Previous topic" in mobile version
Down the topic
(Previous)
(next)
Last edited by Anas 1657 on January 7th 2016, 2:00 am; edited 1 time in total
SLGray wrote:Second Reminder:
Please don't use bold or color and keep to the default text. This is reserved for the staff for moderation.
SLGray wrote:https://help.forumotion.com/t143658-advanced-searching-for-the-mobile-version?highlight=mobile
https://help.forumotion.com/t143013-display-topic-images-on-the-mobile-version?highlight=mobile
https://help.forumotion.com/t142566-how-to-add-post-actions-to-the-mobile-version?highlight=mobile
https://help.forumotion.com/t136884-add-pagination-to-the-mobile-version?highlight=mobile
SLGray wrote:Today at 6:07 am
Today at 10:57 pm
Please don't double post. Your post needs to be separated by at least 24 hours before bumping. Please use the edit button instead!
<p><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a> <a href="{U_VIEW_NEWER_TOPIC}" style="float:right">{L_VIEW_NEXT_TOPIC}</a></p>
SarkZKalie wrote:Add this to your viewtopic_body (Mobile version)
- Code:
<p><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a> <a href="{U_VIEW_NEWER_TOPIC}" style="float:right">{L_VIEW_NEXT_TOPIC}</a></p>
<div class="smallfont" align="center">
<a href="{U_VIEW_NEWER_TOPIC}" rel="nofollow"><img alt="الموضوع السابق" src="http://i68.servimg.com/u/f68/19/23/51/91/oi11.png" style="float: right;" border="0" /></a> <a href="{U_VIEW_OLDER_TOPIC}" rel="nofollow"><img alt="الموضوع التالي" src="http://i68.servimg.com/u/f68/19/23/51/91/ooa10.png" style="float: left;" border="0" /></a>
</div>
<p>
</p>
brandon_g wrote:Hello,
Is this solved?
-Brandon