Forum Bugs Part 2 by Rayn - Page 4 - TribalWar Forums
Click Here to find great hosting deals from Branzone.com


Go Back   TribalWar Forums > TribalWar Community > General Discussion
Reload this Page Forum Bugs Part 2
Page 4 of 7
Thread Tools
Beren
Tribalwar Aussie
Contributor
Old
61 - 07-15-2008, 20:57
Reply With Quote
two more things mentioned in a few places that still are problems:

The quote up the top links to the wrong place. It should go here:
TribalWar.Com: Gaming News

It currently links to the current page.

Also the TW banner doesn't link to the front page.
 
Beren is offline
 
Sponsored Links
Dennis
VeteranXX
Old
62 - 07-16-2008, 04:09
Reply With Quote
Your google search link doesn't work either.
 
Dennis is offline
 
Heat
VeteranXV
Old
63 - 07-16-2008, 04:11
Reply With Quote
Long ass quotes run way left onto the logo.(sorry didn't read all if already posted)
 
Heat is offline
 
Rayn
Tribalwar Admin
Contributor
Old
64 - 07-16-2008, 06:40
Reply With Quote
Quote:
Originally Posted by Dennis View Post
Your google search link doesn't work either.
It is working for me, what is it doing for you
 
Rayn is offline
 
Rayn
Tribalwar Admin
Contributor
Old
65 - 07-16-2008, 08:52
Reply With Quote
Quote:
Originally Posted by Nemanach View Post
Profiles don't seem to work in WS mode.

"Quicklinks -> My Profile" doesn't exist in WS mode either.
what do you mean by doesn't work?
 
Rayn is offline
 
Legend
VeteranXX
Old
66 - 07-16-2008, 09:20
Reply With Quote
The profiles certainly work, but they do have a lot of the information missing. Friends, visitor messages (ie: comments on the person's profile), and online status are the most obvious things that're entirely absent.
 
Legend is offline
 
Rayn
Tribalwar Admin
Contributor
Old
67 - 07-16-2008, 10:32
Reply With Quote
the old templates don't support the new features well; they can be added easily enough if its a priority on the worksafe template, but the page may wind up with images on it.
 
Rayn is offline
 
Legend
VeteranXX
Old
68 - 07-16-2008, 10:58
Reply With Quote
You can probably use CSS (display: none;) to just hide them. You should be able to target them by wrapping a class around where the images are generated, eg:

Code:
.friends-**** img {
	display: none;
}
 
Legend is offline
 
iNVAR
Computer Monkey
Old
69 - 07-16-2008, 11:29
Reply With Quote
closed threads do not show up as closed in Triton (both). take this thread for example:
[FS] Logitech Universal Infrared Harmony One Advanced Remote. by Mooley - TribalWar Forums

It's possible that it may only be because I'm a moderator in that forum though so I can't tell if everyone else experiences it. It shows up as closed in the classic TW (both)
 
iNVAR is offline
 
Rayn
Tribalwar Admin
Contributor
Old
70 - 07-16-2008, 13:22
Reply With Quote
might be an icon issue I'll check it out
 
Rayn is offline
 
Dennis
VeteranXX
Old
71 - 07-16-2008, 14:05
Reply With Quote
Quote:
Originally Posted by Rayn View Post
It is working for me, what is it doing for you
Hmm, just tried it again. It's working in Opera and IE for me, but in FF3 it just shows a blank white page, has the tw icon on the tab, and says "done" in the lower left.
 
Dennis is offline
 
Rayn
Tribalwar Admin
Contributor
Old
72 - 07-16-2008, 14:46
Reply With Quote
force a refresh of the page then view source. is anything there?
 
Rayn is offline
 
Dennis
VeteranXX
Old
73 - 07-16-2008, 14:55
Reply With Quote
Page is still blank, and the source has "<!-- BEGIN TEMPLATE: search_google -->

<!-- END TEMPLATE: search_google -->."
 
Dennis is offline
 
Rayn
Tribalwar Admin
Contributor
Old
74 - 07-16-2008, 15:17
Reply With Quote
how could the page source be different between 2 browsers?
 
Rayn is offline
 
Lineage
VeteranXV
Old
75 - 07-16-2008, 19:44
Reply With Quote
"Gimme 10 new ones." on the quotes page is still broken for me. FF3 Windows XP.
 
Lineage is offline
 
Archimedes
VeteranXV
Old
76 - 07-17-2008, 01:09
Reply With Quote
Hey Rayn, I know this isn't a bug, but I thought on the old TW Liquid Template a signature would only show up once on a page. They show up every time someone posts now. Am I remembering wrong or is this just a difference between the two templates?

This might have been answered before, but I didn't read the entire last bug thread.
 
Archimedes is offline
 
Teratos
Veteran5
Old
77 - 07-17-2008, 01:25
Reply With Quote
Quote:
Originally Posted by Thriky View Post
You can probably use CSS (display: none;) to just hide them. You should be able to target them by wrapping a class around where the images are generated, eg:

Code:
.friends-**** img {
	display: none;
}
The image still loads, so that isn't a fix.


Quote:
Originally Posted by Archimedes View Post
Hey Rayn, I know this isn't a bug, but I thought on the old TW Liquid Template a signature would only show up once on a page. They show up every time someone posts now. Am I remembering wrong or is this just a difference between the two templates?

This might have been answered before, but I didn't read the entire last bug thread.
That's a user option not a template feature (and no, the old liquid didn't do that).
 
Teratos is offline
 
Legend
VeteranXX
Old
78 - 07-17-2008, 04:44
Reply With Quote
Quote:
Originally Posted by Teratos View Post
The image still loads, so that isn't a fix.
It seems like an acceptable fix to me if it prevents them from displaying on the screen, which is the overall goal of the work-safe template. If given a choice of doing this or loading the images, clearly you'd want to go with the former. Plus we're only talking about icon-like images anyway, so it's no big deal if they load in the background.

To clarify though, some browsers don't load/cache the image if 'display: none;' is detected in the CSS, or at least they didn't in the past ***8212; I discovered this when using such a method to preload images. Off the top of my head this includes Internet Explorer and Opera.
 
Legend is offline
 
Darkstrand
VeteranX
Old
79 - 07-17-2008, 05:02
Reply With Quote
my ignore list continues to fail to fail to display in my user cp
 
Darkstrand is offline
 
Rayn
Tribalwar Admin
Contributor
Old
80 - 07-17-2008, 06:44
Reply With Quote
Quote:
Originally Posted by Archimedes View Post
Hey Rayn, I know this isn't a bug, but I thought on the old TW Liquid Template a signature would only show up once on a page. They show up every time someone posts now. Am I remembering wrong or is this just a difference between the two templates?

This might have been answered before, but I didn't read the entire last bug thread.
There is setting in the control panel that is responsible for this. Is it no longer working?
 
Rayn is offline
 
Page 4 of 7
Reply


Go Back   TribalWar Forums > TribalWar Community > General Discussion
Reload this Page Forum Bugs Part 2

Social Website Bullshit

Tags
bugs , creepy crawlers , rayn


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


AGENT: claudebot / Y
All times are GMT -4. The time now is 05:35.