Forum Activity for @michael

michael
@michael
07/28/17 06:50:18PM
7,826 posts

Timeline refers to gallery name, not item


Using Jamroom

I didn't reply yesterday because I figured you'd get it, this sentence was important "....... Important things about forum posts is they will all have a 'forum_group_id' on every post which will be the ID of the initial post in the thread which will contain the title of the discussion........"

That's the key to getting the forum title and category. Pass that in to the {jrCore_db_get_item..... and you should get back an array with the info wanted. You can do the same thing to get any info you want.

Whats your code now? and whats the goal you're not able to reach?
michael
@michael
07/28/17 06:44:51PM
7,826 posts

Error with using Like Button


Using Jamroom

Great to hear. It wasn't me, it probably was the updates. I setup to try to figure out the problem, but couldn't reproduce it on my dev machine, it was working.

In order to fix a problem, you first need to be able to reproduce it and I couldn't. :( so im guessing its something in the updates that fixed the issue.

I'll look into the [i]".... Likes are no longer appearing in my Main page Activity Timeline ....." issue and see if i can reproduce it.
michael
@michael
07/27/17 11:24:53PM
7,826 posts

BeatSlinger Purchase Again?


Installation and Configuration

Go here:
https://www.jamroom.net/networklicense/licenses/profile_id=4840/user_id=4832

Release the license for one of the sites that's not using BeatSlinger.

Your license allows install on up to 2 sites at the same time, if you're seeing a purchase notice, its saying both licenses are in use, want to buy another.

Just release it from the site thats not using it and you can install it on a different domain.
michael
@michael
07/27/17 11:11:01PM
7,826 posts

Timeline refers to gallery name, not item


Using Jamroom

Yeah forums can be a bit fiddley because of the all the info. Important things about forum posts is they will all have a 'forum_group_id' on every post which will be the ID of the initial post in the thread which will contain the title of the discussion.

So as usual...... there are a number of ways to do it. The first 2 that jump into my head are:

#1 use a {jrCore_list module="jrForum" search1=""}
(change of mind)#1 use
{jrCore_db_get_item module="jrForum" item_id=$item.forum_group_id assign="info"}
That should bring in the forum post for the first item in the forum, then you can use its title from the $info variable, so
{$info.forum_title}

That would be one way to do it,
#2) another would be to define your own smarty function:

Docs: "Defining your own SMARTY function"
https://www.jamroom.net/the-jamroom-network/documentation/module-developer-guide/1569/defining-your-own-smarty-function

so you pass in the forum_group_id and get back the same info. Its basically the same as what is happening above, but doing it this way makes more sense when there are a ton more steps that need doing. In this case probably #1 is easiest as it doesnt require an extra module to be built.
michael
@michael
07/27/17 10:50:58PM
7,826 posts

About smart phones and the text editor


Using Jamroom

The editor is showing up on an iphone, it shouldn't be, its a mess.
michael
@michael
07/27/17 10:04:57PM
7,826 posts

PayPal & Price Buttons


Design and Skin Customization

Marketplace: "BeatSlinger"
https://www.jamroom.net/the-jamroom-network/networkmarket/317/beat-slinger

Nope, marketplace version is still 1.2.7 (screenshot)

Probably waiting on something that will be released when the Jamroom 6.1 core comes out.
current.jpg current.jpg - 101KB
michael
@michael
07/27/17 10:02:23PM
7,826 posts

Has anyone seen this: "Privacy in Chrome"


Installation and Configuration

If you were using Jamroom Hosting you could add an SSL cert for free from your hosting control panel.

Jamroom Hosting
https://www.jamroom.net/hosting

Contact your hosting provider to see how much they charge to setup SSL
michael
@michael
07/27/17 09:57:02PM
7,826 posts

Can't press scroll to top button in folllowme (1.1.0b1)


Using Jamroom

Can see this issue is still there in the latest jrFollowMe.

Will get it fixed up.

Thanks :)
michael
@michael
07/26/17 09:30:45PM
7,826 posts

Error with using Like Button


Using Jamroom

somethings wrong somewhere, the jrlike_item_key isnt used in the current version of the module.

Will let you know when I figure out whats going on.
michael
@michael
07/26/17 04:32:41PM
7,826 posts

Error with using Like Button


Using Jamroom

Try running the integrity check again with all the checkboxes checked. That should fix up the database side of things.
  202