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.

Check my index_body template

2 posters

Go down

Solved Re: Check my index_body template

Post by Draxion January 20th 2017, 8:18 am

Did you have it modified at all? If not, you can simply restore the default template.
Draxion
Draxion
Helper
Helper

Male Posts : 2518
Reputation : 321
Language : English
Location : USA

https://www.talesoftellene.com/

Back to top Go down

Solved Re: Check my index_body template

Post by Draxion January 20th 2017, 4:04 pm

If you modified it and you ended up removing some parts of that template, I am afraid only you would know what is missing as others wouldn't have the knowledge of what you added to it. Unless, they modified it themselves.
Draxion
Draxion
Helper
Helper

Male Posts : 2518
Reputation : 321
Language : English
Location : USA

https://www.talesoftellene.com/

Back to top Go down

Solved Re: Check my index_body template

Post by Guest January 20th 2017, 4:18 pm

The whole code you posted is from the original template

It ends with something you added (or at least something not present on mine):

Code:
<div id ="fa_stats">

This is from the original template that is gone:

Code:
   <!-- 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_fb_connect -->      
            <span class="fb_or">{switch_user_login_form_footer.switch_fb_connect.L_OR}</span>      
            <fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" scope="{switch_user_login_form_footer.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_footer.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button>      
            <!-- END switch_fb_connect -->      
         </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}      
<!-- BEGIN switch_fb_index_login -->      
<div id="fb-root"></div>      
<script>      
    FB.init({      
      appId      : {switch_fb_index_login.FACEBOOK_APP_ID},       
      cookie    : true,      
      xfbml      : true,      
      oauth      : true,      
      version    : 'v2.3'      
    });      
  (function(d, s, id){      
    var js, fjs = d.getElementsByTagName(s)[0];      
    if (d.getElementById(id)) {return;}      
    js = d.createElement(s); js.id = id;      
    js.src = "//connect.facebook.net/en_US/sdk.js";      
    fjs.parentNode.insertBefore(js, fjs);      
  }(document, 'script', 'facebook-jssdk'));      
</script>      
<!-- END switch_fb_index_login -->

So if you have nothing saved everything you changed is gone now. Maybe it is saved in a forum back-up?
avatar
Guest
Guest


Back to top Go down

Solved Re: Check my index_body template

Post by SLGray January 20th 2017, 6:01 pm

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


Check my index_body template 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 : 51464
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

Back to top


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