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

hartiberlin

I just looked up,
the /cache directory only had a permission
of 755. Is this correct ?

I changed it now to 777.
Is this okay ?

Also the owner of the folder is me and NOT the webserver...
Is this right ?

Many thanks.

Stefan.

Jason kiDD

Quote// SMF Arcade
               if (!empty($settings['use_arcade']))
                  echo '<li><a' , $current_action=='arcade' ? ' class="chosen"' : '' , ' href="', $scripturl, '?action=arcade">' , $txt['arcade'] , '</a></li>';

http://www.ericsworld.eu/

Attached folder structure so you can see the problem. Trying renaming the action but that was a no go...

Other than that works fine with everything else except coppermine, but I just disabled that bridge for now!!

Arantor

Dime - interesting comment here about usernames, and a thought by Cleo (not the one about disabling) that might interest you - http://www.simpledesk.net/community/general-discussion/simplesef-likes-my-name-402.msg3915.html#msg3915
Holder of controversial views, all of which my own.


SlammedDime

#503
Take a look at the sef_encode function... I do much more than just //TRANSLIT a string of code... I'll have to take a look at why it's converting it to all numbers though, that definitely isn't the desired effect.

Edit: Tried on my test site... this is what I get: http://hermes/smf/simplesef/profile/acaedz_1/ which is what I would expect the conversion to do for the UTF-8 Characters (so it's not perfect, but a simple adjustment in the SimpleSEF-DB files would take care of that)...

Edit2: Looks like ya'll aren't running as UTF8... that might be the issue...

Edit3: That's it... because you guys aren't running UTF8, it's not converting properly... I'll see if this is a bug in the mod, or just the nature of the beast... you guys really should consider switching to UTF8 though...
SlammedDime
Former Lead Customizer
BitBucket Projects
GeekStorage.com Hosting
                      My Mods
SimpleSEF
Ajax Quick Reply
Sitemap
more...
                     

Tanshaydar

#504
welll, thanks for that poll thing.
What about quoting pm s?
lol, is there a limit for pm s, like one pm at a day?

SlammedDime

What problems specifically are you having with PM's?  Quoting seems to work fine for me...
SlammedDime
Former Lead Customizer
BitBucket Projects
GeekStorage.com Hosting
                      My Mods
SimpleSEF
Ajax Quick Reply
Sitemap
more...
                     

Arantor

Dime: SimpleSEF doesn't modify the Jump To code.

I know you weren't going to have it touch SMF own, but is there any plan to alter that? (More curious than anything)
Holder of controversial views, all of which my own.


SlammedDime

Quote from: Arantor on March 13, 2010, 05:51:12 PM
Dime: SimpleSEF doesn't modify the Jump To code.

I know you weren't going to have it touch SMF own, but is there any plan to alter that? (More curious than anything)
No plan at this time... SimpleSEF will perform a 301 redirect and still show the SEF version to the user... unless someone actually looks at the HTML with Firebug, it should be transparent to anyone using the Jump To.
SlammedDime
Former Lead Customizer
BitBucket Projects
GeekStorage.com Hosting
                      My Mods
SimpleSEF
Ajax Quick Reply
Sitemap
more...
                     

Arantor

That's what I thought, just wanted to know if you were aware of it and planned to change anything (I actually find it useful that it doesn't....)
Holder of controversial views, all of which my own.


SlammedDime

yea, when I originally used this code for my OpenSEF extension for SMF 1.1.x, I had to modify the jumpto because I didn't have the option of doing 301 redirects like I can with straight SMF.
SlammedDime
Former Lead Customizer
BitBucket Projects
GeekStorage.com Hosting
                      My Mods
SimpleSEF
Ajax Quick Reply
Sitemap
more...
                     

Arantor

Yeah, you had mentioned OpenSEF to me before, but is all good :)
Holder of controversial views, all of which my own.


Tanshaydar

Quote from: SlammedDime on March 13, 2010, 05:47:34 PM
What problems specifically are you having with PM's?  Quoting seems to work fine for me...

When I click to a member's profile to send a pm (like "http://forum.myforum.com/pm/send/abc123_X/"), it just goes to MY PM's page. I can't reply or quote.

if needed, the site/ forum is on my signature.

Arantor

Old version of SSEF there? Later versions should explicitly be adding /pm/sa,send/ in the URL not /pm/send/
Holder of controversial views, all of which my own.


Am'

QuoteWhen I click on enable simpleSEF I get the following error:

Warning: mb_convert_encoding() [function.mb-convert-encoding]: Illegal character encoding specified in .../www/forum/Sources/SimpleSEF.php on line 622

The message is repeated a dozen times.

Yet I have edited my htaccess:

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) index.php
اذا أحس أحد انه لم يخطأ ابدا في حياته, فهذا يعني أنه لم يجرب أي جديد في حياته
My Mods For SMF 2 RC3 : XQuote XCode - Vbulletin Style New Meta Tags

Yağız...

I've another problem with SSEF and/or your Sitemap mod. I can't get them work together. When I disable SSEF, Sitemap works without any problem. But when I enable it, sitemap page gives me "Unable to load the 'main_above' template." error.

SlammedDime

Am' - Unfortunately it's almost impossible to know what character is causing the error, so the only thing you can do is comment out the mb_encoding function...

// elseif (function_exists('mb_convert_encoding'))
// $string = mb_convert_encoding($string, 'UTF8', $char_set);


Yagiz - I just installed both mods on my plain jane install of SMF and they both worked fine with each other; I was able to browse boards, topics and the XML sitemap.  SSEF doesn't mess with the templates at all, so that's odd you'd get that error.
SlammedDime
Former Lead Customizer
BitBucket Projects
GeekStorage.com Hosting
                      My Mods
SimpleSEF
Ajax Quick Reply
Sitemap
more...
                     

Yağız...

The weird thing is that there is no problem at all in Sitemap Subactions(except XML template). BTW, me too I can get them work together on localhost, but not on this server. Do you need any server informations?

Am'

#517
Quote
- In the list of members, click 3 points to see more members, after click a number, the link is incorrect:

http://localhost/Board/mlist/sort,real_name/start,%1/$d

^^

the same problem in display.php, to see the other pages of responses

Dime you can reproduce this bug ?
اذا أحس أحد انه لم يخطأ ابدا في حياته, فهذا يعني أنه لم يجرب أي جديد في حياته
My Mods For SMF 2 RC3 : XQuote XCode - Vbulletin Style New Meta Tags

SlammedDime

First one is a small bug that can be avoided by adding those to the strip_character array...

Second one, I'll have to look further into that
SlammedDime
Former Lead Customizer
BitBucket Projects
GeekStorage.com Hosting
                      My Mods
SimpleSEF
Ajax Quick Reply
Sitemap
more...
                     

Jason kiDD


Advertisement: