Code: Select all
<td class="row1" rowspan="{%:1}" align="center" valign="middle"><img src="{T_THEME_PATH}/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" /></td>
Code: Select all
%:1 +1
What does that do however? I never changed it and the mod seems to work fine.ChriZathens wrote:Just FYI increment means that you see what the number in rowspan is (eg: rowspan="3") and you increment this number by 1.
So after the edit it will be rowspan="4"
It is for layout purpose. Will make layout better. And whats wrong with doing that? Nothing! So my opinion is edit it, refresh your template, and see what it does.Traction wrote:What does that do however? I never changed it and the mod seems to work fine.ChriZathens wrote:Just FYI increment means that you see what the number in rowspan is (eg: rowspan="3") and you increment this number by 1.
So after the edit it will be rowspan="4"
I fixed this byuser751139 wrote:Hmm seems to be a problem with the subsilver mod..??
After the edits and template refresh I get this:
Anyone can tell me how to fix that?
Code: Select all
General Error
SQL ERROR [ mysql4 ]
Table './middlemo_forum/phpbb_posts' is marked as crashed and should be repaired [145]
SQL
SELECT COUNT(post_id) AS new_posts FROM phpbb_posts WHERE post_time > 1261482527
BACKTRACE
FILE: includes/db/mysql.php
LINE: 174
CALL: dbal->sql_error()
FILE: includes/functions_activity_stats.php
LINE: 136
CALL: dbal_mysql->sql_query()
FILE: includes/functions_activity_stats.php
LINE: 41
CALL: obtain_activity_data()
FILE: index.php
LINE: 200
CALL: activity_mod()
user751139 wrote:Hmm seems to be a problem with the subsilver mod..??
After the edits and template refresh I get this:
Anyone can tell me how to fix that?
Code: Select all
<td class="row1" rowspan="2 align="center" valign="middle"><img src="{T_THEME_PATH}/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" /></td>
Code: Select all
<td class="row1" rowspan="3" align="center" valign="middle"><img src="{T_THEME_PATH}/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" /></td>