Adrien Cater

Results 7 comments of Adrien Cater

This is great, I was looking for this just a few days ago. (ref. http://getsatisfaction.com/stacey/topics/images_captions-13vahh ) I'll give it a run in my test branch!

Plugged this into my fork, and it works great. The only thing I changed was the variable name associated with this data: ``` $this->data['@sidecar'] = $descM; ``` I though "sidecar"...

It seems that on line 127 of `stacey.inc.php` `$key = preg_replace(array('/\/$/', '/^\//'), '', key($get));` is already doing some work on cleaning up the URL data, seems like this is where...

OK, I tried adding a line: ``` $key = str_replace('%2F', '/', key($get)); ``` and then changing the original line 127 to receive the 'cleaned' version of the passed URL ```...

Kolber, I tried your suggestion, but it still gives the same error… ``` $key = urldecode(key($get)); # strip any leading or trailing slashes from the passed url $key = preg_replace(array('/\/$/',...

What i've done for a site that needed this (http://inner-space.ch/) was to customize the templates, defining `content_en:` and `content_fr:` fields, and then using JQuery to display the appropriate language. It's...

> This should be visible on the "Follows and Followers" settings page, just like all other followers. > ![image](https://user-images.githubusercontent.com/3792004/209164584-52b194b2-4476-4881-81e9-dc90466e77bd.png) For UI, this is the right place to put it, this...