Tikime helped me with a simple mod for the title tags on the detail page and Im going to share with you all if you havent seen it. Basically all it does is replaces the URL in the title tag with the anchor text of the link. This is much better in my opinion for the search engines. Find in index.php (around line 119) $cfg->setVar('page_title', $cfg->getVar('site_name') . ' - ' . $rs->fields['link_url']); PHP: replace with $cfg->setVar('page_title', $rs->fields['link_title']); PHP: to show just the link title or you can leave sitename in there if you want by replacing with $cfg->setVar('page_title', $cfg->getVar('site_name') . ' - ' . $rs->fields['link_title']); PHP: I would recommend doing this because its better for the search engines and it just looks better. Ive done it to my bidding directory if you want to see how it looks.
cheers buddy. I'm gonna have some mods installed on zorg links soon, so i'll share them around. rep added
I have also modified the detail page where the URL is the link, rather than anchor text. My bidding directory lets you place 3 anchor texts in the detail pages. See here. This is very good for SEO purpose, related to the thread subject. Also, those who haven't done removing nofollow in detail pages, they should fix that too.
It is. Looks fine in IE 7.0 and Firefox. Havent been able to figure out IE 6.0 issue yet. Its driving me crazy.
Sorry to be offtopic, but how do you fix a problem something like that? I have experienced similar things so many times. I managed to fix those though by messing with css files mostly. Or resize the table width, I think. I hate IE But close to 90% of visitors use IE, so I just can't ignore the issue.
according to awstats, 57% of my visitors use firefox. but thats because they are webmasters and have sense. on my forum, it much less, as dumass IE users visit as for aarons IE problem, it will be IE stupid ways in which it "presumes" how wide you want things to be. whereas firefox does as its told, it never trys to guess.
I dont know because I havent fixed it yet. But normally you can find CSS hacks for it. Like my site shows fine in IE7 but not IE6. Just need to research why and find something to fix it.