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

jtoleric

I have smf 1.1.11, and I'm really struggling with this or any other mod.  the furthest i got is downloading it to my pc.  now when i go to admin to install, it wont let me browse--Unable to connect to the server. Please try using this URL instead.--I need help

Arantor

Go to Download Packages and use the last option - upload it from your PC.
Holder of controversial views, all of which my own.


cryingsoul

i cant  Enable SimpleSEF, everytime i try to check the box and save, it becomes unchecked again ???

Useing SMF Version 2.0 RC

jtoleric

Quote from: Arantor on March 07, 2010, 11:42:04 AM
Go to Download Packages and use the last option - upload it from your PC.
ok, but what file am i uploading? it wont let me upload the folder

Arantor

Quote from: cryingsoul on March 07, 2010, 11:59:10 AM
i cant  Enable SimpleSEF, everytime i try to check the box and save, it becomes unchecked again ???

Useing SMF Version 2.0 RC

2.0 RC1.2, 2.0 RC2 ? Probably means your server doesn't support the rewrite method.

Quote from: jtoleric on March 07, 2010, 12:01:42 PM
Quote from: Arantor on March 07, 2010, 11:42:04 AM
Go to Download Packages and use the last option - upload it from your PC.
ok, but what file am i uploading? it wont let me upload the folder

You downloaded a .zip file right? That is the file you upload, not a whole folder, just the one file.
Holder of controversial views, all of which my own.


hartiberlin

Quote from: feline on March 07, 2010, 02:39:00 AM


QuoteWhat if SlammedDime still needs one month to release the new version ?
I dont know ... PortaMx running perfect with my patched version  :D

Fel

Hmm, so you mainly wait for  SD to release his new version and that
stops you now from releasing your new PortaMX version ?

Can´t you then not release also a patched version of SimpleSEF
and when SD releases his 1.03 version we must see, that PortaMX adapts to it again,
or how should this be resolved, if SD will only have very few time to work on it now and
maybe still needs a month to bring out his 1.03 version ?

Many thanks for all your work.

Regards, Stefan.

Tanshaydar

Isn't there a PortaMX topic? Or does all PortaMX really depend on SimpleSEF?

Arantor

No, there is a PortaMX topic too, though I think Feline prefers providing support on portamx.com

But PortaMX and SimpleSEF don't entirely play nice.
Holder of controversial views, all of which my own.


escorta.biz

#428
I noticed that when i enable Simple SEF mod i cannot:
- add new Polls to existing topics (url/forum/editpoll/..../add/board's_name/topic's_name); if i try to create a new poll (url/forum/post/poll/board's_name) it's working;
- change Forum profile information (add avatar, birthday, location etc.)
- access Sitemap page (url/forum/sitemap) -> it's simply showing the main page like the sitemap URL doesn't exist.

If i disable Simple SEF (uncheck the option in mod's administration page), the above actions are working fine.
Can you please tell how can i solve this? Or maybe how can i add these actions as exceptions for Simple SEF.

Many thanks!


escorta.biz

When adding a poll to existing topics i received "There is no poll associated with this topic" error.

The other actions  doesn't show any errors ot actions; they simply don't perform any changes.

feline

Quote from: Arantor on March 07, 2010, 07:47:26 PM
But PortaMX and SimpleSEF don't entirely play nice.
That's not true .. We have only fixed known Bugs in SSEF, and all I have posted here.
Last Bug we found, I have not posted yet, because the Author have not time. This bug is a problem with the capcha if you request a new image. That not works, because the javascript routine look to a "rand=" string, but with SSEF the string is "rand,".

Fel

SlammedDime

fel - the captcha image issue has been fixed in the new package for a while now... SimpleDesk's Team found and reported that a couple weeks ago.  I'm going through this topic to make sure I got all known bugs and hoping to make a release today.
SlammedDime
Former Lead Customizer
BitBucket Projects
GeekStorage.com Hosting
                      My Mods
SimpleSEF
Ajax Quick Reply
Sitemap
more...
                     

SlammedDime

Fel, would you be able the change your parsestr function to the following?

/**
* handle SimpleSEF url's for page request
* Check the requests and return the params array.
*/
function portamx_ssef_parsestr($query, &$params)
{
   $query = !empty($query) ? $query : '';
   parse_str($query, $params);

   // check page request
   preg_match_all('/[a-zA-Z0-9\.\-\_]+/', $query, $match);
   if(!empty($match) && count($match[0]) == 1)
   {
      parse_str($match[0][0], $match[0][1]);
      list($match[0][1]) = array_keys($match[0][1]);
      // legal page request?
      if(empty($params[$match[0][0]]) && empty($params[$match[0][1]]))
      {
         unset($params);
         $params[$query] = '';
      }
   }
}
SlammedDime
Former Lead Customizer
BitBucket Projects
GeekStorage.com Hosting
                      My Mods
SimpleSEF
Ajax Quick Reply
Sitemap
more...
                     

feline

Thanks SlammedDime,

but we need no more special handling for single page requests.
That we have change in the coming release, so you can forgot this  ;)

So I wait for the new release and hope all is works then...

Fel


SlammedDime

Most, if not all, of your issues will be fixed with the next release.
SlammedDime
Former Lead Customizer
BitBucket Projects
GeekStorage.com Hosting
                      My Mods
SimpleSEF
Ajax Quick Reply
Sitemap
more...
                     

SlammedDime

Ok, I have a new version ready to release that should address most of the larger issues brought up... I just have to roll back changes to the version for SMF 1.1.x and then I'll be posting an updated version also compatible with RC3.
SlammedDime
Former Lead Customizer
BitBucket Projects
GeekStorage.com Hosting
                      My Mods
SimpleSEF
Ajax Quick Reply
Sitemap
more...
                     

hartiberlin

Hi SlammedDime,
please make it compatible with SMF 2.0RC3.

Many thanks for your hard work.

Regards, Stefan.

SlammedDime

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

hartiberlin

Sorry, I just typed it, when you typed your message, so the postings crossed..
;D
Looking forward for your great new release.

Feline is also releasing her new PortaMX portal version  probably this week
for RC3 compatibility.

Regards, Stefan.

Advertisement: