[cBB Follower 1.0.1] View user notes link don't work.


Avatar de Usuario
IvanPF
Administrador
 
Mensajes: 2028
Registrado: Vie Jun 17, 2011 12:15 am
Ubicación: España (Spain)
 Vie Jul 05, 2013 11:04 am • a través de Web
MOD: cBB Follower 1.0.1

Error: The view user notes link don't work on follower profile page.

Solution:
1. Open follower.php
2. Find:
Código: Seleccionar todo
'S_NOTE_COUNT'         => $member['user_comments'],

3. Replace with:
Código: Seleccionar todo
'S_COMMENT_COUNT'      => $member['user_comments'],

4. Find:
Código: Seleccionar todo
'U_NOTES'            => "$user_action&mode=wall",

5. Replace with:
Código: Seleccionar todo
'U_COMMENTS'         => "$user_action&mode=wall",


6. Open styles/{your style}/template/follower/right_side_body.html
7. Find:
Código: Seleccionar todo
<!-- IF S_SHOW_WALL --><li><a href="{U_NOTES}"><span id="stat-comment-count">{S_NOTE_COUNT}</span><br />{L_COMMENTS}</a></li><!-- ENDIF -->

8. Replace with:
Código: Seleccionar todo
<!-- IF S_SHOW_WALL --><li><a href="{U_COMMENTS}"><span id="stat-comment-count">{S_COMMENT_COUNT}</span><br />{L_COMMENTS}</a></li><!-- ENDIF -->

9. Clear cache from ACP.

¿Quién está conectado?

Usuarios navegando por este Foro: No hay usuarios registrados visitando el Foro y 0 invitados