• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

FT 3.0 Open Issues

Page 3 - Seeking answers? Join the AnandTech community: where nearly half-a-million members share solutions and discuss the latest tech.
Originally posted by: Zee
in really large threads, like the dry cleaners $54 million dollar thread (http://forums.anandtech.com/me...2041642&enterthread=y) , the page does not display completely. The bottom half of the page is a huge gray block. the last post one is able to read is
05/03/2007 06:16 AM compuwiz1

in firefox. set to 120 posts per page view.

edit: this thing: http://forums.anandtech.com/me...=2064419&enterthread=y

it's definitely an issue
I get this too, and from your link it doesn't seem that it shows up a certain number of posts down the page. Screenshot example
 
<div class="FTQUOTE"><begin quote>Originally posted by: Shawn
<div class="FTQUOTE"><begin quote>Originally posted by: DerekWilson
<div class="FTQUOTE"><begin quote>Originally posted by: Shawn
Language censor hasn't been fixed. It just doesn't work at all now. 😛</end quote></div>

it works ... replaces words we have in our list with a string of *</end quote></div>

test

fuck shit</end quote></div>

fuck and shit are not currently censored ... fuck + s, and some other variants are censored ... things here are in a state of flux.
 
One more navigation bug that kinda annoys me. I used to navigate a thread by clicking the middle mouse button and scrolling. It doesn't work anymore so I have to use regular mouse scrolling which is painfully slow, or the scroll bar which is like taking an extra step. I wont be upset if theres no plan to fix. I can just learn a new way to browse, but this is the only site that I've encountered where this is an issue.
 
Originally posted by: DerekWilson
<div class="FTQUOTE"><begin quote>Originally posted by: Shawn
<div class="FTQUOTE"><begin quote>Originally posted by: DerekWilson
<div class="FTQUOTE"><begin quote>Originally posted by: Shawn
Language censor hasn't been fixed. It just doesn't work at all now. 😛</end quote></div>

it works ... replaces words we have in our list with a string of *</end quote></div>

test

fuck shit</end quote></div>

fuck and shit are not currently censored ... fuck + s, and some other variants are censored ... things here are in a state of flux.

cool. :thumbsup:
 
Originally posted by: Shawn
<div class="FTQUOTE"><begin quote>Originally posted by: DerekWilson
<div class="FTQUOTE"><begin quote>Originally posted by: Shawn
<div class="FTQUOTE"><begin quote>Originally posted by: DerekWilson
<div class="FTQUOTE"><begin quote>Originally posted by: Shawn
Language censor hasn't been fixed. It just doesn't work at all now. 😛</end quote></div>

it works ... replaces words we have in our list with a string of *</end quote></div>

test

fuck shit</end quote></div>

fuck and shit are not currently censored ... fuck + s, and some other variants are censored ... things here are in a state of flux.</end quote></div>

cool. :thumbsup:

VERY, very cool. Free Speech for the win.

Thank you 🙂
P.S. Notice how I didn't use profanity even though it would have been ironic?
 
#4, #6, #19, #22 seem fixed for me. IE6.

edit: I forgot to mention that something was changed even though it isn't on the list - they alphabetized the emoticon list in the reply window - I'd given up on that. :thumbsup:
 
You can fix the quote issue by processing the opening and closing BB codes when pulling the information FROM the database. In the DB, the post should look just as we see it here, like this:

(note: using {} instead of [])

{q}This is a quote{/q}
There should NOT be HTML in the database.

while($query = mysql_query($query))
{
$old = array('{q}', '{/q}', 'omgbadword');
$new = array('<div class="FTQUOTE">', '</div>', '*****')
$query = str_replace($old, $new, $query)
}
 
I had one issue that came up today saying that "the current installation of fusetalk has expired." I don't know if its because I didn't clear out the cookies or what.
 
Originally posted by: mzkhadir
I had one issue that came up today saying that "the current installation of fusetalk has expired." I don't know if its because I didn't clear out the cookies or what.

It was only for a minute, and now the forum is not as slow. I assume they were updating the code again
 
Can we add IE7 scrolling issues to the list?

If you click on the body of a post you can no longer scroll by page up/down or spacebar. Click elsewhere on the page (side bar, between posts, etc.) and you can scroll properly.

Viper GTS
 
31) nested quotes don't work right anymore
I'm seeing that a lot. However, whenever I edit a post the same thing happens too. (whats with {/endquote} stuff, and why does {Q}stillwork.
For some reason {Q} (yea I know it's [] but it doesn't show right if I use that) doesn't seem to stay. I have to add them back in every time I edit a post with quotes in it. That seems to fix the quoting problem for me.

So if all quotes just used {Q} again (like when you edit and quote other people the other ones "{begin quote}" are automatically replaced with {Q}) then I bet it'll work.


 
In Firefox, I'm seeing a long vertical scrollbar next to the topic display area. It runs the full length of the page, and the "<< 1 2 ... Previous Next >> " nav. buttons are cut off. You have to move this "inner" scroll bar to expose the nav buttons. This doesn't happen in IE7.
 
Originally posted by: kaborka
In Firefox, I'm seeing a long vertical scrollbar next to the topic display area. It runs the full length of the page, and the "<< 1 2 ... Previous Next >> " nav. buttons are cut off. You have to move this "inner" scroll bar to expose the nav buttons. This doesn't happen in IE7.

Post a screenshot, please.
 
<div class="FTQUOTE"><begin quote>Originally posted by: crimson117
Post a screenshot, please.</end quote></div>

screenshot

Edit: I can make the "inner" scroll bar go away if I shrink down the font size using ctrl+wheel. Once the font gets too small to read, the bar disappears.
 
Back
Top