Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/mybb-es.com/html/inc/class_language.php on line 201
[Plugin] Points In Post: Da puntos por posts, Tienda online, Logros automaticos
Páginas (49):    145 46 47 48 49   
Cruzhalo   2 Feb, 2012, 6:47 pm
Oye solo una pregunta, es necesario tener la version anterior?, o se puede instalar direectamente
sijad   4 Feb, 2012, 7:30 am
Hola como estan...
la verdad es que nesesito ayuda pq no me sale la parte de dar puntos
[Imagen: 725518dbfd0397fd7bbc46cc916dd6b1.jpg]

este es mi postbit_classic ¿no se q tendria q modificar para q salga dar puntos?
Código:
{$ignore_bit}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
    <tr>
        <td class="{$altbg}" width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
        <div class="trow-r"><strong><span class="largetext"><div class="trow-yv">{$post['profilelink']}</span></strong> {$post['onlinestatus']}</div>
        <span class="smalltext">
            {$post['usertitle']}<br />
            {$post['userstars']}
            {$post['groupimage']}
            {$post['useravatar']}<br />
            
<center>{$post['user_details']}<!-- Achiviement_PIP -->{$post['points_pip']}<!-- /Achiviement_PIP --></center>        </span></div>
    </td>
    <td class="{$altbg}" valign="top">
        <table width="100%">
            <tr><td>{$post['posturl']}<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>
            <br />
            <div id="pid_{$post['pid']}" class="post_body">
                {$post['message']}
            </div>
            {$post['attachments']}
            {$post['signature']}
            <div style="text-align: right; vertical-align: bottom;" id="post_meta_{$post['pid']}">
                <div id="edited_by_{$post['pid']}">{$post['editedmsg']}</div>
                {$post['iplogged']}
            </div>
        </td></tr>
    </table>
</td>
</tr>
<tr>
    <td class="{$altbg}" style="white-space: nowrap; text-align: center; vertical-align: middle;"><span class="smalltext">{$post['postdate']} {$post['posttime']}</span></td>
    <td class="{$altbg}" style="vertical-align: middle;">
        <table width="100%" border="0" cellpadding="0" cellspacing="0">
            <tr valign="bottom">
                <td align="left" ><span class="smalltext">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}</span></td>
                <td align="right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}</td>
            </tr>
        </table>
    </td>
</tr>
</table>

les agradeceria cualquier ayuda please
saludos cordiales
Gypaete   4 Feb, 2012, 7:46 am
Ya hay un tema con esa solución. Usa el buscador, por favor.
Juliens   4 Feb, 2012, 8:07 am
Sería así, para que te salga al último.

Código PHP:
<?php 
{$ignore_bit}
<
table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
<
tr>
<
td class="{$altbg}" width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<
div class="trow-r"><strong><span class="largetext"><div class="trow-yv">{$post['profilelink']}</span></strong> {$post['onlinestatus']}</div>
<
span class="smalltext">
{
$post['usertitle']}<br />
{
$post['userstars']}
{
$post['groupimage']}
{
$post['useravatar']}<br />

<
center>{$post['user_details']}<!-- Achiviement_PIP -->{$post['points_pip']}<!-- /Achiviement_PIP --></center> </span></div>
</
td>
<
td class="{$altbg}" valign="top">
<
table width="100%">
<
tr><td>{$post['posturl']}<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>
<
br />
<
div id="pid_{$post['pid']}" class="post_body">
{
$post['message']}
</
div>
{
$post['attachments']}
{
$post['signature']}
<
div style="text-align: right; vertical-align: bottom;" id="post_meta_{$post['pid']}">
<
div id="edited_by_{$post['pid']}">{$post['editedmsg']}</div>
{
$post['iplogged']}
</
div>
</
td></tr>
</
table>
</
td>
</
tr>
<
tr>
<
td class="{$altbg}" style="white-space: nowrap; text-align: center; vertical-align: middle;"><span class="smalltext">{$post['postdate']} {$post['posttime']}</span></td>
<
td class="{$altbg}" style="vertical-align: middle;">
<
table width="100%" border="0" cellpadding="0" cellspacing="0">
<
tr valign="bottom">
<
td align="left" ><span class="smalltext">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}</span></td>
<
td align="right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}</td>
</
tr>
</
table>
</
td>
</
tr>
<!--
Achiviement_PIP -->{$post['points_pip']}<!-- /Achiviement_PIP --></table>
Azhiel   4 Feb, 2012, 4:41 pm
Yo tengo el postbit classic asi y no me aparece la parte que mustra los puntos :S


Código:
{$ignore_bit}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
    <tr>
        <td class="{$altbg}" width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
        <strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
        <span class="smalltext">
            {$post['usertitle']}<br />
            {$post['userstars']}
            {$post['groupimage']}
            {$post['useravatar']}<br />
            {$post['user_details']}<!-- Achiviement_PIP -->{$post['points_pip']}<!-- /Achiviement_PIP -->
        </span>
    </td>
    <td class="{$altbg}" valign="top">
        <table width="100%">
            <tr><td>{$post['posturl']}<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>
            <br />
            <div id="pid_{$post['pid']}" class="post_body">
                {$post['message']}
            </div>
            {$post['attachments']}
            {$post['signature']}
            <div style="text-align: right; vertical-align: bottom;" id="post_meta_{$post['pid']}">
                <div id="edited_by_{$post['pid']}">{$post['editedmsg']}</div>
                {$post['iplogged']}
            </div>
        </td></tr>
    </table>
</td>
</tr>
<tr>
    <td class="{$altbg}" style="white-space: nowrap; text-align: center; vertical-align: middle;"><span class="smalltext">{$post['postdate']} {$post['posttime']}</span></td>
    <td class="{$altbg}" style="vertical-align: middle;">
        <table width="100%" border="0" cellpadding="0" cellspacing="0">
            <tr valign="bottom">
                <td align="left" ><span class="smalltext">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}</span></td>
                <td align="right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['thanks']}{$post['thanks']}{$post['thanks']}{$post['thanks']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}</td>
            </tr>
        </table>
    </td>
</tr>{$post['thxdsp_inline']}{$post['thxdsp_inline']}{$post['thxdsp_inline']}{$post['thxdsp_inline']}
<!-- Achiviement_PIP -->{$post['points_pip']}<!-- /Achiviement_PIP -->                        
</table>{$post['thxdsp_outline']}{$post['thxdsp_outline']}{$post['thxdsp_outline']}{$post['thxdsp_outline']}
Azhiel   6 Feb, 2012, 10:14 am
Alguien me puede explicar porque no me anda este plugin, ya reinstale mi foro 2 veces y lo probe con 4 temas distintos y en ningun lado consigo que me muestre los puntos y logros en el postbit

Edit: Creo que encontre el error en el pointsinpost_table_postbit_classic

me marca esto de un color raro osea me lo recuedra en u cuadrado plateado que apenas se nota

Código:
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/PostInPoints.js"></script>
<script type="text/javascript">
    var uid = {$post['uid']};
    var udid = {$mybb->user['uid']};
    var pid = {$post['pid']};
    var tid = {$post['tid']};
    var numpointsgroup = {$usergroups[$mybb->user['usergroup']]['pointsaddpost']};
</script>

Lo copie a un txt y lo pege de nuevo y cuando lo quiero guardar me dice que hay un error pero en la caja amarilla solo aparece un punto, supongo que no es normal eso :?
frankl19   15 Feb, 2012, 12:45 pm
despues de haber agregado los archivos al servidor y de haberlo activado, al momento de darle para agregar una categoria o click a cualquiera de las opciones de plugin me sale esto y no se que hacer

Forbidden

You don't have permission to access /foro/admin/index.php on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Hearnett   8 Mar, 2012, 3:40 am
Buen,plugin,pero tengo una duda,...que hago con los archivos pointshop y update.php en la carpeta updates ?
Hearnett   9 Mar, 2012, 11:59 am
Lo instale y me dio error en el functions.php... :S

Código:
MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
    1054 - Unknown column 'customname' in 'field list'
Query:
    SELECT customname FROM mybb_users WHERE username='Hearnett' AND usergroup='4'
TheZeuS   31 May, 2012, 12:44 pm
¿Podrían adjuntar este también?
Por el mismo problema de MyBB...
Gracias Big Grin
Páginas (49):    145 46 47 48 49   
  
Powered By MyBB, © 2002-2024 MyBB Group.
Made with by Curves UI.