This might work: In forumlist_body.html (both theme), find Code: <div style="float: {S_CONTENT_FLOW_BEGIN}; margin-{S_CONTENT_FLOW_END}: 5px;">{forumrow.FORUM_IMAGE}</div><div style="float: {S_CONTENT_FLOW_BEGIN};"> replace with: Code: <div style="float: {S_CONTENT_FLOW_BEGIN}; margin-{S_CONTENT_FLOW_END}: 5px;"></div><div style="float: {S_CONTENT_FLOW_BEGIN};"> That should kill that {forumrow.FORUM_IMAGE} (no idea what it is for). Also, while we're at it: In overall_header.html (my theme, line 139), find Code: <td align="left"><br/><h1>{SITENAME}</h1><span class="sub_title">{SITE_DESCRIPTION}</span> </td> replace with: Code: <td align="left"><br/><h1><a href="{U_INDEX}">{SITENAME}</a>y</h1><span class="sub_title">{SITE_DESCRIPTION}</span> </td> and in stylesheet.css, add Code: h1 a:active, h1 a:visited, h1 a:link {color:#fff} That will add a link to the forum index in the title.
Are you still struggling with this image issue caffein ? Anyway, folks at #arika told me that links don't have any style on them (or rather, they're invisible). You should add Code: a.postlink:link, a.postlink:active, a.postlink:visited{ color:#597697; text-decoration: underline; } a.postlink:visited{ text-decoration: none; } somewhere in stylesheet.css. Also, replace with (much more readable I think)
I already know about that problem and I've corrected it on a non-live version. It has to do with language settings. I'm still working with the first issue. Edit: Alright! Someone offered a solution at the phpBB3 support forum. About your theme, petit. Links look the same as regular text. Also, the "credits" section is kind of huge.
Logo? maybe a (touched up) animated .gif of the tetris the big flat. Just for the heck of it. http://www.youtube.com/watch?v=2CBBPtjLg_0 Or just Tetrisconcept written in the official Tetris font.
since the firefox last update i can't access the website : i always have the "index.php" downloaded file. using opera or IE works.
I have it as a cache error. If I just go to '.../forum' rather than '.../forum/index.php' it seems to work fine
You mean the font in Roger Dean's Tetris logo, used on most Tetris products since 1999? I wouldn't advise that; it's a potential trademark/trade dress violation.
Yeah, the use of that font in the protest video is protected under the first amendent. use of it for the website is not.
So for the forums, anything ending with .php doesn't work? Hm, I thought I had the latest Firefox. What operating system are you using?