|
Please Report all Bugs here.
03-24-2004, 12:01 PM
|
Please Report all Bugs here.
|
Posts: 6,141
Location: Orlando, FL
|
Please report any bugs you are finding here that are the result of the new layout.
Prissed, are the forums still viewing incorrectly for you?
Tim
|
|
|
|
03-24-2004, 11:40 PM
|
|
Posts: 1,449
Name: Danalyn
Location: Dallas, TX
|
Well, now, header buttons are all over the place. 
|
|
|
|
03-25-2004, 12:15 AM
|
|
Posts: 6,141
Location: Orlando, FL
|
Ack! I'll fix that in the morning some time.
|
|
|
|
03-25-2004, 07:41 PM
|
|
Posts: 113
Location: UK
|
a minor change:
the text "Swap Links With Our Webmaster Forum" is in a slightly different font from the 2 lines above it - i think you need to add "verdana" to it - unless ofcourse this is the way you wanted it....
__________________
Please login or register to view this content. Registration is FREE - Register Now & hear about our offers, freebies and new features First! New Competition Now Launched - Win Hard Cash!!
|
|
|
|
03-25-2004, 10:15 PM
|
|
Posts: 6,141
Location: Orlando, FL
|
Prissed, are the nav images still messing up on ya??
|
|
|
|
03-25-2004, 10:27 PM
|
|
Posts: 1,449
Name: Danalyn
Location: Dallas, TX
|
Buttons A-OK. 
|
|
|
|
03-28-2004, 07:08 PM
|
|
Posts: 270
|
Parse errors for showing threads.
Quote:
|
Parse error: parse error in /usr/home/waynetim/public_html/showthread.php on line 1580
|
__________________
Please login or register to view this content. Registration is FREE
"Less Lip More Service"
Providing Quality Hosting at Fair Prices
AIM: LipWebNet MSN: daniel[at]lipweb.net Yahoo: LipWebNet ICQ: 265771633
|
|
|
|
03-28-2004, 07:14 PM
|
|
Posts: 6,141
Location: Orlando, FL
|
Quote:
|
Originally Posted by Lippy
Parse errors for showing threads.
|
Yep, I was in the middle of working on something
Thanks
|
|
|
|
04-01-2004, 11:03 PM
|
|
Administrator Defies A Status
Posts: 10,200
Name: Dave
Location: Scott Depot, West Virginia, USA
|
I was reading some posts in a thread. I had to leave so I scrolled up and logged out. When I logged back into the forum, all the threads were marked as read. This has happened twice to me.
That seems like it may be a bug in the software if it's not a problem with my browser.
Has this happened to anyone else? Will someone else try it and see if it does the same?
Thanks.
Dave 
|
|
|
|
04-01-2004, 11:54 PM
|
|
Posts: 3,110
Location: Toronto, Ontario
|
I think this is the intended behavoir. If your session times out (15 minute default), when you return, all posts before the timeout period will be marked as read.
|
|
|
|
04-05-2004, 07:02 PM
|
|
Posts: 587
Location: Kingston, Surrey, UK
|
I have just spotted that the text in the "members online today" was bigger than the "current active members" - as far as I know this is not normal and looks slightly odd!
__________________
*********************************************
.: Please login or register to view this content. Registration is FREE :: Please login or register to view this content. Registration is FREE :.
.
|
|
|
|
04-05-2004, 11:38 PM
|
|
Posts: 6,141
Location: Orlando, FL
|
Quote:
|
Originally Posted by student-forums
I have just spotted that the text in the "members online today" was bigger than the "current active members" - as far as I know this is not normal and looks slightly odd!
|
Fixed. Thanks 
|
|
|
|
04-06-2004, 12:04 AM
|
|
Posts: 3,110
Location: Toronto, Ontario
|
The collapsable forums aren't totally complete. If you collapse a category, you'll notice the column headers (Forum Threads Posts Last Post) is still there. Open up forumhome_forumbit_level1_nopost and move the headings so they are after the
HTML Code:
<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
part, opposed to before.
|
|
|
|
04-06-2004, 12:36 AM
|
|
Posts: 6,141
Location: Orlando, FL
|
PHP Code:
<tbody>
<tr>
<td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumbit_$forumid')"><img id="collapseimg_forumbit_$forumid" src="$stylevar[imgdir_button]/collapse_tcat{$collapseimg_forumid}.gif" alt="" border="0" /></a>
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a>
<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
<if condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
</td>
</tr>
<tr align="center">
<td class="thead" width="25"> </td>
<td class="thead">$vbphrase[forum]</td>
<td class="thead" width="60">$vbphrase[threads]</td>
<td class="thead" width="60">$vbphrase[posts]</td>
<td class="thead" width="200">$vbphrase[last_post]</td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="thead" width="175">$vbphrase[moderator]</td>
</if>
</tr>
</tbody>
<if condition="$childforumbits">
<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
$childforumbits
</tbody>
</if>
Move what where!? 
|
|
|
|
04-06-2004, 12:39 AM
|
|
Posts: 3,110
Location: Toronto, Ontario
|
HTML Code:
<tbody>
<tr>
<td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumbit_$forumid')"><img id="collapseimg_forumbit_$forumid" src="$stylevar[imgdir_button]/collapse_tcat{$collapseimg_forumid}.gif" alt="" border="0" /></a>
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a>
<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
<if condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
</td>
</tr>
</tbody>
<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
<tr align="center">
<td class="thead" width="25"> </td>
<td class="thead">$vbphrase[forum]</td>
<td class="thead" width="60">$vbphrase[threads]</td>
<td class="thead" width="60">$vbphrase[posts]</td>
<td class="thead" width="200">$vbphrase[last_post]</td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="thead" width="175">$vbphrase[moderator]</td>
</if>
</tr>
<if condition="$childforumbits">$childforumbits</if>
</tbody>
That should do the trick.
|
|
|
|
04-06-2004, 12:41 AM
|
|
Posts: 6,141
Location: Orlando, FL
|
Gracious!
Talk with you tomorrow.
|
|
|
|
04-06-2004, 12:42 AM
|
|
Posts: 3,110
Location: Toronto, Ontario
|
Much better  (Had been bugging me for a couple days  )
|
|
|
|
04-07-2004, 05:52 PM
|
|
Posts: 368
Location: Derby, UK
|
A little thing - you're missing a "|" character between "0 New PM's" and "New Posts" on your top menu bar.
__________________
Wicko
--------------------------------------------------------------------
Always proof-read your posts to see if you any words out.
|
|
|
|
04-07-2004, 05:55 PM
|
|
Posts: 6,141
Location: Orlando, FL
|
Ooops. Thanks Wicko, I'll fix that soon.
How is everyone liking the "latest" layout?
|
|
|
|
04-07-2004, 06:28 PM
|
|
Posts: 3,110
Location: Toronto, Ontario
|
I like it 
|
|
|
|
|
« Reply to Please Report all Bugs here.
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|