<  [BUG SOLVED] Clicking on a category will not show footer

Forum rules

If you download the theme files please report any bugs and post screenshots of the uncovered problems here. Thanks!
Author Message
[BUG SOLVED] Clicking on a category will not show footer
PostPosted: May 21st, 2009, 5:49 pm
ContributorPosts: 73Location: hunJoined: January 4th, 2009, 4:09 am
Check out this for example:

http://www.countriesincolors.com/forum/viewforum.php?f=1

The phpbb2 conundrum worked differently (better).
I think you forgot the footer.


Offline Profile WWW ICQ YIM


Re: [BUG] Clicking on a category will not show proper footer
PostPosted: May 22nd, 2009, 12:05 am
User avatarSite 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.
Offline Profile WWW
Re: [BUG SOLVED] Clicking on a category will not show footer
PostPosted: May 23rd, 2009, 1:38 am
User avatarSite 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.
Offline Profile WWW
Re: [BUG SOLVED] Clicking on a category will not show footer
PostPosted: 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)


Offline Profile WWW ICQ YIM
Re: [BUG SOLVED] Clicking on a category will not show footer
PostPosted: May 24th, 2009, 12:34 am
User avatarSite 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! :oops:

M



_________________
For a full showcase of the templates, please go here.
Offline Profile WWW
Re: [BUG] Clicking on a category will not show footer
PostPosted: May 29th, 2009, 10:02 pm
User avatarSite AdminPosts: 480Joined: November 1st, 2007, 6:12 pm
This has now been fixed. See here: http://countriesincolors.com/showcase/viewforum.php?f=1



_________________
For a full showcase of the templates, please go here.
Offline Profile WWW
Re: [BUG SOLVED] Clicking on a category will not show footer
PostPosted: 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.


Offline Profile WWW ICQ YIM
Re: [BUG SOLVED] Clicking on a category will not show footer
PostPosted: June 11th, 2009, 10:24 pm
User avatarSite 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.
Offline Profile WWW
Re: [BUG SOLVED] Clicking on a category will not show footer
PostPosted: 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}">&lt;</a>&nbsp;&nbsp;<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 -->&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<!-- 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>&nbsp;
            <!-- ENDIF -->
            <!-- IF topicrow.S_TOPIC_REPORTED -->
               </br /><a href="{topicrow.U_MCP_REPORT}">{REPORTED_IMG}</a>&nbsp;
            <!-- 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>&nbsp;&nbsp;&nbsp;<!-- 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" />&nbsp; {L_PASSWORD}: <input class="post" type="password" name="password" size="10" /><!-- IF S_AUTOLOGIN_ENABLED -->&nbsp; {L_LOG_ME_IN} <input type="checkbox" class="radio" name="autologin" /><!-- ENDIF -->&nbsp; <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}">&lt;</a>&nbsp;&nbsp;<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 -->&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<!-- 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>&nbsp;
               <!-- ENDIF -->
               <!-- IF topicrow.S_TOPIC_REPORTED -->
                  </br /><a href="{topicrow.U_MCP_REPORT}">{REPORTED_IMG}</a>&nbsp;
               <!-- 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}:&nbsp;{S_SELECT_SORT_DAYS}&nbsp;{L_SORT_BY} {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR}&nbsp;<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>&nbsp;&nbsp;&nbsp;<!-- 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 -->&nbsp;<br /><!-- ENDIF -->
               <!-- IF PAGINATION -->&nbsp;<br /><!-- ENDIF -->
               <span class="nav"><a href="{U_INDEX}">{L_INDEX}</a>&nbsp;&nbsp;~&nbsp;&nbsp;<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>&nbsp;&nbsp;</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>&nbsp;&nbsp;</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>&nbsp;&nbsp;</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.


Offline Profile WWW ICQ YIM
Re: [BUG SOLVED] Clicking on a category will not show footer
PostPosted: 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.


Offline Profile WWW

Display posts from previous:  Sort by:

All times are UTC + 8 hours
Page 1 of 3
23 posts
Go to page 1, 2, 3  Next
Users browsing this forum: No registered users and 1 guest
Post new topic  Reply to topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum
cron