![]() ![]() |
CSEO Tagging Module 1.1 Released |
Aug 23 2008, 07:09 AM
Post
#1
|
|
|
Administrator ![]() ![]() ![]() Group: Root Admin Posts: 4,991 Joined: 25-January 07 Member No.: 1 |
We are pleased to announce the release of Tagging Module 1.1
Update 8/27/2008 8:12 PM EST - we have updated once again to fix one outstanding bug that has been reported. Please redownload the package and just upload sources/components_public/tagging.php 1.1 is available in your client area by downloading the main package. This update is a bug-fix only release. To upgrade, download and extract the tagging module package, upload all of the files to your site, overwriting the current files (if you have modified cseo_tagging_config.php you do NOT need to reupload this file), and then run the install.php file to insert the updated skin templates. IMPORTANT UPDATE: If you have modified cseo_tagging_config.php do NOT reupload this file (overwriting your changes). The tag module uses it to find the related tags and mark them appropriately, and removing changes to this file without removing the tags logged for your custom sections can result in a database error. Please note that if you get an error on your site (regarding skin templates missing) after this step, you should login to your ACP, go to Look & Feel, Skin Tools, and click the "Rebuild All" link under the 4th tool. When this error is encountered, it is due to out of date IPB files and is out of our control. In order to fix some of the bugs with the rewritten URLs in the Tagging Module, we had to update some core code in CommunitySEO itself. As a result, the CommunitySEO package has been updated, however we are not considering this a new version. Please download the CommunitySEO package as well, extract, and upload ONLY ipb_seo.php and the .htaccess file. You do not need to upload any other files or run any upgrade routine for the CSEO update. Note that if you have modified your .htaccess file, the only change we have made is the addition of the following line CODE RewriteRule ^(.*)[-_,]tag([0-9]*)\.html(.*)$ index.php?autocom=tagging&CODE=findtag&tagid=$2&tag=$1$3 [L] immediately before CODE RewriteRule ^(.*)[-_,]tag\.html(.*)$ index.php?autocom=tagging&CODE=findtag&tag=$1$2 [L] You can make this change manually if you prefer (the updated ipb_seo.php file will still be needed however). This update should resolve all known issues and bugs reported with the tagging module to our bug tracker forum. Please report any new issues so that they may be addressed. Note that we have updated our site if you wish to test the bug fixes here first. Please be sure to clear your cache (or do a hard refresh of any given page with the tag block on it) to ensure you are getting the updated javascript file and not an older cached version. |
|
|
|
Aug 23 2008, 08:20 AM
Post
#2
|
|
|
Advanced Member ![]() ![]() ![]() Group: Customers Posts: 456 Joined: 14-July 07 From: Wrocław / Poland Member No.: 335 |
what for do we need to download so big zip archive? there are many similiar files inside - is it OK or a bug?
|
|
|
|
Aug 23 2008, 08:27 AM
Post
#3
|
|
|
Advanced Member ![]() ![]() ![]() Group: Customers Posts: 456 Joined: 14-July 07 From: Wrocław / Poland Member No.: 335 |
I think it's to early to publish this 1.1
I had installed this, updated also CSEO - ipbseo.php file, added new rewrite rule and it's crazy because even I have tag, I click on it - I see no such tags page!!! |
|
|
|
Aug 23 2008, 08:33 AM
Post
#4
|
|
|
Advanced Member ![]() ![]() ![]() Group: Customers Posts: 456 Joined: 14-July 07 From: Wrocław / Poland Member No.: 335 |
2 bugs founded in 5minutes of usage:
1. when there is space [ ] in the tag name - tags are not visible 2. when there is special polish char for example Żmijka, You have link zmijka-tag.html (seems much better then in 1.0 version) but it takes You to zmijka tag page where there is no pages tagged with zmijka. Admin, I'm waiting for CSEO TAG 1.1.1 ASAP!!! |
|
|
|
Aug 23 2008, 08:59 AM
Post
#5
|
|
|
Advanced Member ![]() ![]() ![]() Group: Customers Posts: 456 Joined: 14-July 07 From: Wrocław / Poland Member No.: 335 |
Admin, I loose my patience, please visit my site and test Your module for 10minutes at least,
now there is next issue - I can not add new tag on the topic page - notavail error, I can not add polish special chars - are You sure You published corrected version? Next - I see a lot of IPB DB error - what is going on with the quality of Your SW? We lose my time, and probably time of the rest of the user I thought You are professional company and You released untested sw? How it's possible? I would lose my job if I will do similiar thing in my bussines, Is it possible to sell washing machnie that could open the door automatically during the program? Is it possible to sell mobile base station that reset all the time? Is it possible to sell the mobile phone that is showing all the time DB error? I left over one hour now and my site is in worse condition that were before using BUGFIX release. My head is to small to get all this situation. I know You will tell us that this is Your not full time work and You do Your best, and You try to help us asap and I will wait all week to fix all things mentioned before. I have to make a copy of my messages in case of disapirinig post on this forum Best regards to all Your customers This post has been edited by admin: Aug 24 2008, 05:18 AM |
|
|
|
Aug 23 2008, 09:09 AM
Post
#6
|
|
|
Member ![]() ![]() Group: Customers Posts: 15 Joined: 15-August 08 Member No.: 1,302 |
As far as I can tell,
all works well the first post problem is gone. I could not reproduce the "Space" error yacenty reported. Just guessing here, could that be down to your language settings and/or your Database Character set being different than the one used on your board? Thanks Admin for the quick reaction. |
|
|
|
Aug 24 2008, 05:20 AM
Post
#7
|
|
|
Administrator ![]() ![]() ![]() Group: Root Admin Posts: 4,991 Joined: 25-January 07 Member No.: 1 |
yacenty, I've no idea how you're having such issues. Test them on this site - I did yesterday before releasing. Look at the top of this page, I just added the two tags you mentioned (one with a space, and Żmijka specifically) and both are working fine.
Chill out a little and submit a ticket, as you should have done. |
|
|
|
Aug 24 2008, 05:49 AM
Post
#8
|
|
|
Administrator ![]() ![]() ![]() Group: Root Admin Posts: 4,991 Joined: 25-January 07 Member No.: 1 |
Ok, just a note to others - the tags are indeed working on yacenty's site.
The new urls end with -tag#.html. The biggest problem with internationalization was the encoding of special chars in the URL, so to combat that we're running tags through the same cleaning process topic titles get run through. In order to be able to pull up the correct tag however, we now pass the id in the URL with the tag text itself. The example url provided to me did not have the id in the URL. The database error was because the following was missed apparently QUOTE (if you have modified cseo_tagging_config.php you do NOT need to reupload this file) As it turns out, not only do you not need to upload that file, you should ensure that you do not upload this file if you have customized it. I'm updating the announcement to let others know. |
|
|
|
Aug 24 2008, 05:56 AM
Post
#9
|
|
|
Advanced Member ![]() ![]() ![]() Group: Customers Posts: 456 Joined: 14-July 07 From: Wrocław / Poland Member No.: 335 |
please see that I'm not able to add new tags
Earlier I had to rebuild styles and half of my complains stared to work, sorry for that, but it's not fully working we don't have polish letters in tags please try to add something on my site |
|
|
|
Aug 24 2008, 06:22 AM
Post
#10
|
|
|
Administrator ![]() ![]() ![]() Group: Root Admin Posts: 4,991 Joined: 25-January 07 Member No.: 1 |
I could only reproduce one issue you reported. Polish tags and adding new tags both worked properly. I am about to update the package however to fix two things I've found (one being the issue I fixed on your site already).
|
|
|
|
Aug 24 2008, 06:25 AM
Post
#11
|
|
|
Administrator ![]() ![]() ![]() Group: Root Admin Posts: 4,991 Joined: 25-January 07 Member No.: 1 |
Package updated
I've found two more bugs that I've just fixed and I've updated the main download for the tags module. Those bugs are 1) Inability to edit tags 2) The portal plugin was not encoding the tags properly based on the new changes (e.g. for international languages) |
|
|
|
Aug 24 2008, 06:36 AM
Post
#12
|
|
|
Advanced Member ![]() ![]() ![]() Group: Customers Posts: 456 Joined: 14-July 07 From: Wrocław / Poland Member No.: 335 |
so You fix something on my site and now something is working more
editing TAGs not working. Do I have still update the package or You did it already? This post has been edited by yacenty: Aug 24 2008, 06:38 AM |
|
|
|
Aug 25 2008, 01:00 AM
Post
#13
|
|
![]() Advanced Member ![]() ![]() ![]() Group: Customers Posts: 70 Joined: 2-July 08 Member No.: 1,198 |
works like a charm.
thanks! i'll put in a good word for your products at Invision Hispano and at Invision Modding. i do have a question, though. what do we do with zip archives: Tags, Tags 1, Tagssrc1, Tagsb 1 ?? should i upload them to /forums ? if so, zipped or unzipped? -dan -------------------- |
|
|
|
Aug 25 2008, 05:41 AM
Post
#14
|
|
|
Administrator ![]() ![]() ![]() Group: Root Admin Posts: 4,991 Joined: 25-January 07 Member No.: 1 |
What do you mean - what zip archives?
|
|
|
|
Aug 25 2008, 07:39 AM
Post
#15
|
|
![]() Advanced Member ![]() ![]() ![]() Group: Customers Posts: 70 Joined: 2-July 08 Member No.: 1,198 |
tagging.gif ( 5.92K )
Number of downloads: 40i uploaded the contents of the folder "Tagging." but these zipped: Tags, Tags 1, Tagssrc1, Tagsb 1 i did not upload. -------------------- |
|
|
|
Aug 26 2008, 04:27 AM
Post
#16
|
|
|
Administrator ![]() ![]() ![]() Group: Root Admin Posts: 4,991 Joined: 25-January 07 Member No.: 1 |
Ah, thanks for explaining. That was my fault - I zipped up the parent folder when indeed all you need is the contents of the Tagging folder there. I've corrected the package, but you do not need to do anything else.
|
|
|
|
Aug 26 2008, 07:47 AM
Post
#17
|
|
![]() Advanced Member ![]() ![]() ![]() Group: Customers Posts: 70 Joined: 2-July 08 Member No.: 1,198 |
Ah, thanks for explaining. That was my fault - I zipped up the parent folder when indeed all you need is the contents of the Tagging folder there. I've corrected the package, but you do not need to do anything else. like i said... works like a charm, great product! -------------------- |
|
|
|
Aug 27 2008, 07:03 PM
Post
#18
|
|
|
Administrator ![]() ![]() ![]() Group: Root Admin Posts: 4,991 Joined: 25-January 07 Member No.: 1 |
Ok, one more bug was reported and fixed, and we've updated the package. You only need to reupload sources/components_public/tagging.php from the zip file if you have already updated.
|
|
|
|
Aug 28 2008, 02:28 AM
Post
#19
|
|
|
Advanced Member ![]() ![]() ![]() Group: Customers Posts: 456 Joined: 14-July 07 From: Wrocław / Poland Member No.: 335 |
shouldn't I get tittle "CSEO tagging BUG FOUNDER" ??
btw: thanks for the fix. I would propose my person for the postion: CSEO tester as I see all bugs came from my site |
|
|
|
Aug 28 2008, 04:27 AM
Post
#20
|
|
|
Administrator ![]() ![]() ![]() Group: Root Admin Posts: 4,991 Joined: 25-January 07 Member No.: 1 |
Yes, they actually did. This last one was reported by someone else as well, but you've found all the bugs fixed.
Just another note - a few people have had some strange issues with this tagging module update caused by modified skin templates in the tagging module. If you've edited the skin for the tagging module it is important that you revert your skin changes after running the install script otherwise you won't get the updated skin templates, and your links will be broken/forms non-functional. You can reapply customizations afterwards. |
|
|
|
![]() ![]() |
Similar Topics
| Topic Title | Replies | Topic Starter | Views | Last Action | |||
|---|---|---|---|---|---|---|---|
![]() |
0 | admin | 2,111 | 17th February 2007 - 09:47 AM Last post by: admin |
|||
![]() |
3 | admin | 2,711 | 25th March 2007 - 07:02 AM Last post by: admin |
|||
![]() |
20 | WoLeRiNe` | 3,393 | 4th March 2008 - 09:19 AM Last post by: twistedgamer |
|||
![]() |
0 | RSS Aggregator | 666 | 3rd April 2007 - 04:35 AM Last post by: RSS Aggregator |
|||
![]() |
2 | admin | 1,505 | 18th April 2007 - 06:59 PM Last post by: admin |
|||
Links to this thread
| Page | Date | Hits |
|---|---|---|
| module - Live Search | 3rd September 2008 - 08:53 PM | 10 |
| member - Live Search | 5th September 2008 - 06:11 AM | 3 |
| CSEO template - Google-Suche | 21st September 2008 - 05:38 AM | 1 |