Check today's New Posts or your PMs

Welcome Guest ( Log In | Register )

Tags
1.2.1     release     update    
2 Pages V   1 2 >  Digg this topic · Save to del.icio.us · Slashdot It · Post to Technorati · Post to Furl · Submit to Reddit · Share on Facebook · Fark It · Googlize This Post · Add to ma.gnolia · Tag to Wink · Add to MyWeb · Add to Netscape
Reply to this topicStart new topic
CommunitySEO 1.2.1 Final Released
admin
post Mar 25 2008, 06:14 AM
Post #1


Administrator
***

Group: Root Admin
Posts: 5,130
Joined: 25-January 07
Member No.: 1



We are pleased to announce the release of CommunitySEO 1.2.1

1.2.1 is available in your client area by downloading the main package.

The following bugs have been fixed in 1.2.1, reported since the release of 1.2.0


While the bug count is relatively low, we felt the bugs were major enough to warrant an update. Thank you to everyone who has installed 1.2.0 to date and who has reported these issues. You help us make the software better for everyone!

To upgrade, simply download the package from your client area and reupload ipb_seo.php and the .htaccess file.
Go to the top of the page
 
+Quote Post
eros
post Mar 25 2008, 07:10 AM
Post #2


Advanced Member
***

Group: Customers
Posts: 63
Joined: 15-December 07
Member No.: 664



thanks wink.gif
Go to the top of the page
 
+Quote Post
zbahadir
post Mar 25 2008, 11:12 AM
Post #3


Advanced Member
***

Group: Customers
Posts: 41
Joined: 11-May 07
From: Türkiye
Member No.: 171



Thanks smile.gif


--------------------
Go to the top of the page
 
+Quote Post
JacobHaug
post Mar 25 2008, 01:17 PM
Post #4


Advanced Member
***

Group: Customers
Posts: 93
Joined: 25-December 07
From: On the Internet!
Member No.: 675



Thanks admin, all seems to be working now! biggrin.gif
Go to the top of the page
 
+Quote Post
yacenty
post Mar 25 2008, 02:43 PM
Post #5


Advanced Member
***

Group: Customers
Posts: 464
Joined: 14-July 07
From: Wrocław / Poland
Member No.: 335



could You tell us what's diff in the htaccess? I don't use it so I do I have to reconfigure my server setup?
Go to the top of the page
 
+Quote Post
stergaming
post Mar 26 2008, 05:12 PM
Post #6


Advanced Member
***

Group: Customers
Posts: 33
Joined: 28-December 07
Member No.: 687



This links to topic dosent work.
Go to the top of the page
 
+Quote Post
twistedgamer
post Mar 26 2008, 06:46 PM
Post #7


Advanced Member
***

Group: Customers
Posts: 309
Joined: 9-November 07
From: Middle of the Desert state
Member No.: 574



QUOTE (stergaming @ Mar 26 2008, 03:12 PM) *
This links to topic dosent work.

What doesn't work?
Go to the top of the page
 
+Quote Post
admin
post Mar 27 2008, 05:54 AM
Post #8


Administrator
***

Group: Root Admin
Posts: 5,130
Joined: 25-January 07
Member No.: 1



QUOTE (yacenty @ Mar 25 2008, 02:43 PM) *
could You tell us what's diff in the htaccess? I don't use it so I do I have to reconfigure my server setup?


I know off the top of my head some lines were added to fix lofi issues right before some of the other virtual folder lines. My best suggestion is to use a file comparison tool like WinMerge to see the differences between 1.2.0 and 1.2.1.

QUOTE (stergaming @ Mar 26 2008, 05:12 PM) *
This links to topic dosent work.


That's an IPB RTE issue. I don't know why either - only seems to happen sometimes. :-\
Go to the top of the page
 
+Quote Post
Tommy
post Mar 30 2008, 11:17 AM
Post #9


Advanced Member
***

Group: Customers
Posts: 265
Joined: 29-August 07
Member No.: 424



Thank you for the upgrade!


The Lofi doesnt work for me, not sure why
The Forum url is /community/ and this is what i get by clicking the link

QUOTE
The requested URL /communishowtopic=y/forums.html was not found on this server.


Could anyone else confirm this?


Compare
Go to the top of the page
 
+Quote Post
twistedgamer
post Mar 30 2008, 02:18 PM
Post #10


Advanced Member
***

Group: Customers
Posts: 309
Joined: 9-November 07
From: Middle of the Desert state
Member No.: 574



Nope I get redirected to full site like I'm supposed to.

Are you blocking the lofi pages from being indexed?
Go to the top of the page
 
+Quote Post
Tommy
post Mar 30 2008, 04:16 PM
Post #11


Advanced Member
***

Group: Customers
Posts: 265
Joined: 29-August 07
Member No.: 424



QUOTE (twistedgamer @ Mar 30 2008, 07:18 PM) *
Nope I get redirected to full site like I'm supposed to.

Are you blocking the lofi pages from being indexed?


Yes, but this should not be the reason. I get a 404, wrong rewrite. Hmmm unsure.gif
Go to the top of the page
 
+Quote Post
XGhozt
post Mar 30 2008, 04:54 PM
Post #12


Advanced Member
***

Group: Customers
Posts: 241
Joined: 24-June 07
From: California
Member No.: 272



Thanks for the update guys! I'll have this installed within the next 48 hours and report back with any issues!

Note to everyone: Make a backup of your htaccess file and mysql database bfore you do any upgrades/installs. Also, use a file comparison program to compair the htaccess files and readme's to see what's required for an update!

I'm glad we get to fix those lofi error, my apache error log is filled with 404's from that bug!
Go to the top of the page
 
+Quote Post
XGhozt
post Mar 31 2008, 12:21 AM
Post #13


Advanced Member
***

Group: Customers
Posts: 241
Joined: 24-June 07
From: California
Member No.: 272



Backup The following Files:

seo_custom_rewrite.php
.htaccess
robots.txt


The following changes where made:

In .htaccess:

CODE
# VIRTUAL FOLDER TOPIC URLS
RewriteCond %{REQUEST_URI} !lofiversion/(.*)$
RewriteRule ^(.*)/(.*)[-_,]t([0-9]*)[-_,]s([0-9]*)\.html(.*)$ index.php?showtopic=$3&st=$4 [L]
RewriteCond %{REQUEST_URI} !lofiversion/(.*)$
RewriteRule ^(.*)/(.*)[-_,]t([0-9]*)\.html(.*)$ index.php?showtopic=$3$4 [L]
RewriteCond %{REQUEST_URI} !lofiversion/(.*)$
RewriteRule ^(.*)/t([0-9]*)\.html(.*)$ index.php?showtopic=$1$2 [L]


CODE
# VIRTUAL FOLDER FORUM URLS
RewriteCond %{REQUEST_URI} !lofiversion/(.*)$
RewriteRule ^(.*)[-_,]f([0-9]+)/(.*)$ index.php?showforum=$2$3 [L]
RewriteCond %{REQUEST_URI} !lofiversion/(.*)$
RewriteRule ^(.*)f([0-9]+)/(.*)$ index.php?showforum=$2$3 [L]


No File edits required. Ran the Upgrade installer.
Everything is working perfectly, installation successful!

Demo
Go to the top of the page
 
+Quote Post
emmi
post Mar 31 2008, 04:16 AM
Post #14


Advanced Member
***

Group: Customers
Posts: 52
Joined: 15-June 07
Member No.: 253



Is anyone having problem with the inflation? Currently my board is now showing 800 users which has never happened before and I dont seem to get more than 22-26 members online no matter what setting I try.
Go to the top of the page
 
+Quote Post
Lindseybc
post Mar 31 2008, 04:39 AM
Post #15


Advanced Member
***

Group: Customers
Posts: 151
Joined: 2-January 08
Member No.: 695



This is some form of bug with IPB at times..
See what IPS said below smile.gif

QUOTE
Hello,

I actually saved the explanation for this.. It's difficult to explain, so I just paste in what Brandon said about it when I asked previously..


This is a limitation/pseudo-bug of the online list in it's present form. It's a little technical, but you may be able to follow. Basically, the page counts are derived from the number of active sessions. So if there are 100 active sessions with 25 sessions per page, then there will be 4 pages. Then, IP.Board will pull the 25 sessions that should display on the page you are viewing (i.e. on the first page, IP.Board will pull the most recent 25 sessions from the database.

Now here is where the problem kicks in - if the sessions are from the same IP address, IP.Board will not display them more than once. For example, Yahoo Slurp is/was on your board with 20 sessions from the same IP address (it is not abnormal for this to happen with search engine spiders). However, because they are all from the same IP address, when rendering the page IP.Board will only show this "user" once - so it is quite possible to have less than 25 sessions displayed on the page, even though there should be 25 results per page. In fact, it is even possible to have 1 session listed on a page that should have 25 results.

I apologize for any confusion this may cause. I will look into trying to improve this function in a future release.

Jason
IPS Support


--------------------
Go to the top of the page
 
+Quote Post
emmi
post Mar 31 2008, 09:04 AM
Post #16


Advanced Member
***

Group: Customers
Posts: 52
Joined: 15-June 07
Member No.: 253



This worked fine on 1.1.4. My online member count never goes above 30 users online after I upgraded ro 1.2.x.
Go to the top of the page
 
+Quote Post
Tommy
post Mar 31 2008, 10:59 AM
Post #17


Advanced Member
***

Group: Customers
Posts: 265
Joined: 29-August 07
Member No.: 424



QUOTE (admin @ Mar 25 2008, 11:14 AM) *
To upgrade, simply download the package from your client area and reupload ipb_seo.php and the .htaccess file.



QUOTE (XGhozt @ Mar 31 2008, 05:21 AM) *
No File edits required. Ran the Upgrade installer.


The Installer File date is 10.02.2008 - my install was 01.03.2008
Newer files are template.php and index.php.


I'm a bit confused...
also that the LoFi won't work.
MouseOver shows the proper URL but by clicking i get this strange rewrite

Any feedback is much appreciated

This post has been edited by Tommy: Apr 1 2008, 04:17 AM
Go to the top of the page
 
+Quote Post
XGhozt
post Mar 31 2008, 03:35 PM
Post #18


Advanced Member
***

Group: Customers
Posts: 241
Joined: 24-June 07
From: California
Member No.: 272



The only thing I noticed was that my RSS isn't working now. Odd.. Might not be related, but it was working fine a week ago (last time I checked).
Go to the top of the page
 
+Quote Post
XGhozt
post Mar 31 2008, 03:40 PM
Post #19


Advanced Member
***

Group: Customers
Posts: 241
Joined: 24-June 07
From: California
Member No.: 272



QUOTE (Tommy @ Mar 31 2008, 04:59 PM) *
also that the LoFi want work.
Topics are now working in the lofi, but categories/sub-categories just redirect to the full page.

This post has been edited by XGhozt: Mar 31 2008, 03:40 PM
Go to the top of the page
 
+Quote Post
Just
post Apr 2 2008, 06:50 AM
Post #20


Member
**

Group: Customers
Posts: 21
Joined: 9-March 08
Member No.: 871



QUOTE (XGhozt @ Mar 31 2008, 10:40 PM) *
Topics are now working in the lofi, but categories/sub-categories just redirect to the full page.

me too sad.gif
Go to the top of the page
 
+Quote Post

2 Pages V   1 2 >
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

Collapse

> Similar Topics

    Topic Title Replies Topic Starter Views Last Action
No New Posts   0 admin 8,640 4th February 2007 - 08:41 AM
Last post by: admin
No New Posts   1 admin 3,435 3rd March 2007 - 06:22 AM
Last post by: admin
No New Posts   3 admin 3,694 10th October 2007 - 08:20 AM
Last post by: modaco
No New Posts   3 admin 2,457 21st November 2007 - 04:10 PM
Last post by: CMANNS
No New Posts   4 fester 3,154 24th March 2007 - 04:41 PM
Last post by: WoLeRiNe`

Collapse

> Links to this thread

Page Date Hits
CommunitySEO 1.2.1 yayýnlandý - IPBAccess Forum 25th March 2008 - 10:51 AM 14
Not Available 26th March 2008 - 11:48 AM 1
CommunitySEO 1.2.1 yayýnlandý - IPBAccess Forum 26th March 2008 - 05:06 PM 4
communityseo 1.2.1 download - Google Search 8th April 2008 - 09:42 AM 1
Com.org - Only the best links ... 9th April 2008 - 11:58 PM 2</