Forum Activity for @michael

michael
@michael
10/19/17 07:29:57AM
7,826 posts

Flickr module copyright symbol doesn't display right in Marketplace


Using Jamroom

so the question becomes, why are they different.

--edit--
I can search for 'emoji'
site.com/marketplace/browse/module?search_string=emoji

and get the Flickr result, but in the result, the emoji shows as a TM

--edit edit--
All that !!emoji!! stuff is in a 2 functions jrCore_strip_emoji() and jrCore_replace_emoji()

Seems like your jrCore_replace_emoji() is not working for whatever reason.
why_different.jpg why_different.jpg - 273KB

updated by @michael: 10/19/17 07:35:51AM
michael
@michael
10/18/17 12:19:55PM
7,826 posts

Jamroom Not Recognizing Valid YouTube API Key


Installation and Configuration

It would reject it if the domain trying to access it is not on the authorized list. will check soon.
michael
@michael
10/18/17 08:58:02AM
7,826 posts

Host suggesting problem with .htaccess


Installation and Configuration

we've got the details, need to get dinner then will start poking around.
michael
@michael
10/18/17 08:48:48AM
7,826 posts

Jamroom Not Recognizing Valid YouTube API Key


Installation and Configuration

Jamroom tries to USE the key you put in, if it doesn't work, then its youtube rejecting it not jamroom.

Send the key to support at jamroom dot net and I will try it from here.
michael
@michael
10/17/17 11:04:51PM
7,826 posts

jrCore_list random order values


Using Jamroom

It will have a default limit of 10 or 12 if no limit is set. If you set a limit it will limit to what you set.
michael
@michael
10/17/17 11:02:56PM
7,826 posts

Host suggesting problem with .htaccess


Installation and Configuration

im seeing a 502 too.

Try adding a file something.html with some contents at yoursite.com/something.html and see if it comes up.

Should tell you if the domain is online or not.
Temporary_Error_502.jpg Temporary_Error_502.jpg - 173KB
michael
@michael
10/17/17 01:23:22PM
7,826 posts

removing home from index page title


Installation and Configuration

soaringeagle:
found force_url in db
it said off i changed to on.. still the same prob

Which is SOOOO weird because it sounds like what you have is the settings set in the ACP are not effecting their values in the database.
michael
@michael
10/17/17 01:21:34PM
7,826 posts

Atypical Site Builder Widget


Jamroom Developers

In your custom smarty function 3 search calls for the last 15 items ordered by updated
        $_sp = array(
            'skip_triggers' => true,
            'order_by' => array('_updated' => 'desc'),
        );
        $_rt = jrCore_db_search_items('jrBlog', $_sp);

// repeat for the other wanted modules, 
// merge by the updated time to filter to the latest 15
// spit it out to the templates

    $out = jrCore_parse_template('your-formatting-template.tpl', $_rep, 'xxSomeModule');
return $out;
michael
@michael
10/17/17 01:11:39PM
7,826 posts

Host suggesting problem with .htaccess


Installation and Configuration

Try looking via FTP at the error log for jamroom:
/data/logs/error_log

and uploading a .htaccess file from a newly downloaded jamroom 6 download from here:
https://www.jamroom.net/products
  176