• 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 Plugins Support how to change the location of Daily Goal

     
    • 0 Vote(s) - 0 Average
    how to change the location of Daily Goal
    kuttysoft
    Offline

    Subscriber
    Posts: 27
    Threads: 7
    Joined: Dec 2018
    Reputation: 0
    #1
    01-06-2019, 01:04 AM
    how to change the location of  Daily Goal  plugin its shows instead of thread .. 

    i need it in side bar

    https://forum.kuttysoft.com/
    kuttysoft
    Offline

    Subscriber
    Posts: 27
    Threads: 7
    Joined: Dec 2018
    Reputation: 0
    #2
    01-06-2019, 08:18 AM
    one more help how to change avatar in thread it square to circle

    http://prntscr.com/m3muvo
    AmazOuz
    Offline

    Administrator

    Posts: 272
    Threads: 34
    Joined: Oct 2017
    Reputation: 11
    #3
    01-06-2019, 01:45 PM
    Can you please copy your index template code ? (in [code] tags)
    For the avatar, add "border-radius:100%;" to the CSS of the avatar image
    kuttysoft
    Offline

    Subscriber
    Posts: 27
    Threads: 7
    Joined: Dec 2018
    Reputation: 0
    #4
    01-06-2019, 05:38 PM (This post was last modified: 01-06-2019, 05:42 PM by kuttysoft.)
    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 class="bodyimg">
    {$header}
    {$cawm}
    <div class="sidebar">  
       <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
    <tr>
    <td class="tcat2" style="text-align:center;">
      <div class="theadtitle2" style="float:none;"><a href="#"><center><i class="fa fa-microphone"></i> Announcements</center></a></div>
    </td>
    </tr>
    <tbody>
    <td class="trow1">
      <div class="tgnewsticker">
    <ul>
      <li>Welcome to {$mybb->settings['bbname']}.</li>
      <li> Please Join/Register to access our complete website.</li>
      <li>Your purchase or use of our products implies that you have read and accepted these Terms and Conditions.</li>
    </ul>
        </div>
    </td>
    </tbody>
    </table>
      <br />    
    <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
    <tr>
    <td class="tcat2" style="text-align:center;">
      <div class="theadtitle2" style="float:none;"><a href="#"><center><i class="fa fa-newspaper-o"></i> Side Bar Ads</center></a></div>
    </td>
    </tr>
    <tbody>
    <td class="trow1">
    <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
    <!-- forum3 -->
    <ins class="adsbygoogle"
         style="display:block"
         data-ad-client="ca-pub-0490231194065211"
         data-ad-slot="3013211851"
         data-ad-format="auto"
         data-full-width-responsive="true"></ins>
    <script>
    (adsbygoogle = window.adsbygoogle || []).push({});
    </script>
    </td>
    </tbody>
    </table><br />
        
    <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
    <tr>
    <td class="tcat2" style="text-align:center;">
      <div class="theadtitle2" style="float:none;"><a href="#"><center><i class="fa fa-link"></i> Sidebar Links</center></a></div>
    </td>
    </tr>
    <tbody>
        <td class="trows">
    <div class="sidebarlinks">
    <ul>
    <li><a href="https://jollytamilchat.com"><i class="fa fa-link"></i> Jolly Tamil Chat</a></li>
    <li><a href="http://chat.kuttysoft.com"><i class="fa fa-link"></i> KuttySoft Chat</a></li>
    <li><a href="https://pic.kuttysoft.com"><i class="fa fa-link"></i> Picture Soft</a></li>
    <li><a href="https://kuttysoft.cloud"><i class="fa fa-link"></i> KuttySoft Cloud</a></li>
    </ul>
    </div>
        </td>
    </tbody>
    </table>
      <br />
    </div>
    <div class="forums">
    <div style="width: 75%; float: left;">{$forums}</div>{$dailygoal}
    </div>
    {$boardstats}
    {$footer}
    </body>
    </html>

    (01-06-2019, 01:45 PM)AmazOuz Wrote: Can you please copy your index template code ? (in [code] tags)
    For the avatar, add "border-radius:100%;" to the CSS of the avatar image

    bro which  css file have to edit
    kuttysoft
    Offline

    Subscriber
    Posts: 27
    Threads: 7
    Joined: Dec 2018
    Reputation: 0
    #5
    01-07-2019, 01:44 AM (This post was last modified: 01-07-2019, 01:45 AM by kuttysoft.)
    http://prntscr.com/m3wa7u

    i am to change but its come smaller

    ad which css have to edit can u tell me clearly
    AmazOuz
    Offline

    Administrator

    Posts: 272
    Threads: 34
    Joined: Oct 2017
    Reputation: 11
    #6
    01-07-2019, 11:47 AM
    Can you try this :
    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 class="bodyimg">
    {$header}
    {$cawm}
    <div class="sidebar">  
       <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
    <tr>
    <td class="tcat2" style="text-align:center;">
      <div class="theadtitle2" style="float:none;"><a href="#"><center><i class="fa fa-microphone"></i> Announcements</center></a></div>
    </td>
    </tr>
    <tbody>
    <td class="trow1">
      <div class="tgnewsticker">
    <ul>
      <li>Welcome to {$mybb->settings['bbname']}.</li>
      <li> Please Join/Register to access our complete website.</li>
      <li>Your purchase or use of our products implies that you have read and accepted these Terms and Conditions.</li>
    </ul>
        </div>
    </td>
    </tbody>
    </table>
      <br />    
    <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
    <tr>
    <td class="tcat2" style="text-align:center;">
      <div class="theadtitle2" style="float:none;"><a href="#"><center><i class="fa fa-newspaper-o"></i> Side Bar Ads</center></a></div>
    </td>
    </tr>
    <tbody>
    <td class="trow1">
    <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
    <!-- forum3 -->
    <ins class="adsbygoogle"
         style="display:block"
         data-ad-client="ca-pub-0490231194065211"
         data-ad-slot="3013211851"
         data-ad-format="auto"
         data-full-width-responsive="true"></ins>
    <script>
    (adsbygoogle = window.adsbygoogle || []).push({});
    </script>
    </td>
    </tbody>
    </table><br />
        
    <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
    <tr>
    <td class="tcat2" style="text-align:center;">
      <div class="theadtitle2" style="float:none;"><a href="#"><center><i class="fa fa-link"></i> Sidebar Links</center></a></div>
    </td>
    </tr>
    <tbody>
        <td class="trows">
    <div class="sidebarlinks">
    <ul>
    <li><a href="https://jollytamilchat.com"><i class="fa fa-link"></i> Jolly Tamil Chat</a></li>
    <li><a href="http://chat.kuttysoft.com"><i class="fa fa-link"></i> KuttySoft Chat</a></li>
    <li><a href="https://pic.kuttysoft.com"><i class="fa fa-link"></i> Picture Soft</a></li>
    <li><a href="https://kuttysoft.cloud"><i class="fa fa-link"></i> KuttySoft Cloud</a></li>
    </ul>
    </div>
        </td>
    </tbody>
    </table>
      <br />
    {$dailygoal}
    </div>
    <div class="forums">
    {$forums}
    </div>
    {$boardstats}
    {$footer}
    </body>
    </html>

    For the CSS, i don't know which element exactly, i need to access the theme
    kuttysoft
    Offline

    Subscriber
    Posts: 27
    Threads: 7
    Joined: Dec 2018
    Reputation: 0
    #7
    01-07-2019, 02:40 PM
    http://prntscr.com/m42j56

    why its whows so small

    &

    when u free time i give access bro
    AmazOuz
    Offline

    Administrator

    Posts: 272
    Threads: 34
    Joined: Oct 2017
    Reputation: 11
    #8
    01-09-2019, 11:48 AM
    Link me your website please
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)



    • 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