Forum rules |
|
If you download the theme files please report any bugs and post screenshots of the uncovered problems here. Thanks! |
|
| Author |
Message |
|
SoonDead
|
[BUG SOLVED] Clicking on a category will not show footer
Posted: May 21st, 2009, 5:49 pm |
|
|
| ContributorPosts: 73Location: hunJoined: January 4th, 2009, 4:09 am |
|
|
Top
|
|
|
|
mgoi
|
Re: [BUG] Clicking on a category will not show proper footer
Posted: May 22nd, 2009, 12:05 am |
|
|
Site AdminPosts: 480Joined: November 1st, 2007, 6:12 pm |
You are right. And the active topics need to be fixed as well. Nice catch! Thanks for reporting it.
Mgoi
_________________ For a full showcase of the templates, please go here. |
|
|
Top
|
|
|
mgoi
|
Re: [BUG SOLVED] Clicking on a category will not show footer
Posted: May 23rd, 2009, 1:38 am |
|
|
Site AdminPosts: 480Joined: November 1st, 2007, 6:12 pm |
If you look here: viewforum.php?f=11 or here: viewforum.php?f=1 you will see that I have made a number of little tweaks and fixes. Unfortunately under phpBB3 we cannot recreate the exact same user experience as neither the "who is online" box nor the forum icon legend will work. Only the post icons legend works but that is only barely relevant when active topics are switched on. Let me know if that suits your needs or if you would like to amend anything. The fix will be included in the next release. M
_________________ For a full showcase of the templates, please go here. |
|
|
Top
|
|
|
SoonDead
|
Re: [BUG SOLVED] Clicking on a category will not show footer
Posted: May 24th, 2009, 12:27 am |
|
|
| ContributorPosts: 73Location: hunJoined: January 4th, 2009, 4:09 am |
that would be much better! still under subsilver2 you can see the same "who is online bar" which is present under forums http://demo.phpbb3styles.net/viewforum.php?style=10&f=1"Who is online Users browsing this forum: No registered users and 1 guest" it would be nice to have that under conundrum too (just the text like in a forum under conundrum)
|
|
Top
|
|
|
mgoi
|
Re: [BUG SOLVED] Clicking on a category will not show footer
Posted: May 24th, 2009, 12:34 am |
|
|
Site AdminPosts: 480Joined: November 1st, 2007, 6:12 pm |
Thanks for the feedback SoonDead. I had tried inserting the who is online box (like on the front page) but that did not work. Let me try to implement your suggestion. Bug not yet completely solved! M
_________________ For a full showcase of the templates, please go here. |
|
|
Top
|
|
|
mgoi
|
Re: [BUG] Clicking on a category will not show footer
Posted: May 29th, 2009, 10:02 pm |
|
|
Site AdminPosts: 480Joined: November 1st, 2007, 6:12 pm |
_________________ For a full showcase of the templates, please go here. |
|
|
Top
|
|
|
SoonDead
|
Re: [BUG SOLVED] Clicking on a category will not show footer
Posted: June 11th, 2009, 9:58 pm |
|
|
| ContributorPosts: 73Location: hunJoined: January 4th, 2009, 4:09 am |
The fix for this doesn't seem to be included in the Golden Candidate. I just did a clean 3.0.5 install, installed conundurm GC on it, copied the database from my other forum and still got this after clicking on a category: Attachment: conundrum_badcateories.png Can you confirm this? Note:
You do not have the required permissions to view the files attached to this post.
|
|
Top
|
|
|
mgoi
|
Re: [BUG SOLVED] Clicking on a category will not show footer
Posted: June 11th, 2009, 10:24 pm |
|
|
Site AdminPosts: 480Joined: November 1st, 2007, 6:12 pm |
SoonDead wrote: Can you confirm this? well that is very strange. If you look on our showcase website you will see that there is a footer, both when active topics are switched on and switched off. I am surprised that it does not work on your site. Would you mind posting or pm'ing your viewforum_body.html file? You'll need to zip or tar it first. Thanks M
_________________ For a full showcase of the templates, please go here. |
|
|
Top
|
|
|
SoonDead
|
Re: [BUG SOLVED] Clicking on a category will not show footer
Posted: June 12th, 2009, 1:53 am |
|
|
| ContributorPosts: 73Location: hunJoined: January 4th, 2009, 4:09 am |
I downloaded my viewforum_body.html: Code: <!-- INCLUDE overall_header.html -->
<!-- IF S_DISPLAY_ACTIVE -->
<table cellspacing="1" class="viewforum"> <tr> <td colspan="<!-- IF S_TOPIC_ICONS -->7<!-- ELSE -->6<!-- ENDIF -->"><h2><a href="{U_INDEX}"><</a> <a href="{U_VIEW_FORUM}">{FORUM_NAME}</a></h2></td> </tr> <tr> <td colspan="<!-- IF S_TOPIC_ICONS -->7<!-- ELSE -->6<!-- ENDIF -->"><h2>{L_ACTIVE_TOPICS}</h2></td> </tr> <tr class="toplines"> <!-- IF S_TOPIC_ICONS --> <th colspan="3">{L_TOPICS}</th> <!-- ELSE --> <th colspan="2">{L_TOPICS}</th> <!-- ENDIF --> <th>{L_REPLIES}</th> <th>{L_AUTHOR}</th> <th>{L_VIEWS}</th> <th>{L_LAST_POST}</th> </tr> <!-- BEGIN topicrow --> <tr> <td class="row1 one">{topicrow.TOPIC_FOLDER_IMG}</td> <!-- IF S_TOPIC_ICONS --> <td class="row1 one"><!-- IF topicrow.TOPIC_ICON_IMG --><img src="{T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}" width="{topicrow.TOPIC_ICON_IMG_WIDTH}" height="{topicrow.TOPIC_ICON_IMG_HEIGHT}" alt="" title="" /><!-- ELSE --> <!-- ENDIF --></td> <!-- ENDIF --> <td class="row1 two" onmouseover="this.style.backgroundColor='#dee3e7'; this.style.cursor='pointer'" onmouseout="this.style.backgroundColor=''" onclick="window.location.href='{topicrow.U_NEWEST_POST}'"> <!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}">{NEWEST_POST_IMG}</a><!-- ENDIF --> {topicrow.ATTACH_ICON_IMG} <!-- IF topicrow.S_HAS_POLL or topicrow.S_TOPIC_MOVED --><b>{topicrow.TOPIC_TYPE}</b> <!-- ENDIF --><span class="blacklink"><a title="{L_POSTED}: {topicrow.FIRST_POST_TIME}" href="{topicrow.U_VIEW_TOPIC}">{topicrow.TOPIC_TITLE}</a></span> <!-- IF topicrow.S_TOPIC_UNAPPROVED or topicrow.S_POSTS_UNAPPROVED --> </br /><a href="{topicrow.U_MCP_QUEUE}">{topicrow.UNAPPROVED_IMG}</a> <!-- ENDIF --> <!-- IF topicrow.S_TOPIC_REPORTED --> </br /><a href="{topicrow.U_MCP_REPORT}">{REPORTED_IMG}</a> <!-- ENDIF --> <!-- IF topicrow.PAGINATION --> <br />[ {L_GOTO_PAGE}: {topicrow.PAGINATION} ] <!-- ENDIF --> </td> <td class="row2 one">{topicrow.REPLIES}</td> <td class="row2 one">{topicrow.TOPIC_AUTHOR_FULL}</td> <td class="row2 one">{topicrow.VIEWS}</td> <td class="row3 three">{topicrow.LAST_POST_TIME}<br /> {topicrow.LAST_POST_AUTHOR_FULL} <!-- IF not S_IS_BOT --><a href="{topicrow.U_LAST_POST}">{LAST_POST_IMG}</a><!-- ENDIF --> </td> </tr>
<!-- BEGINELSE -->
<tr> <!-- IF S_TOPIC_ICONS --> <td class="row1 txtmiddle pad60" colspan="7"><!-- IF not S_SORT_DAYS -->{L_NO_TOPICS}<!-- ELSE -->{L_NO_TOPICS_TIME_FRAME}<!-- ENDIF --></td> <!-- ELSE --> <td class="row1 txtmiddle pad60" colspan="6"><!-- IF not S_SORT_DAYS -->{L_NO_TOPICS}<!-- ELSE -->{L_NO_TOPICS_TIME_FRAME}<!-- ENDIF --></td> <!-- ENDIF --> </tr> <!-- END topicrow --> </table> <div class="spacing"></div> <!-- ENDIF -->
<!-- IF S_HAS_SUBFORUM --> <!-- INCLUDE forumlist_body.html --> <div class="spacing"></div> <!-- ENDIF -->
<!-- IF S_DISPLAY_ACTIVE --> <div class="timezone left"><a href="{U_MARK_TOPICS}" accesskey="m">{L_MARK_TOPICS_READ}</a> <!-- IF not S_IS_BOT --><!-- IF S_WATCH_FORUM_LINK --><!-- IF S_WATCHING_FORUM --><a href="{S_WATCH_FORUM_LINK}" title="{S_WATCH_FORUM_TITLE}">{S_WATCH_FORUM_TITLE}</a><!-- ELSE --><a href="{S_WATCH_FORUM_LINK}" title="{S_WATCH_FORUM_TITLE}">{S_WATCH_FORUM_TITLE}</a><!-- ENDIF --><!-- ENDIF --><!-- ENDIF --></div> <div class="timezone right">{S_TIMEZONE}</div> <div class="spacing"></div>
<table cellspacing="0"> <tr class="lines_3"> <th> <div class="left"> <!-- IF S_USER_LOGGED_IN -->{LAST_VISIT_DATE}<br /><!-- ENDIF --> {CURRENT_TIME}<br /> <!-- IF S_USER_LOGGED_IN --><br /><!-- ENDIF --> <span class="nav"><a href="{U_INDEX}">{L_INDEX}</a></span> </div> <!-- IF S_DISPLAY_SEARCH --> <div class="right"> <!-- IF S_USER_LOGGED_IN --> <a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><br /> <a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a><br /> <a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a><br /> <a href="{U_SEARCH_ACTIVE_TOPICS}">{L_SEARCH_ACTIVE_TOPICS}</a> <!-- ENDIF --> </div> <!-- ENDIF --> </th> </tr> </table> <div class="spacing"></div> <div class="left"><!-- IF S_DISPLAY_ONLINE_LIST -->{LOGGED_IN_USER_LIST}<!-- ENDIF --></div> <div class="right"><!-- IF S_DISPLAY_SEARCHBOX --><!-- INCLUDE searchbox.html --><!-- ENDIF --></div> <div class="spacing"></div> <!-- ENDIF -->
<!-- IF S_NO_READ_ACCESS --> <table cellspacing="1" class="viewforum"> <tr> <td class="row1 txtmiddle pad60">{L_NO_READ_ACCESS}</td> </tr> </table>
<!-- IF not S_USER_LOGGED_IN and not S_IS_BOT -->
<form method="post" action="{S_LOGIN_ACTION}">
<table width="100%" cellspacing="1"> <tr> <td><h2><a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a></h2></td> </tr> <tr> <td class="row1 txtcenter pad4">{L_USERNAME}: <input class="post" type="text" name="username" size="10" /> {L_PASSWORD}: <input class="post" type="password" name="password" size="10" /><!-- IF S_AUTOLOGIN_ENABLED --> {L_LOG_ME_IN} <input type="checkbox" class="radio" name="autologin" /><!-- ENDIF --> <input type="submit" class="button" name="login" value="{L_LOGIN}" /></td> </tr> </table> </form>
<!-- ENDIF -->
<!-- ENDIF -->
<!-- IF not S_DISPLAY_ACTIVE and (S_IS_POSTABLE or .topicrow) --> <table cellspacing="1" class="viewforum"> <!-- IF S_FORUM_RULES --> <tr> <td colspan="<!-- IF S_TOPIC_ICONS -->7<!-- ELSE -->6<!-- ENDIF -->"><h2>{L_FORUM_RULES}</h2></td> </tr> <tr> <td colspan="<!-- IF S_TOPIC_ICONS -->7<!-- ELSE -->6<!-- ENDIF -->" class="forumrules"> <!-- IF U_FORUM_RULES --> <a href="{U_FORUM_RULES}"><b>{L_FORUM_RULES_LINK}</b></a> <!-- ELSE --> {FORUM_RULES} <!-- ENDIF --> </td> </tr> <tr> <td><div class="spacing"></div></td> </tr> <!-- ENDIF --> <tr class="toplines"> <!-- IF S_TOPIC_ICONS --> <th colspan="3">{L_TOPICS}</th> <!-- ELSE --> <th colspan="2">{L_TOPICS}</th> <!-- ENDIF --> <th>{L_REPLIES}</th> <th>{L_AUTHOR}</th> <th>{L_VIEWS}</th> <th>{L_LAST_POST}</th> </tr> <tr> <td colspan="<!-- IF S_TOPIC_ICONS -->7<!-- ELSE -->6<!-- ENDIF -->"><h2><a href="{U_INDEX}"><</a> <a href="{U_VIEW_FORUM}">{FORUM_NAME}</a></h2></td> </tr> <!-- BEGIN topicrow -->
<!-- IF topicrow.S_TOPIC_TYPE_SWITCH eq 1 --> <tr> <td colspan="<!-- IF S_TOPIC_ICONS -->7<!-- ELSE -->6<!-- ENDIF -->"><h2>{L_ANNOUNCEMENTS}</h2></td> </tr> <!-- ELSEIF topicrow.S_TOPIC_TYPE_SWITCH eq 0 --> <tr> <td colspan="<!-- IF S_TOPIC_ICONS -->7<!-- ELSE -->6<!-- ENDIF -->"><h2>{L_TOPICS}</h2></td> </tr> <!-- ENDIF --> <tr> <td class="row1 one">{topicrow.TOPIC_FOLDER_IMG}</td> <!-- IF S_TOPIC_ICONS --> <td class="row1 one"><!-- IF topicrow.TOPIC_ICON_IMG --><img src="{T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}" width="{topicrow.TOPIC_ICON_IMG_WIDTH}" height="{topicrow.TOPIC_ICON_IMG_HEIGHT}" alt="" title="" /><!-- ELSE --> <!-- ENDIF --></td> <!-- ENDIF --> <td class="row1 two" onmouseover="this.style.backgroundColor='#dee3e7'; this.style.cursor='pointer'" onmouseout="this.style.backgroundColor=''" onclick="window.location.href='{topicrow.U_NEWEST_POST}'"> <!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}">{NEWEST_POST_IMG}</a><!-- ENDIF --> {topicrow.ATTACH_ICON_IMG} <!-- IF topicrow.S_HAS_POLL or topicrow.S_TOPIC_MOVED --><b>{topicrow.TOPIC_TYPE}</b> <!-- ENDIF --><span class="blacklink"><a title="{L_POSTED}: {topicrow.FIRST_POST_TIME}" href="{topicrow.U_VIEW_TOPIC}">{topicrow.TOPIC_TITLE}</a></span> <!-- IF topicrow.S_TOPIC_UNAPPROVED or topicrow.S_POSTS_UNAPPROVED --> </br /><a href="{topicrow.U_MCP_QUEUE}">{topicrow.UNAPPROVED_IMG}</a> <!-- ENDIF --> <!-- IF topicrow.S_TOPIC_REPORTED --> </br /><a href="{topicrow.U_MCP_REPORT}">{REPORTED_IMG}</a> <!-- ENDIF --> <!-- IF topicrow.PAGINATION --> <br />[ {L_GOTO_PAGE}: {topicrow.PAGINATION} ] <!-- ENDIF --> </td> <td class="row2 one">{topicrow.REPLIES}</td> <td class="row2 one">{topicrow.TOPIC_AUTHOR_FULL}</td> <td class="row2 one">{topicrow.VIEWS}</td> <td class="row3 three">{topicrow.LAST_POST_TIME}<br /> {topicrow.LAST_POST_AUTHOR_FULL} <!-- IF not S_IS_BOT --><a href="{topicrow.U_LAST_POST}">{LAST_POST_IMG}</a><!-- ENDIF --> </td> </tr>
<!-- BEGINELSE --> <!-- IF S_IS_POSTABLE --> <tr> <!-- IF S_TOPIC_ICONS --> <td class="row1 txtmiddle pad60" colspan="7"><!-- IF not S_SORT_DAYS -->{L_NO_TOPICS}<!-- ELSE -->{L_NO_TOPICS_TIME_FRAME}<!-- ENDIF --></td> <!-- ELSE --> <td class="row1 txtmiddle pad60" colspan="6"><!-- IF not S_SORT_DAYS -->{L_NO_TOPICS}<!-- ELSE -->{L_NO_TOPICS_TIME_FRAME}<!-- ENDIF --></td> <!-- ENDIF --> </tr> <!-- ENDIF --> <!-- END topicrow --> <!-- IF not S_IS_BOT --> <tr> <!-- IF S_TOPIC_ICONS --> <td class="row3 pad4 txtright" colspan="7"> <!-- ELSE --> <td class="row3 pad4 txtright" colspan="6"> <!-- ENDIF --> <form method="post" action="{S_FORUM_ACTION}">{L_DISPLAY_TOPICS}: {S_SELECT_SORT_DAYS} {L_SORT_BY} {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR} <input type="submit" class="button" name="sort" value="{L_GO}" /></form> </td> </tr> <!-- ENDIF --> </table> <div class="timezone left"><a href="{U_MARK_TOPICS}" accesskey="m">{L_MARK_TOPICS_READ}</a> <!-- IF not S_IS_BOT --><!-- IF S_WATCH_FORUM_LINK --><!-- IF S_WATCHING_FORUM --><a href="{S_WATCH_FORUM_LINK}" title="{S_WATCH_FORUM_TITLE}">{S_WATCH_FORUM_TITLE}</a><!-- ELSE --><a href="{S_WATCH_FORUM_LINK}" title="{S_WATCH_FORUM_TITLE}">{S_WATCH_FORUM_TITLE}</a><!-- ENDIF --><!-- ENDIF --><!-- ENDIF --></div> <div class="timezone right">{S_TIMEZONE}</div> <div class="spacing"></div> <table cellspacing="0"> <tr class="lines_3"> <th> <div class="left"> <!-- IF MODERATORS --><!-- IF S_SINGLE_MODERATOR -->{L_MODERATOR}<!-- ELSE -->{L_MODERATORS}<!-- ENDIF -->: {MODERATORS}<br /><!-- ELSE --> <br /><!-- ENDIF --> <!-- IF PAGINATION --> <br /><!-- ENDIF --> <span class="nav"><a href="{U_INDEX}">{L_INDEX}</a> ~ <a href="{U_VIEW_FORUM}">{FORUM_NAME}</a></span> </div> <div class="right"> {PAGE_NUMBER}<br /> <!-- IF S_DISPLAY_POST_INFO or TOTAL_TOPICS --><!-- IF TOTAL_TOPICS -->{TOTAL_TOPICS}<br /><!-- ENDIF --><!-- ENDIF --> <!-- INCLUDE pagination.html --> </div> </th> </tr> </table> <div class="spacing"></div> <div class="left"><!-- IF S_DISPLAY_ONLINE_LIST -->{LOGGED_IN_USER_LIST}<!-- ENDIF --></div> <div class="right"><!-- IF S_DISPLAY_SEARCHBOX --><!-- INCLUDE searchbox.html --><!-- ENDIF --></div> <div class="spacing"></div> <div class="left"><a href="{U_POST_NEW_TOPIC}" alt="{U_POST_NEW_TOPIC}">{POST_IMG}</a></div> <div class="right"><!-- INCLUDE jumpbox.html --></div> <div class="spacing"></div> <!-- ENDIF --> <div class="spacing"></div>
<!-- IF S_DISPLAY_POST_INFO -->
<table cellspacing="0"> <tr> <td> <table cellspacing="3" class="forumicons"> <tr> <td>{FOLDER_NEW_IMG}</td> <td>{L_NEW_POSTS}</td> <td> </td> <td>{FOLDER_ANNOUNCE_NEW_IMG}</td> <td>{L_ICON_ANNOUNCEMENT}</td> </tr> <tr> <td>{FOLDER_LOCKED_NEW_IMG}</td> <td>{L_NEW_POSTS_LOCKED}</td> <td> </td> <td>{FOLDER_STICKY_NEW_IMG}</td> <td>{L_ICON_STICKY}</td> </tr> <tr> <td>{FOLDER_LOCKED_IMG}</td> <td>{L_NO_NEW_POSTS_LOCKED}</td> <td> </td> </tr> </table> </td> <td class="txtright"> <!-- BEGIN rules -->{rules.RULE}<br /><!-- END rules --> </td> </tr> </table>
<!-- ENDIF -->
<!-- IF S_IS_POSTABLE or S_NO_READ_ACCESS --> <!-- IF U_MCP --> <div class="copyright"><a href="{U_MCP}">{L_MCP}</a></div> <!-- ENDIF --> <!-- ENDIF --> <!-- INCLUDE overall_footer.html --> It's really the same (according to http://www.textdiff.com/) that I have extracted from conundrum_GC.zip I downloaded from here.
|
|
Top
|
|
|
_zso2
|
Re: [BUG SOLVED] Clicking on a category will not show footer
Posted: June 12th, 2009, 8:37 pm |
|
|
| ContributorPosts: 13Joined: October 7th, 2008, 3:09 am |
Hello guys. Ia have the same problem - but on adinfinitum. Should I post there, or stay here? Attachment: FireShot capture #56 - 'Már majdnem ott vagy____ • Fórum megtekintése - Információ' - utolsoke_net_viewforum_php_f=1&sid=db459a8fb41d0e2a922121882734e31c.png Note:
You do not have the required permissions to view the files attached to this post.
|
|
Top
|
|
|
|