SimpleSEF 2.0 (SMF 1.1.x and SMF 2.0)

Started by SlammedDime, December 05, 2009, 10:08:40 PM

Previous topic - Next topic

Masterd


[Axel]


SlammedDime

Test out the action aliasing and ignoring too... lemme know how they work ;)
SlammedDime
Former Lead Customizer
BitBucket Projects
GeekStorage.com Hosting
                      My Mods
SimpleSEF
Ajax Quick Reply
Sitemap
more...
                     

[Axel]

they work both too. I bet you did know that  :-*

Greetz

Suki

testing the 2.0 version right now, so far so good :)  I love the Action Aliasing  I'm using it right now for a Spanish forum, also thanks for the    'integrate_admin_areas' , 'integrate_menu_buttons' and 'integrate_actions'   will definitely help a lot for understanding how the hooks work.

here's the spanish_latin and spanish_es translation both utf8 and normal.
Disclaimer: unless otherwise stated, all my posts are personal and does not represent any views or opinions held by Simple Machines.

wickedgood

Downloaded and installed 2.0RC5 version earlier today.

Installed and works flawlessly!  :)

Keep up the good work.

SlammedDime

Thanks.  Since no one seems to have any issues with the new version, I'll push it to the mod site tomorrow.  Thanks for the translations Miss All Sunday.  I'll push them into the repo and create some packages for them as well.
SlammedDime
Former Lead Customizer
BitBucket Projects
GeekStorage.com Hosting
                      My Mods
SimpleSEF
Ajax Quick Reply
Sitemap
more...
                     

wickedgood

Got 13 of these error codes last night. Checked the IP and its Google. Any ideas?

Guest
66.249.71.84 
Today at 06:42:53 AM
e3e7695262941fbb4c046ad72bc205ec
Type of error: General
http://uscleanersnetwork.com/smf/index.php?action=media;sa=rss;item=89;type=comments;q=media/sa.rss/item.89/type.comments/
2: ob_start() [<a href='ref.outcontrol'>ref.outcontrol</a>]: output handler 'ob_gzhandler' cannot be used twice
File: /home/uscleane/public_html/smf/Sources/SimpleSEF.php
Line: 343
   

Arantor

What other mods do you have installed?
Holder of controversial views, all of which my own.


wickedgood

Multiple mods installed:

Login Detector 1.0,Stop Spammer 2.3.9,httpBL 2.5.1, Add security verification to the Login page 1.0,TorBlock 0.1, cb|Emailogin 0.5,SMF Trader System 1.6, Hide Post Authors 1.3, Bad Behavior mod 1.4.2, Hide Images from Guests 2.0, BK-SMF Favicon and Custom Global HTML 1.0, SMF Classifieds 1.3.8, Counters: Google, StatCounter & Yandex 1.0a,  SimpleSEF 2.0, Hide Avatars from Guests 2.0,  Login Security 1.0.2.2, Location on admin memberlist , Ad Seller Pro 1.0.8, Vbulletin New Meta Tags 1.0, Join date and Location in Posts 1.1,  Sitemap 2.2.0, FantasticSmileys 1.0,  Activity Reminder 1.0, Info Center Permissions 1.0, Forum Firewall 1.0.8, SMF Links 2.3, Location on memberlist SMF2 1.3, Aeva Media

Arantor

Holder of controversial views, all of which my own.


Suki

yes, its Aeva, I got the same error, it only happens when a user or guest see the Aeva RSS feeds,  I guest both mods are trying to use ob_gzhandler.
Disclaimer: unless otherwise stated, all my posts are personal and does not represent any views or opinions held by Simple Machines.

Arantor

That's exactly it, and IIRC Aeva's is for the copyright. This shouldn't be an issue in Aeva 2.10 since you can turn the copyright off there (after Nao got so fed up of people asking about it)

I also know that future versions of Aeva, in the form they will take, will not use that handler anyway. Mind you, it won't be for SMF...
Holder of controversial views, all of which my own.


SlammedDime

Likely Aeva... you can try this in SimpleSEF...

Code (Find in SimpleSEF.php) Select
            ob_start(!empty($modSettings['enableCompressedOutput']) ? 'ob_gzhandler' : '');


Code (Replace) Select
            ob_start(!empty($modSettings['enableCompressedOutput']) && !in_array('ob_gzhandler', ob_list_handlers()) ? 'ob_gzhandler' : '');

SlammedDime
Former Lead Customizer
BitBucket Projects
GeekStorage.com Hosting
                      My Mods
SimpleSEF
Ajax Quick Reply
Sitemap
more...
                     

Suki

Quote from: Arantor on March 03, 2011, 10:32:28 AM
That's exactly it, and IIRC Aeva's is for the copyright. This shouldn't be an issue in Aeva 2.10 since you can turn the copyright off there (after Nao got so fed up of people asking about it)


I know you can turn it off, I just chose not to do it, I also enable the load time just to show SimpleSef's, both are great modifications and deserve the credit.

Quote from: SlammedDime on March 03, 2011, 10:36:16 AM
Likely Aeva... you can try this in SimpleSEF...

Code (Find in SimpleSEF.php) Select
            ob_start(!empty($modSettings['enableCompressedOutput']) ? 'ob_gzhandler' : '');


Code (Replace) Select
            ob_start(!empty($modSettings['enableCompressedOutput']) && !in_array('ob_gzhandler', ob_list_handlers()) ? 'ob_gzhandler' : '');



many thanks SD :)
Disclaimer: unless otherwise stated, all my posts are personal and does not represent any views or opinions held by Simple Machines.

wickedgood

Just changed that line of code.

Thanks!  :)

Farmacija

It still doesn't work for TinyPortal?
It become imposibile to edit articles after activating this mod!
www.farmaceuti.com
www.farmaceuti.com/tekstovi

SlammedDime

On what version of SMF?  And what version of TP?  Exact steps to reproduce?
SlammedDime
Former Lead Customizer
BitBucket Projects
GeekStorage.com Hosting
                      My Mods
SimpleSEF
Ajax Quick Reply
Sitemap
more...
                     

Farmacija

smf 1.1.14, tp 0.98

When i click edit article i got this picture in attach.

There isn't edit button at all, and browser block then.
www.farmaceuti.com
www.farmaceuti.com/tekstovi

SlammedDime

The new package I linked above doesn't include any changes to the package for SMF 1.1.x.  I hadn't really planned on making any changes for it either.  I'll download tp and try to see what the issue is and if it's simple enough, I'll try to fix it.
SlammedDime
Former Lead Customizer
BitBucket Projects
GeekStorage.com Hosting
                      My Mods
SimpleSEF
Ajax Quick Reply
Sitemap
more...
                     

Advertisement: