News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

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

Bruno36

Bruno36 the French
SMF 2.0.9

Bruno36

#581
His works :)
Disable Should it create simple URLs

I have another problem, some menu links are in English
Bruno36 the French
SMF 2.0.9

KensonPlays

That's because the install of those mod's Modifications.{language}.php didn't install correctly, go to the mod's page, and parse for the Modifications.{language}.php, then they should display in your language.

Owner of Mesozoic Haven

Xarcell

@ SlammedDime

Have you had rime to look at TinyPortal, to see why SimpleSEF doesn't work properly with it?

Alex00007

I installed the module manually because the automatic installation failed. Htaccess file was created and modification was successfully launched in the administration, but the modification does not work.
Can you advise me what's wrong?

Rewritelog:

[www.xxx.net/sid#7d2c78][rid#aa5ac8/initial] (3) [perdir  /xxx/xxx/xxxx/xxxx.net/www/] applying pattern '(.*)' to uri 'Themes/M-gray/style.css'

[www.xxx.net/sid#7d2c78][rid#aa5ac8/initial] (4) [perdir  /xxx/xxx/xxxx/xxxx.net/www/] RewriteCond: input=' /xxx/xxx/xxxx/xxxx.net/www/Themes/M-gray/style.css' pattern='!-f' => not-matched

[www.xxx.net/sid#7d2c78][rid#aa5ac8/initial] (1) [perdir  /xxx/xxx/xxxx/xxxx.net/www/] pass through  /xxx/xxx/xxxx/xxxx.net/www/Themes/M-gray/style.css

[www.xxx.net/sid#7d2c78][rid#aadc18/initial] (3) [perdir  /xxx/xxx/xxxx/xxxx.net/www/] strip per-dir prefix:  /xxx/xxx/xxxx/xxxx.net/www/www/Themes/default/print.css -> Themes/default/print.css

[www.xxxx.net/sid#7d2c78][rid#aadc18/initial] (3) [perdir /xxx/xxx/xxxx/xxxx.net/www/] applying pattern '(.*)' to uri 'Themes/default/print.css'
http://mydreams.cz [nofollow]

SlammedDime

doesn't really look like those are errors, just information messages...

Does the 'enable' checkbox in the admin panel stay checked?  What is the webserver you have?
SlammedDime
Former Lead Customizer
BitBucket Projects
GeekStorage.com Hosting
                      My Mods
SimpleSEF
Ajax Quick Reply
Sitemap
more...
                     

SlammedDime

Xarcell - sorry, I haven't had a chance yet.
SlammedDime
Former Lead Customizer
BitBucket Projects
GeekStorage.com Hosting
                      My Mods
SimpleSEF
Ajax Quick Reply
Sitemap
more...
                     

Xarcell

Quote from: SlammedDime on April 06, 2010, 07:15:15 PM
Xarcell - sorry, I haven't had a chance yet.

That's ok, whenever you get a chance. I'll check back in a week or two.

Achilles.

I've installed it in RC3, however it doesn't activate it goes like this:


- All donations will proceed to my Youth Foundation.

http://poseidondesigners.tk/ -- Affordable Website Designs // Banners & More!

Tanshaydar

Quote from: Achilles. on April 07, 2010, 09:53:18 AM
I've installed it in RC3, however it doesn't activate it goes like this:



Read the first post, FAQ

Achilles.

Quote from: Tanshaydar on April 07, 2010, 10:11:43 AM

Read the first post, FAQ

Thanks, so I have to choose either which if i have a apache webserver or IIS7 Webserver then? where will I paste those codes? where on my SMF Directory?

- All donations will proceed to my Youth Foundation.

http://poseidondesigners.tk/ -- Affordable Website Designs // Banners & More!

Tanshaydar

You should have a .htaccess file on your forum directory(where your forum index.php file and Source directory is) and those codes must be in it.

Am'

Quote from: Am' on April 03, 2010, 05:04:09 AM
Quote from: feline on March 21, 2010, 11:07:33 AM
Quote from: Arantor on March 20, 2010, 06:11:27 PM
Dime: Found you a new bug in SSEF 1.0.3 and SMF 2.0 RC3. If you have a board with lots of pages in it and the pageindex gets the ... in it, when you click to expand, the generated URLs are all incorrect (and invalid, I think)
This you can simple fix .. search for:
// Gotta fix up some javascript laying around in the templates
$extra_replacements = array(
'/rand,' => '/rand=',
$boardurl . '/topic/' => $scripturl . '?topic=',
'var smf_scripturl = "' . $boardurl . '/' => 'var smf_scripturl = "' . $scripturl,
);


Change to:

// Gotta fix up some javascript laying around in the templates
$extra_replacements = array(
'%1/$d' => '%1$d',
'/rand,' => '/rand=',
$boardurl . '/topic/' => $scripturl . '?topic=',
'var smf_scripturl = "' . $boardurl . '/' => 'var smf_scripturl = "' . $scripturl,
);


Now the pageindex works  ;)

Fel

it's fixed in memberlist, but not in display messages and sitemap

when i click a number  i have this url :

http://localhost/Forum/NameBoard/NameTopic_20195.%1.html$d

any fix please ?

up  ;)
اذا أحس أحد انه لم يخطأ ابدا في حياته, فهذا يعني أنه لم يجرب أي جديد في حياته
My Mods For SMF 2 RC3 : XQuote XCode - Vbulletin Style New Meta Tags


SlammedDime

Why on earth would you want an encoded URI rather than one that looks good and attempts at a replacement for UTF8 to ASCII translation... your second link looks horrible.

To answer your question, sure, anything is possible, but I won't support it nor direct you on how to do it.  Way too much work for so little (no) benefit.
SlammedDime
Former Lead Customizer
BitBucket Projects
GeekStorage.com Hosting
                      My Mods
SimpleSEF
Ajax Quick Reply
Sitemap
more...
                     

sevamaster

Thanks for reply.
I am going to do it not for people.
Nobody remember urls (pretty or not).
It is for bots.
If i have utf non English word in the url and i have that word on non English page i can have benefit from this.
As most of people and pages in the net are not English, i think that this is so big benefit for all of them.
If you do it, most of smf users tell you thanks.
At least it maybe optional.


SlammedDime

I see no benefit to it, and it's not something I'll change or even make optional.  Sorry.
SlammedDime
Former Lead Customizer
BitBucket Projects
GeekStorage.com Hosting
                      My Mods
SimpleSEF
Ajax Quick Reply
Sitemap
more...
                     

sevamaster

Quote from: SlammedDime on April 14, 2010, 03:58:41 PM
I see no benefit to it, and it's not something I'll change or even make optional.  Sorry.

Pity.
Wiki engines (mediawiki) use it easily.
example:
hxxp:www.seobuilding.ru/wiki/%D0%9F%D0%BE%D0%B8%D1%81%D0%BA%D0%BE%D0%B2%D0%B0%D1%8F_%D0%BE%D0%BF%D1%82%D0%B8%D0%BC%D0%B8%D0%B7%D0%B0%D1%86%D0%B8%D1%8F

It will be (Russian):
hxxp://www.seobuilding.ru/wiki/Поисковая_оптимизация

Very important for not Eglish sites (which are much more than English ones).


Yağız...

Hi SD, I have a problem with SSEF. When you enter the domain name (site.com without http://www), it redirects to http://www.site.com/wwwRedirect/WIRELESS_PROTOCOL/ and it doesn't show anything on the page, only header and footer.

Antes

how can we change rewrite to this

/<category-title>-<category-id>/
/<category-title>-<category-id>/<topic-title>-<topic-id>.html

Advertisement: