News:

Want to get involved in developing SMF, then why not lend a hand on our github!

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

Tanshaydar

Hi SlammedDime, my members are not able to send pm. When they try to send, it goes back to messages page. Is it because of some conflicts?

SlammedDime

You'll have to go into the admin settings and remove 'send' from the area array.  The next release will fix this as I mentioned in my post right before yours :)
SlammedDime
Former Lead Customizer
BitBucket Projects
GeekStorage.com Hosting
                      My Mods
SimpleSEF
Ajax Quick Reply
Sitemap
more...
                     

KensonPlays

@SlammedDime, When I tried installing it, it shows the code for the fields above the forum template on every page, and when I uninstall it it disappears...

Owner of Mesozoic Haven

SlammedDime

I already told you how to fix it... in modifications.english.php, there can only be one ?> and it must be at the end of the file after everything else.  If there is anything after ?> it will show at the top of your forum.
SlammedDime
Former Lead Customizer
BitBucket Projects
GeekStorage.com Hosting
                      My Mods
SimpleSEF
Ajax Quick Reply
Sitemap
more...
                     

Tanshaydar

Quote from: SlammedDime on February 03, 2010, 05:03:31 PM
You'll have to go into the admin settings and remove 'send' from the area array.  The next release will fix this as I mentioned in my post right before yours :)

Sorry :/
Ok, it works now. Thanks.

KensonPlays

I looked, only one "?>" in modifications.english.php!!!!!

Owner of Mesozoic Haven

mirahalo

@Kcmartz   please attach your Modifications.english.php file

rd

After I deleted SMF and uploaded Wordpress, I noticed this folder in my FTP:

Source

When I click it, it takes me to:

SimpleSEF-db

What do I do with this folder? Do I delete it or is it related to my Wordpress.

SlammedDime

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

Mick.

This mod installed perfect but.....

I couldnt check mark to activate the mod,   i manually added the rewrite code in .htaccess, then i was able to activate it and it worked.

...but,  it added a bunch of question marks at the very top of my forum pages like this all the way across..

????????????????????????????????

What went wrong?

SlammedDime

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

Mick.


SlammedDime

I'm not quite sure why that would happen... I'm not able to replicate it on my test site.
SlammedDime
Former Lead Customizer
BitBucket Projects
GeekStorage.com Hosting
                      My Mods
SimpleSEF
Ajax Quick Reply
Sitemap
more...
                     

Mick.

Quote from: SlammedDime on February 06, 2010, 05:23:28 PM
I'm not quite sure why that would happen... I'm not able to replicate it on my test site.

It may be the fact that have 5 other URL's redirecting to my site. ?

hartiberlin

Quote from: SlammedDime on February 03, 2010, 05:03:31 PM
  The next release will fix this as I mentioned in my post right before yours :)

Hi SD,
is the next version soon coming out already next week ?

I have to change my main sites next week and I wanted to integrate already the new
versions with all the fixes.
Many thanks.

Regards, Stefan.

~DS~

Well that works, SlammedDime expect for the PM issue simliar to Arantor's. Had to uninstall and put this on hold.
"There is no god, and that's the simple truth. If every trace of any single religion were wiped out and nothing were passed on, it would never be created exactly that way again. There might be some other nonsense in its place, but not that exact nonsense. If all of science were wiped out, it would still be true and someone would find a way to figure it all out again."
~Penn Jillette – God, NO! – 2011

becometa

#376
QuoteNotice: iconv() [function.iconv]: Detected an illegal character in input string in /var/www/virtual/mydomain/forum/Sources/SimpleSEF.php on line 548

Notice: iconv() [function.iconv]: Detected an illegal character in input string in /var/www/virtual/mydomain/forum/Sources/SimpleSEF.php on line 548

Notice: iconv() [function.iconv]: Detected an illegal character in input string in /var/www/virtual/mydomain/forum/Sources/SimpleSEF.php on line 548

Notice: iconv() [function.iconv]: Detected an illegal character in input string in /var/www/virtual/mydomain/forum/Sources/SimpleSEF.php on line 548

Notice: iconv() [function.iconv]: Detected an illegal character in input string in /var/www/virtual/mydomain//forum/Sources/SimpleSEF.php on line 548

Notice: iconv() [function.iconv]: Detected an illegal character in input string in /var/www/virtual/mydomain/forum/Sources/SimpleSEF.php on line 548

What about this?  ;D
SMF Version 1.1.11, polish :) utf8_general_ci

feline

Login with openid don't work ..  :(
I have tested with myopenid.com .. and I found a solution ..

Change

if (strpos($_SERVER['REQUEST_URL'], 'index.php') !== false)
{
if (strpos($_SERVER['REQUEST_URL'], 'action=admin') !== false || strpos($_SERVER['REQUEST_URL'], ';xml') !== false)
return;


To:

if (strpos($_SERVER['REQUEST_URL'], 'index.php') !== false)
{
if (strpos($_SERVER['REQUEST_URL'], 'action=admin') !== false || strpos($_SERVER['REQUEST_URL'], ';xml') !== false || strpos($_SERVER['REQUEST_URL'], 'action=openidreturn') !== false)
return;


Worked ...  :)

Fel

reydelanada

#378
Hi, on 2.0RC2 with this mod activated users cannot save profiles. If I deactivated the mod, profiles can be saved ok. Any ideas?

Thanks!

Updated: I removed save from subactions and now profiles are saved ok. Is it safe/ok to remove save from subactions?

reydelanada

I'm also experiencing the send PM problem. I remove send from areas, but as one user sends a private message, it's added again to areas so it's not working again.... Any ideas?

Advertisement: