• Login
  • Register
  • Login Register
    Login
    Username:
    Password:
  • Home
  • Members
  • Team
  • Help
  • More
    • YouTube
    • Facebook
User Links
  • Login
  • Register
  • Login Register
    Login
    Username:
    Password:

    Quick Links Home Members Team Help
    More Subscribe YouTube Facebook
    D&D Forums - MyBB Plugins & Themes MyBB Ressources Free MyBB Themes Support [Emerald] Adding a Recent Threads Bar

     
    • 0 Vote(s) - 0 Average
    [Emerald] Adding a Recent Threads Bar
    IllusionTM
    Offline

    Junior Member

    Posts: 8
    Threads: 3
    Joined: Dec 2017
    Reputation: 1
    #1
    01-06-2018, 09:35 PM
    Hello.

    I'm writing this post because I've been attempting to place a recent threads bar on our forum ever since we've got this wonderful theme! If possible, could you please assist me on this matter? We are dying to find something responsive.
    AmazOuz
    Offline

    Administrator

    Posts: 272
    Threads: 34
    Joined: Oct 2017
    Reputation: 11
    #2
    01-10-2018, 09:27 PM
    Hello !
    You must use a plugin for this, look for : https://community.mybb.com/mods.php?action=view&pid=291
    IllusionTM
    Offline

    Junior Member

    Posts: 8
    Threads: 3
    Joined: Dec 2017
    Reputation: 1
    #3
    01-10-2018, 10:05 PM (This post was last modified: 01-10-2018, 10:06 PM by IllusionTM.)
    Alright. I downloaded and imported the one you listed above. It shows on the side of the announcement sidebox and the statistics. I would like them to be under the statistics. The only option that specific plugin gives you is to list the bar on the left or right of the forum. It doesn't allow you to list it underneath the statistics. Any ideas?
    AmazOuz
    Offline

    Administrator

    Posts: 272
    Threads: 34
    Joined: Oct 2017
    Reputation: 11
    #4
    01-11-2018, 10:56 AM
    Hello,
    Give me your index template Wink
    IllusionTM
    Offline

    Junior Member

    Posts: 8
    Threads: 3
    Joined: Dec 2017
    Reputation: 1
    #5
    01-11-2018, 11:01 AM
    Here's my index template.

    Code:
    <html>
    <head>
    <title>{$mybb->settings['bbname']}</title>
    {$headerinclude}
    <script type="text/javascript">
    <!--
    lang.no_new_posts = "{$lang->no_new_posts}";
    lang.click_mark_read = "{$lang->click_mark_read}";
    // -->
    </script>
    </head>
    <body>
    {$header}
    {$dvz_shoutbox}
    <div class="forum" style="float: left;">{$forums}{$boardstats}</div>
    <div class="side" style="float: right; width: 22%; margin: auto;">


    <table style="" class="tborder" border="0" cellpadding="{$theme['tablespace']}" cellspacing="{$theme['borderwidth']}">
    <tbody><tr>
      <td style="font-weight: bold;" class="thead">
     <i class="fa fa-bullhorn"></i> Announcements
      </td>
    </tr>

    <tr>
      <td class="trow2" style="padding:11px">
         <a href="#">We've recently updated the forum theme, to match our community colors! It's fully custom, so we hope you enjoy it! Be sure to check out the HL2 forum section, and prepare for future server launching. Speak to Native Son, and/or Whoop about that specific server!</a>
      </td>
    </tr>
    </tbody></table>

    <table style="margin-top: 10px; margin-bottom: 10px;" class="tborder" border="0" cellpadding="{$theme['tablespace']}" cellspacing="{$theme['borderwidth']}">

    <tbody><tr>
      <td style="font-weight: bold;" class="thead">
     <i class="fa fa-bar-chart-o"></i> Statistics
      </td>
    </tr>

    <tr>
      <td style="padding: 12px;" class="trow2">
     <span style="float:left">Members :</span> <span style="float:right">{$stats['numusers']}</span>
      </td>
    </tr>
     
    <tr>
      <td style="padding: 12px;" class="trow2">
     <span style="float:left">Posts :</span> <span style="float:right">{$stats['numposts']} </span>
      </td>
    </tr>
     
    <tr>
      <td style="padding: 12px;" class="trow2">
     <span style="float:left">Threads :</span> <span style="float:right">{$stats['numthreads']}</span>
      </td>
    </tr>
    <tr style="">
      <td style="padding: 12px;" class="trow2">
     <span style="float:left">Newest Member :</span> <span style="float:right"><a href="#">{$newestmember}</a></span>
      </td>
    </tr>
    </tbody></table>
    </div>
    <br class="clear" />
    {$footer}
    </body>
    </html>
    AmazOuz
    Offline

    Administrator

    Posts: 272
    Threads: 34
    Joined: Oct 2017
    Reputation: 11
    #6
    01-11-2018, 03:40 PM
    Something is missing on the code for me to understand. Can you send me the link of your forums ?
    IllusionTM
    Offline

    Junior Member

    Posts: 8
    Threads: 3
    Joined: Dec 2017
    Reputation: 1
    #7
    01-11-2018, 07:56 PM (This post was last modified: 01-11-2018, 08:18 PM by IllusionTM.)
    Sure thing!

    You can find our community forums here.
    AmazOuz
    Offline

    Administrator

    Posts: 272
    Threads: 34
    Joined: Oct 2017
    Reputation: 11
    #8
    01-11-2018, 09:49 PM
    It's normal that i don't see anything, please activate the plugin (even if it is ugly, so i can see and give you the fix) then give me the new index template Wink
    IllusionTM
    Offline

    Junior Member

    Posts: 8
    Threads: 3
    Joined: Dec 2017
    Reputation: 1
    #9
    01-11-2018, 10:03 PM (This post was last modified: 01-11-2018, 10:04 PM by IllusionTM.)
    I've updated my forum to enable the plugin. Here's the index code, since it's been activated.

    Code:
    <html>
    <head>
    <title>{$mybb->settings['bbname']}</title>
    {$headerinclude}
    <script type="text/javascript">
    <!--
    lang.no_new_posts = "{$lang->no_new_posts}";
    lang.click_mark_read = "{$lang->click_mark_read}";
    // -->
    </script>
    </head>
    <body>
    {$header}
    {$dvz_shoutbox}
    <div class="forum" style="float: left;"><div style="float:{$left};width: 74%;">{$forums}</div>
        <div style="float:{$right};width:25%;">{$sidebar}</div>{$boardstats}</div>
    <div class="side" style="float: right; width: 22%; margin: auto;">


    <table style="" class="tborder" border="0" cellpadding="{$theme['tablespace']}" cellspacing="{$theme['borderwidth']}">
    <tbody><tr>
      <td style="font-weight: bold;" class="thead">
     <i class="fa fa-bullhorn"></i> Announcements
      </td>
    </tr>

    <tr>
      <td class="trow2" style="padding:11px">
         <a href="#">We've recently updated the forum theme, to match our community colors! It's fully custom, so we hope you enjoy it! Be sure to check out the HL2 forum section, and prepare for future server launching. Speak to Native Son, and/or Whoop about that specific server!</a>
      </td>
    </tr>
    </tbody></table>

    <table style="margin-top: 10px; margin-bottom: 10px;" class="tborder" border="0" cellpadding="{$theme['tablespace']}" cellspacing="{$theme['borderwidth']}">

    <tbody><tr>
      <td style="font-weight: bold;" class="thead">
     <i class="fa fa-bar-chart-o"></i> Statistics
      </td>
    </tr>

    <tr>
      <td style="padding: 12px;" class="trow2">
     <span style="float:left">Members :</span> <span style="float:right">{$stats['numusers']}</span>
      </td>
    </tr>
     
    <tr>
      <td style="padding: 12px;" class="trow2">
     <span style="float:left">Posts :</span> <span style="float:right">{$stats['numposts']} </span>
      </td>
    </tr>
     
    <tr>
      <td style="padding: 12px;" class="trow2">
     <span style="float:left">Threads :</span> <span style="float:right">{$stats['numthreads']}</span>
      </td>
    </tr>
    <tr style="">
      <td style="padding: 12px;" class="trow2">
     <span style="float:left">Newest Member :</span> <span style="float:right"><a href="#">{$newestmember}</a></span>
      </td>
    </tr>
    </tbody></table>
    </div>
    <br class="clear" />
    {$footer}
    </body>
    </html>
    AmazOuz
    Offline

    Administrator

    Posts: 272
    Threads: 34
    Joined: Oct 2017
    Reputation: 11
    #10
    01-11-2018, 11:21 PM
    Code:
    <html>
    <head>
    <title>{$mybb->settings['bbname']}</title>
    {$headerinclude}
    <script type="text/javascript">
    <!--
    lang.no_new_posts = "{$lang->no_new_posts}";
    lang.click_mark_read = "{$lang->click_mark_read}";
    // -->
    </script>
    </head>
    <body>
    {$header}
    {$dvz_shoutbox}
    <div class="forum" style="float: left;">{$forums}{$boardstats}</div>
    <div class="side" style="float: right; width: 22%; margin: auto;">
    <table style="" class="tborder" border="0" cellpadding="{$theme['tablespace']}" cellspacing="{$theme['borderwidth']}">
    <tbody><tr>
    <td style="font-weight: bold;" class="thead">
    <i class="fa fa-bullhorn"></i> Announcements
    </td>
    </tr>

    <tr>
    <td class="trow2" style="padding:11px">
       <a href="#">We've recently updated the forum theme, to match our community colors! It's fully custom, so we hope you enjoy it! Be sure to check out the HL2 forum section, and prepare for future server launching. Speak to Native Son, and/or Whoop about that specific server!</a>
    </td>
    </tr>
    </tbody></table>

    <table style="margin-top: 10px; margin-bottom: 10px;" class="tborder" border="0" cellpadding="{$theme['tablespace']}" cellspacing="{$theme['borderwidth']}">

    <tbody><tr>
    <td style="font-weight: bold;" class="thead">
    <i class="fa fa-bar-chart-o"></i> Statistics
    </td>
    </tr>

    <tr>
    <td style="padding: 12px;" class="trow2">
    <span style="float:left">Members :</span> <span style="float:right">{$stats['numusers']}</span>
    </td>
    </tr>

    <tr>
    <td style="padding: 12px;" class="trow2">
    <span style="float:left">Posts :</span> <span style="float:right">{$stats['numposts']} </span>
    </td>
    </tr>

    <tr>
    <td style="padding: 12px;" class="trow2">
    <span style="float:left">Threads :</span> <span style="float:right">{$stats['numthreads']}</span>
    </td>
    </tr>
    <tr style="">
    <td style="padding: 12px;" class="trow2">
    <span style="float:left">Newest Member :</span> <span style="float:right"><a href="#">{$newestmember}</a></span>
    </td>
    </tr>
    </tbody></table>
    <br>
    {$sidebar}
    </div>
    <br class="clear" />
    {$footer}
    </body>
    </html>

    Try this Wink
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)

    Pages (2): 1 2 Next »



    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    D&D Company

    Home · Members · Team · Help · Contact

    © D&D - Powered by MyBB

    Paris, France

    07 53 04 58 86

    business@developement.design

    About the company We are a growing company of web developers & designers, specialized in MyBB plugins & themes. Our work is our propaganda.

    Linear Mode
    Threaded Mode