# Column 1 of the forum row
         # ----------------------------------------------------------------------
         sp_ColumnStart('tagClass=spColumnSection spLeft&width=7%&height=55px');
         sp_SubForumIndexIcon('tagClass=spRowIcon spLeft');
         sp_ColumnEnd();
         # Column 2 of the forum row
         # ----------------------------------------------------------------------
         sp_ColumnStart('tagClass=spColumnSection spLeft&width=47%&height=55px');
         sp_SubForumIndexName('tagClass=spRowName', __sp('Browse topics in %NAME%'));
         sp_SubForumIndexDescription('tagClass=spRowDescription');
         sp_SubForumIndexPageLinks('tagClass=spInRowPageLinks spLeft', __sp('Jump to page %PAGE% of topics'));
         sp_ColumnEnd();
         # Column 4 of the forum row
         # ----------------------------------------------------------------------
         sp_ColumnStart('tagClass=spColumnSection spRight&width=32%&height=55px');
         sp_SubForumIndexLastPost('tagClass=spInRowPostLink', __sp('Last Post'));
         sp_ColumnEnd();
         # Column 3 of the forum row
         # ----------------------------------------------------------------------
         sp_ColumnStart('tagClass=spColumnSection spRight&width=14%&height=55px');
         sp_SubForumIndexTopicCount('tagClass=spInRowCount', __sp('Topics'));
         sp_SubForumIndexPostCount('tagClass=spInRowCount', __sp('Posts'));
         sp_SubForumIndexStatusIcons('tagClass=spStatusIcon spCenter', __sp('This forum is locked'), __sp('This forum has unread posts in %COUNT% topic(s)'), __sp('Add new topic in this forum'));
         sp_ColumnEnd();
         sp_InsertBreak();
         sp_ForumHeaderSubForums('unreadIcon=sp_SubForumUnreadIcon.png', __sp('Sub-Forums'), __sp('Browse topics in %NAME%'));
         sp_SectionEnd('', 'subForum');
     }
 }
 sp_SectionEnd('', 'subforumlist');
 sp_SectionEnd('', 'forum');
Ejemplo n.º 2
0
         sp_SubForumIndexName('tagClass=spRowName', __sp('Browse topics in %NAME%'));
         sp_InsertBreak('direction=left');
         sp_SubForumIndexDescription('tagClass=spRowDescription');
         #sp_SubForumIndexPageLinks('tagClass=spInRowPageLinks spLeft', __sp('Jump to page %PAGE% of topics'));
         sp_ColumnEnd();
         # Column 3 of the forum row
         # ----------------------------------------------------------------------
         sp_ColumnStart('tagId=spColGroup3&tagClass=spColumnSection spLeft&width=0&height=0px');
         sp_SubForumIndexTopicCount('tagClass=spInRowCount spCenter', __sp(''));
         #sp_SubForumIndexPostCount('tagClass=spInRowCount spLeft', '  '.__sp('Posts:'));
         #sp_InsertBreak('direction=left');
         sp_ColumnEnd();
         # Column 4 of the forum row
         # ----------------------------------------------------------------------
         sp_ColumnStart('tagId=spColGroup4&tagClass=spColumnSection spLeft&width=0&height=0px');
         sp_SubForumIndexLastPost('tagClass=holder spLeft&order=TLDU&nicedate=1&date=0&time=1&stackdate=1&itemBreak= ', __sp(''), __sp('No Topics'));
         #sp_SubForumIndexLockIcon('tagClass=spIcon spRight', __sp('This forum is locked'));
         #sp_SubForumIndexAddIcon('tagClass=spIcon spRight', __sp('Add new topic in this forum'));
         #sp_SubForumIndexPostsIcon('tagClass=spIcon spRight&popup=0', __sp('This forum has unread posts in %COUNT% topic(s)'));
         sp_ColumnEnd();
         # Column 5 of the forum row
         # ----------------------------------------------------------------------
         sp_ColumnStart('tagId=spColGroup5&tagClass=spColumnSection spRight&width=0&height=0px');
         sp_SubForumIndexLockIcon('tagClass=spIcon spRight', __sp('This forum is locked'));
         sp_ColumnEnd();
         sp_SubForumIndexInlinePosts();
         sp_InsertBreak();
         sp_SectionEnd('', 'subForumForums');
         sp_ForumHeaderSubForums('unreadIcon=sp_SubForumUnreadIcon.png', __sp('Sub-Forums'), __sp('Browse topics in %NAME%'));
     }
 }