2018-08-31, 08:14 PM
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
2018-08-31, 08:49 PM
(2018-08-31, 03:59 PM)kbilly Wrote: [ -> ]Sorry?Hehe,we just need to thankyou for these plugins.
You are very welcome.
(2018-08-31, 08:14 PM)Metallix Wrote: [ -> ]I’ve been using this and it’s great! Thank you for this!
Thanks
I have isolated the issue with adding a column to the users table and will be patching it this weekend. Thanks for the bug reports!
2018-09-01, 04:48 PM
Advanced Sidebox 3.1.12 Released
Fixes:
To upgrade: Deactivate in ACP; overwrite existing files; activate in ACP.
Fixes:
- a typo in the Private Messages module that caused a PHP warning
- incompatibilities with PostgreSQL
- a bug where using PHP features greater than the minimum MyBB requirement caused errors on older server setups
- a bug where adding columns caused a MySQL error
- upgraded internal libraries
To upgrade: Deactivate in ACP; overwrite existing files; activate in ACP.
2018-09-01, 11:05 PM
How do I correctly put them in my sideboxes that I create?
I do not understand how to configure it to appear in my sidebox ..
https://screenshotscdn.firefoxuserconten...90973d.png
template index
I do not understand how to configure it to appear in my sidebox ..
https://screenshotscdn.firefoxuserconten...90973d.png
template index
<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}
<article class="bloque-noticias-principal">
<article class="bloque-noticias">
<div class="noticia-principal">
<div class="imagen-principal lazy" data-src="https://i.imgur.com/gW6vQPe.png">
<div class="bloque-club"><span class="bloque-noticia">Noticia</span><span class="bloque-diseño">Diseño</span></div>
<div class="texto-principal">Nuevo diseño foro</div>
</div>
</div>
<div class="noticias-secundarias">
<div class="imagen-secundaria lazy" data-src="https://i.imgur.com/XU0BUYI.png">
<div class="bloque-club"><span class="bloque-actividad">Actividad</span><span class="bloque-digimon">Digimon club</span></div>
<div class="texto-principal">Unete al rol</div>
</div>
</div>
<div class="noticias-secundarias">
<div class="imagen-secundaria lazy" data-src="https://i.imgur.com/7opLDZ7.png">
<div class="bloque-club"><span class="bloque-actividad">Actividad</span><span class="bloque-sexy">Sexy club</span></div>
<div class="texto-principal">Adivina los escotes</div>
</div>
</div>
<div class="noticias-secundarias">
<div class="imagen-secundaria lazy" data-src="https://i.imgur.com/xj7WXCg.png">
<div class="bloque-club"><span class="bloque-global">Actividad Global</span></div>
<div class="texto-principal">Olimpiadas FA</div>
</div>
</div>
<div class="noticias-secundarias">
<div class="imagen-secundaria lazy" data-src="https://i.imgur.com/JlM9tR0.png">
<div class="bloque-club"><span class="bloque-evento">Evento</span> </div>
<div class="texto-principal"> Busca tu pokemon </div>
</div>
</div>
</article>
</article>
<article class="flex-boxers">
<div class="forum-box">
<div class="cartel-bienvenida">
<span class="welcome-index">Bienvenidos a Foro Anime!</span><br />
<span class="text-welcome">Aqui encontraras diversas actividades podes hechar un vistazo en nuestro tablon de anuncio por aqui arriba, Bla bla bla bla etc escribir algo</span>
</div>
{$forums}
</div>
<aside class="sidebox stck">
<div>
{$boardstats}
<article class="fondostats">
<div class="thead-sidebox-2">{$lang->boardstats}</div>
<div class="numeros-stats">
<ul>
<li class="user-states">Users <br /><span><i class="fa fa-users"></i> {$stats['numusers']}</span></li>
<li class="mensajes-states">Posts <br /><span><i class="fa fa-comments"></i> {$stats['numposts']}</span></li>
<li class="thread-states">Temas <br /> <span><i class="fa fa-comment"></i> {$stats['numthreads']}</span></li>
</ul>
</div>
<div class="linea-bienvenida">
Nuevo miembros <br /> $newestmember
</div>
</article>
</div>
</aside>
</article>
<br class="clear" />
{$footer}
</body>
</html>
2018-09-03, 03:49 AM
(2018-08-31, 10:13 AM)Wildcard Wrote: [ -> ](2018-08-31, 04:25 AM)TreeHerder Wrote: [ -> ]Hi! Installation problem.
Thank you so much with your help with my installation problem, that I reported in this thread on Aug. 31. Your support is marvellous. I've been playing with the plugin tonight and it does all I wanted it to do, and more! Now my forum has much more personality and functionality. Thanks again!
~Wendy
CANADA
2018-09-03, 12:49 PM
(2018-09-01, 11:05 PM)Finer Wrote: [ -> ]How do I correctly put them in my sideboxes that I create?
If you are asking about converting hardcoded side boxes into ASB sideboxes, then the answer is that you must delete the hard coded side boxes and recreate them using ASB.
(2018-09-03, 03:49 AM)TreeHerder Wrote: [ -> ]Thank you so much with your help with my installation problem, that I reported in this thread on Aug. 31. Your support is marvellous. I've been playing with the plugin tonight and it does all I wanted it to do, and more! Now my forum has much more personality and functionality. Thanks again!
~Wendy
CANADA
No problem.
I'm just glad we got it working
2018-09-03, 06:56 PM
WildCard, could you possibly add the "Daily Forum Goal" plugin to this? The current Goal plugin works well but it's not set to a timeframe.
https://community.mybb.com/mods.php?acti...w&pid=1100
https://community.mybb.com/mods.php?acti...w&pid=1100
2018-09-03, 10:12 PM
I'll take a look. Thanks for the suggestion.
2018-09-04, 12:55 AM
The owner of this website wants to make the ASB sidebox wider to accommodate ads.
I am NOT a coder, so I'll need step-by-step instructions on how to do this.
The screenshot explains it better.
I am NOT a coder, so I'll need step-by-step instructions on how to do this.
The screenshot explains it better.
2018-09-04, 03:31 PM