SEO-Board: Free, Fast and Search Engine Optimization Friendly Forum Script
»User: »Password:   Remember Me? 
SEO-Board Forum Software Community / SEO-Board / Announcements / SEO-Board 1.02 Released
Posted:  24 Aug 2005 20:08
This is a bug fix release. I recommend upgrading. Only the index.php file is changed and the /code/skinning.php to reflect version 1.02.

With the previous version there was an error when a person with disabled referer logging could not login (FireFox, Opera browser). The fix replaces this line of code:
Code:

header("Location: {$_SERVER["HTTP_REFERER"]}");
with this
Code:

if (isset($_SERVER["HTTP_REFERER"]))
  header("Location: {$_SERVER["HTTP_REFERER"]}");
else
  header("Location: $forumhome");
in index.php

Replace your index.php and /code/skinning.php files or if you did a lot of changes to the index.php, replace the above code snippets (it is done in two places in index.php)
__________________
Are you looking for an SEO Consultant?
Email me: hristo at seo-board dot com
Posted:  25 Aug 2005 01:31
All done thanks!!

We want version 5 now

(i think we are getting pushy Hristo)
Posted:  25 Aug 2005 22:03
Thanks...WinMerged.

http://www.newjerseyhunter.com
__________________
Posted:  26 Aug 2005 16:20
I can;t seem to find the place in skinning.php where I should replace the code, can you please give me a line number?
Posted:  26 Aug 2005 17:45
The code replace is in index.php. The skinning.php just changed the copyright message to 1.02.
__________________
Are you looking for an SEO Consultant?
Email me: hristo at seo-board dot com
Posted:  26 Aug 2005 17:53
oh okay, thnks