D&D Forums - MyBB Plugins & Themes
how to change the location of Daily Goal - Printable Version

+- D&D Forums - MyBB Plugins & Themes (https://developement.design/forum)
+-- Forum: MyBB Ressources (https://developement.design/forum/forumdisplay.php?fid=5)
+--- Forum: Free MyBB Plugins (https://developement.design/forum/forumdisplay.php?fid=6)
+---- Forum: Support (https://developement.design/forum/forumdisplay.php?fid=13)
+---- Thread: how to change the location of Daily Goal (/showthread.php?tid=742)



how to change the location of Daily Goal - kuttysoft - 01-06-2019

how to change the location of  Daily Goal  plugin its shows instead of thread .. 

i need it in side bar

https://forum.kuttysoft.com/


RE: how to change the location of Daily Goal - kuttysoft - 01-06-2019

one more help how to change avatar in thread it square to circle

http://prntscr.com/m3muvo


RE: how to change the location of Daily Goal - AmazOuz - 01-06-2019

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


RE: how to change the location of Daily Goal - kuttysoft - 01-06-2019

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


RE: how to change the location of Daily Goal - kuttysoft - 01-07-2019

http://prntscr.com/m3wa7u

i am to change but its come smaller

ad which css have to edit can u tell me clearly


RE: how to change the location of Daily Goal - AmazOuz - 01-07-2019

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


RE: how to change the location of Daily Goal - kuttysoft - 01-07-2019

http://prntscr.com/m42j56

why its whows so small

&

when u free time i give access bro


RE: how to change the location of Daily Goal - AmazOuz - 01-09-2019

Link me your website please