The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

View unanswered posts

3 posters

Go down

Solved View unanswered posts

Post by Paull September 6th 2019, 11:18 am

I noticed that, in the mobile version, there is now a button 'Last' which takes me to a list 'Latest topics and discussions' e.g.

http://ukengineforum.forumotion.com/latest

Is there any way I could incorporate this in the web version, for example, next to 'View unanswered posts' on Home page?

If there is a more appropriate section for this question, please feel free to move.
Many thanks


Last edited by Paull on September 9th 2019, 4:33 am; edited 1 time in total
Paull
Paull
Forumember

Posts : 56
Reputation : 2
Language : English

Back to top Go down

Solved Re: View unanswered posts

Post by Guest September 6th 2019, 11:54 am

Sure, it's possible. Paste your index_body template here.
avatar
Guest
Guest


Back to top Go down

Solved Re: View unanswered posts

Post by SLGray September 6th 2019, 1:13 pm

If you do not want to add coding, you can just install an AwesomeBB theme.


staff posts - View unanswered posts Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51506
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: View unanswered posts

Post by Paull September 7th 2019, 3:46 am

Occultist wrote:Sure, it's possible. Paste your index_body template here.

??? Not a web developer - please consider me a complete numpty Confused
Paull
Paull
Forumember

Posts : 56
Reputation : 2
Language : English

Back to top Go down

Solved Re: View unanswered posts

Post by Paull September 7th 2019, 3:48 am

SLGray wrote:If you do not want to add coding, you can just install an AwesomeBB theme.

Sorry you've lost me already Sad What is an AwesomeBB theme theme and what else will it do to my forum?
Paull
Paull
Forumember

Posts : 56
Reputation : 2
Language : English

Back to top Go down

Solved Re: View unanswered posts

Post by skouliki September 7th 2019, 4:18 am

Paull wrote:
Occultist wrote:Sure, it's possible. Paste your index_body template here.

??? Not a web developer - please consider me a complete numpty Confused


staff posts - View unanswered posts Scre1410

Paull wrote:
SLGray wrote:If you do not want to add coding, you can just install an AwesomeBB theme.

Sorry you've lost me already Sad What is an AwesomeBB theme theme and what else will it do to my forum?

https://help.forumotion.com/t156215-discover-awesomebb-the-new-forumotion-forum-version


----------------
Please don't double post. Your posts need to be separated by 24 hours before bumping. Please use the edit button, instead!
Please read our forum rules: ESF General Rules
skouliki
skouliki
Manager
Manager

Female Posts : 15167
Reputation : 1696
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

Solved Re: View unanswered posts

Post by Paull September 8th 2019, 5:18 am

{JAVASCRIPT}
<!-- BEGIN switch_user_logged_in --><p class="right rightside">{LAST_VISIT_DATE}</p><!-- END switch_user_logged_in -->
<p>{CURRENT_TIME}</p>
{CAT_NAME}
<br class="clear" />

<!-- BEGIN switch_user_login_form_header -->
<div class="panel">
<div class="inner"><span class="corners-top"><span></span></span>
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
<div class="user_login_form center">
<label>{L_USERNAME} : <input class="post" type="text" size="10" name="username" /></label>&nbsp;
<label>{L_PASSWORD} : <input class="post" type="password" size="10" name="password" /></label>&nbsp;
<label>{L_AUTO_LOGIN} : <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /></label>&nbsp;
{S_HIDDEN_FIELDS}<input class="mainoption button1" type="submit" name="login" value="{L_LOGIN}" />

<!-- BEGIN switch_social_login -->
<div class="social_btn">
<!-- BEGIN fb_connect -->
<div class="fb-login-button"></div>
<!-- END fb_connect -->
<!-- BEGIN topicit_connect -->
<div class="ti-connect"></div>
<!-- END topicit_connect -->
</div>
<!-- END switch_social_login -->
</div>
</form>
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- END switch_user_login_form_header -->

<!-- BEGIN message_admin_index -->
<div class="panel introduction">
<div class="inner"><span class="corners-top"><span></span></span>
<!-- BEGIN message_admin_titre -->
<div class="h3">{message_admin_index.message_admin_titre.MES_TITRE}</div>
<!-- END message_admin_titre -->

<!-- BEGIN message_admin_txt -->
<div class="mes-txt">{message_admin_index.message_admin_txt.MES_TXT}</div>
<!-- END message_admin_txt -->
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- END message_admin_index -->

{CHATBOX_TOP}
{BOARD_INDEX}

<!-- BEGIN disable_viewonline -->

<!-- BEGIN switch_viewonline_link -->
<div class="h3"><a href="{U_VIEWONLINE}" rel="nofollow">{L_WHO_IS_ONLINE}</a></div>
<!-- END switch_viewonline_link -->

<!-- BEGIN switch_viewonline_nolink -->
<div class="h3">{L_WHO_IS_ONLINE}</div>
<!-- END switch_viewonline_nolink -->

<img src="{L_ONLINE_IMG}" id="i_whosonline" alt="{L_WHO_IS_ONLINE}" class="img-whois" />
<p>{TOTAL_USERS_ONLINE}<br />
{RECORD_USERS}

<br />
{LOGGED_IN_USER_LIST}

{L_ONLINE_USERS}
{L_CONNECTED_MEMBERS}<br />
{L_WHOSBIRTHDAY_TODAY}{L_WHOSBIRTHDAY_WEEK}

<br />
<em>{LEGEND}&nbsp;:&nbsp;{GROUP_LEGEND}</em>

</p>
<div class="clear"></div>

<!-- BEGIN switch_statistics_link -->
<div class="h3"><a href="{U_STATISTICS}" rel="nofollow">{L_STATISTICS}</a></div>
<!-- END switch_statistics_link -->

<!-- BEGIN switch_statistics_nolink -->
<div class="h3">{L_STATISTICS}</div>
<!-- END switch_statistics_nolink -->

<p class="page-bottom">
{TOTAL_POSTS}
</p>
<p class="page-bottom">
{TOTAL_USERS}
</p>
<p class="page-bottom">
{NEWEST_USER}
</p>
<!-- BEGIN switch_chatbox_activate -->
<div class="h3"><a href="{S_JOIN_CHAT}" target="ChatBox">{CHATBOX_NAME}</a></div>
<div class="page-bottom">
{TOTAL_CHATTERS_ONLINE}&nbsp;:&nbsp;
{CHATTERS_LIST}<br />
</div>
<!-- BEGIN switch_chatbox_popup -->
<div id="chatbox_popup"></div>
<script type="text/javascript">
insertChatBoxPopup('{disable_viewonline.switch_chatbox_activate.switch_chatbox_popup.U_FRAME_CHATBOX}', '{L_CLICK_TO_JOIN_CHAT}');
</script>
<!-- END switch_chatbox_popup -->
<!-- END switch_chatbox_activate -->
<!-- END disable_viewonline -->

{CHATBOX_BOTTOM}

<!-- BEGIN switch_user_login_form_footer -->
<div class="panel">
<div class="inner"><span class="corners-top"><span></span></span>
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
<div class="user_login_form center">
<label>{L_USERNAME} : <input class="post" type="text" size="10" name="username" /></label>&nbsp;
<label>{L_PASSWORD} : <input class="post" type="password" size="10" name="password" /></label>&nbsp;
<label>{L_AUTO_LOGIN} : <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /></label>&nbsp;
{S_HIDDEN_FIELDS}<input class="mainoption button1" type="submit" name="login" value="{L_LOGIN}" />

<!-- BEGIN switch_social_login -->
<div class="social_btn">
<!-- BEGIN fb_connect -->
<div class="fb-login-button"></div>
<!-- END fb_connect -->
<!-- BEGIN topicit_connect -->
<div class="ti-connect"></div>
<!-- END topicit_connect -->
</div>
<!-- END switch_social_login -->
</div>
</form>
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- END switch_user_login_form_footer -->

<br style="clear:both" />

<!-- BEGIN switch_legend -->
<ul id="picture_legend">
<li><img src="{FORUM_NEW_IMG}" alt="{L_NEW_POSTS}" />{L_NEW_POSTS}</li>
<li><img src="{FORUM_IMG}" alt="{L_NO_NEW_POSTS}" />{L_NO_NEW_POSTS}</li>
<li><img src="{FORUM_LOCKED_IMG}" alt="{L_FORUM_LOCKED}" />{L_FORUM_LOCKED}</li>
</ul>
<!-- END switch_legend -->

{AUTO_DST}
Paull
Paull
Forumember

Posts : 56
Reputation : 2
Language : English

Back to top Go down

Solved Re: View unanswered posts

Post by Guest September 8th 2019, 5:39 am

It seems like the template that we need to modify is index_box, the one right under index_body. My mistake staff posts - View unanswered posts 1f605
avatar
Guest
Guest


Back to top Go down

Solved Re: View unanswered posts

Post by skouliki September 8th 2019, 5:46 am

@Paull please use this button when you insert codes
staff posts - View unanswered posts Scre1413
skouliki
skouliki
Manager
Manager

Female Posts : 15167
Reputation : 1696
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

Solved Re: View unanswered posts

Post by Paull September 9th 2019, 4:33 am

Thanks guys for your suggestions but I'm not confident about making these changes.
I just stick with the basics.
Paull
Paull
Forumember

Posts : 56
Reputation : 2
Language : English

Back to top Go down

Solved Re: View unanswered posts

Post by skouliki September 9th 2019, 5:15 am

marked as solved
Problem solved & topic archived.
Please read our forum rules:  ESF General Rules
skouliki
skouliki
Manager
Manager

Female Posts : 15167
Reputation : 1696
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum