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.
The forum of the forums
3 posters

    View unanswered posts

    Paull
    Paull
    Forumember


    Posts : 56
    Reputation : 2
    Language : English

    Solved View unanswered posts

    Post by Paull Fri 6 Sep - 17:18

    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 Mon 9 Sep - 10:33; edited 1 time in total
    avatar
    Guest
    Guest


    Solved Re: View unanswered posts

    Post by Guest Fri 6 Sep - 17:54

    Sure, it's possible. Paste your index_body template here.
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: View unanswered posts

    Post by SLGray Fri 6 Sep - 19:13

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



    View unanswered posts Slgray10

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


    Posts : 56
    Reputation : 2
    Language : English

    Solved Re: View unanswered posts

    Post by Paull Sat 7 Sep - 9:46

    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

    Solved Re: View unanswered posts

    Post by Paull Sat 7 Sep - 9:48

    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?
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15311
    Reputation : 1705
    Language : English,Greek
    Location : Greece

    Solved Re: View unanswered posts

    Post by skouliki Sat 7 Sep - 10:18

    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


    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

    Paull
    Paull
    Forumember


    Posts : 56
    Reputation : 2
    Language : English

    Solved Re: View unanswered posts

    Post by Paull Sun 8 Sep - 11:18

    {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}
    avatar
    Guest
    Guest


    Solved Re: View unanswered posts

    Post by Guest Sun 8 Sep - 11:39

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


    Female Posts : 15311
    Reputation : 1705
    Language : English,Greek
    Location : Greece

    Solved Re: View unanswered posts

    Post by skouliki Sun 8 Sep - 11:46

    @Paull please use this button when you insert codes
    View unanswered posts Scre1413

    Paull
    Paull
    Forumember


    Posts : 56
    Reputation : 2
    Language : English

    Solved Re: View unanswered posts

    Post by Paull Mon 9 Sep - 10:33

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


    Female Posts : 15311
    Reputation : 1705
    Language : English,Greek
    Location : Greece

    Solved Re: View unanswered posts

    Post by skouliki Mon 9 Sep - 11:15

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


      Current date/time is Sun 22 Sep - 17:39