Teya Salat
Eaglenet logo
24/7 updates on happenings in africa
*LORDEAGLE 2015-08-12 07:47
Copy gb twig
{% block guestbook_comments_form %}
  <link rel="stylesheet" type="text/css" href="http://eaglenet.xtgem.com/tools/master.css" />
  {% if data.comments_form.is_maintenance %}
    {{ data.comments_form.maintenante_markup|raw }}
    {% elseif data.is_logged_in and not data.community_name %}
    <div class="tmenu">
      <b>{{ data.translations.t_provide_community_name }}</b>
    </div><div class="guest-form">
    <form action="{{ data.community_name_submit_url }}" method="post" class="post new">
      {% if data.in_comments_thread %}
      <input type="hidden" name="__xtcomments_thread_id" value="{{ data.in_comments_thread }}" />
      {% endif %}
      <input class="input" type="text" name="community_name" value="{{data.community_name_tmp}}" />
      <input class="button" type="submit" value="{{ data.translations.t_submit }}" />
    </form>
</div>
    {% else %}
    <div class="tmenu">
      <b>{{ data.translations.t_post_a_comment }}<span class="red" style="float:right;">{% if data.is_logged_in %}
        <img src="http://giga.yn.lt/z/on.png" alt="on" /> {{ data.community_name }}
    {% elseif data.comments_form.comments_restriction == "logged_in" and not data.is_logged_in %}<img src="http://xtgem.com/images/forum/icons/alert-info.png" alt="alert" />{% else %} <a href="{{ data.comments_form.login_link }}"> {{ data.translations.t_login }} </a>{% endif %}</span></b>
    </div>
    {% if data.comments_form.comments_restriction == "logged_in" and not data.is_logged_in %}
    <div class="guest-form">
      <b>{{ data.translations.t_comments_login_required }}:</b>
      <a href="{{ data.comments_form.login_link }}"> {{ data.translations.t_login }} </a> atau 
      <a href="{{ data.comments_form.signup_link }}"> {{ data.translations.t_signup }} </a>
    </div>
    {% elseif data.comments_form.comments_restriction == "logged_in" and data.is_logged_in and not data.is_confirmed_email %}
    <div class="guest-form">
      <a href="{{ data.confirm_email_link }}?redir={{ data.comments_form.url_encoded }}"> {{ data.translations.t_confirm_email }}</a>
    </div>
    {% else %}
      {% if data.comments_form.spam_comments_reserved_name %}
      <div class="guest-form">{{ data.translations.t_reserved_name }}</div>
      {% endif %}
 
<div class="guest-form">
    <form action="{{ data.comments_form.url }}" method="post" class="post new">
      {% if data.entry.in_comments_thread %}
      <input type="hidden" name="__xtcomments_thread_id" value="{{ data.entry.in_comments_thread }}" />
      {% endif %}
      <input type="hidden" name="__xtx" value="{{ data.comments_form.fields.xtx }}" />
      <input type="hidden" name="__xtxs" value="{{ data.comments_form.fields.xtxs }}" />
      <input type="text" name="__xtcomments_comments" value="" style="display:none" />
      {% if not data.is_logged_in %}
      {% if data.comments_form.poster %}
      <input type="hidden" name="__xtcomments_nick" value="{{ data.comments_form.poster }}" />
      {% else %}
      <label>{{ data.translations.t_name }} <br>
      <input class="input" type="text" name="__xtcomments_nick" value="{{ data.comments_form.spam_comments_nick }}" /><br>
      </label>
      {% endif %}
      {% endif %}
      {% if data.comments_form.comments_restriction == "email_required" and not data.is_logged_in %}
      <label>{{ data.translations.t_email }} <br>
      <input class="input" type="email" name="__xtcomments_email" value="{{ data.comments_form.spam_comments_email }}" />
     <br> </label>
      {% endif %}
      <label>
 {{ data.translations.t_comment }}
<br>
      <textarea name="__xtcomments_msg" class="textarea">{{ data.comments_form.spam_comments_msg }}</textarea>
      </label>
      {% if data.comments_form.spam_comments %}
      <input type="hidden" name="hash" value="{{ data.comments_form.spam_hash }}" />
      <label> 
      :
<br>
      <img src="{{ data.comments_form.spam_captcha_url }}" alt="" /><br>
      <input class="input" type="text" name="code" />
      </label>
      {% endif %}
      <input class="button" name="submit" type="submit" value="{{ data.translations.t_post }}" />
<a href="http://eaglenet.xtgem.com/tools/smile.php"><b>SMILE</b></a> | <a href="http://eaglenet.xtgem.com/tools/bbcode.php"><b>BBCODE</b></a>
 
    </form>
</div>
    {% endif %}
    {% endif %}
    {% endblock %}
 
    {% block guestbook_comments_list %}
    {% if data.in_comments_thread %}
    <div class="tmenu">
      <a href="{{ data.comments_thread_all }}" class="">&larr; {{ data.translations.t_show_all_comments }}</a>
    </div>
    {% endif %}
 {% macro comments_list (comments, ctx) %}
    {% for comment in comments %}
    <div class="block-comment{% if comment.owner_of_comment %} admin_post{% endif %}">
<div class="comment-list">
<div class="comment-head header">
      <div class="comment-author{% if not comment.author_profile %} ano{% endif %}">{% if comment.author_profile %}<img src="{{ comment.author_profile.avatars[32] }}" class="thumbnail" alt="{{ comment.author_profile.name }}" /><b><a href="{{ comment.author_profile.link }}" class="{% if comment.owner_of_comment %}author{% else %}user{% endif %}">{% if comment.owner_of_comment %}Admin{% else %}{{ comment.author_profile.name }}{% endif %}</a></b> - <mark class="date">{{ comment.date }}</mark>{% else %}<img src="http://eaglenet.xtgem.com/pic/no-image.png" class="thumbnail" alt="*" /><b>{{ comment.nick }}</b> - <span class="date">{{ comment.date }}</span>{% endif %}</div></div><div class="comment-message lordeagle section"><section>
      {% if comment.is_hidden %}
      {{ ctx.data.translations.t_hidden_comment }}
      {% else %}
      {{ comment.message|raw }}
      {% endif %} 
     </section> </div>
        {% if not ( ctx.data.entry.in_comments_thread and comment.childs and (comment.childs_count > 0) ) and not comment.owner_of_comment%}
 <div class="footer page-footer comment-actions">
        {% if ctx.data.visitor_is_admin and not comment.childs %}
        <a href="{{ comment.reply_link }}" class="xt_blog_comment_action_reply">{{ ctx.data.translations.t_reply }}</a>
        {% endif %}
        {% if ctx.data.is_logged_in and not comment.is_hidden and not data.comments_form.is_maintenance %}
        {% if ctx.data.reported_spam and ctx.data.reported_spam == comment.id %}
        <span>{{ctx.data.translations.t_reported}}</span>
        {% else %}
        <a href="{{ comment.spam_link }}">{{ ctx.data.translations.t_report_spam }}</a>
        {% endif %}
        {% elseif not ctx.data.is_logged_in and not comment.is_hidden and not data.comments_form.is_maintenance %}
        <a href="{{ comment.login_link }}">{{ ctx.data.translations.t_report_spam }}</a>
        {% endif %}
</div>
        {% endif %}
    </div>
 
    {% if comment.childs %}
      <div class="main"> {{ _self.comments_list(comment.childs, ctx) }}
</div>
    {% endif %}
 </div></div>
    {% endfor %}
    {% endmacro %}
      {{ _self.comments_list(data.comments, _context) }}
    {{ data.comments_pagination_html|raw }}
    {% endblock %}

Copy code
    ·
  • rated(0)
*LORDEAGLE said to Lordeagle 0n 2015-08-12 12:22
Copy below
<script type="text/javascript" src="http://wap4dollar.com/ad/code/?id=rkpamyc5v8"></script>
Copy code
    ·
  • rated(0)
* Lilkrix (guest said to Lordeagle 0n 2015-08-15 09:30
Eagle pls help me drop the filelist you used at ur homepage for blog updates and pls add me up as ur forum moderator
    ·
  • rated(0)
*LORDEAGLE said to lilkrix 0n 2015-08-15 10:27
Man I already given u myblog twig what else ar u askin 4?
    ·
  • rated(0)
* Lilkrix(guest said to Lordeagle 0n 2015-08-15 15:31
ur blog filelist for homepage
    ·
  • rated(0)
*LORDEAGLE said to lilkrix 0n 2015-08-15 19:19
I dont have something like that. And 2 be my admin u must learn 2 always come nd reply other members and also login b4 posting
    ·
  • rated(0)
*LILKRIX said to Lordeagle 0n 2015-08-15 22:57
at ur index page checkout NAIJA MUSICS, SONGS, Lyrics, Mixtapes, AND Videos Gist And News thats the filelist i need nd i wil help ur forum members always
    ·
  • rated(0)
*LILKRIX said to lilkrix 0n 2015-08-15 23:28
Help EAGLE i also dont undastnd hw i my preview image wud display in My Download page
    ·
  • rated(0)
*LORDEAGLE said to lilkrix 0n 2015-08-15 23:35
I dropped it in my admin navigate back on the thread to add preview add img link on the download link
    ·
  • rated(0)
* Lilkrix(guest said to Lordeagle 0n 2015-08-16 06:03
at ur index page checkout NAIJA MUSICS, SONGS, Lyrics, Mixtapes, AND Videos Gist And News thats the filelist i need
    ·
  • rated(0)
Oniline