Forum Activity for @michael

michael
@michael
11/25/16 11:59:59PM
7,832 posts

small Issue JR6 Beta


Off Topic

absolutely it helps, thanks very much. I'll give it another go and make sure that situation also seams correct.

Much appreciated. :)
michael
@michael
11/25/16 12:16:00AM
7,832 posts

small Issue JR6 Beta


Off Topic

Can't setup to make this fire, seams working to me. Assuming that means its fixed in the next release, hope thats a safe assumption.
screenshot_timeline_url.jpg screenshot_timeline_url.jpg - 68KB
michael
@michael
11/25/16 12:06:01AM
7,832 posts

small Issue JR6 Beta


Off Topic


--edit--
will check it out. Thanks.
updated by @michael: 11/25/16 12:06:40AM
michael
@michael
11/23/16 07:03:00PM
7,832 posts

cannot add vids after update


Installation and Configuration

That does seam close to correct:

Docs: "Combined Video"
https://www.jamroom.net/the-jamroom-network/documentation/modules/2946/combined-video

What should be happening when you click on the + button with combined video installed is you will see another dialog with the video options (screenshot in the docs link), from there you get the choice of what video type to create.

If nothing is happening when you click the + button, its either that that dialog isn't opening ( look for the issue to be javascript error related), or that the dialog is opening but you cant see it (look for the issue to be CSS related).

--edit--
also make sure that you still have video, youtube, vimeo installed or there would be no options to select from. Combined video has no video types of its own, it just combines the existing video types into a single tab.
updated by @michael: 11/23/16 07:04:05PM
michael
@michael
11/22/16 08:14:47PM
7,832 posts

"Followers" and "Followers to Friends"


Using Jamroom

You got it. Nicely explained it in an interesting way. :)

For "Followers to Friends" module ( https://www.jamroom.net/the-jamroom-network/networkmarket/393/followers-to-friends )
Quote:
Followers to Friends sets up the Jamroom Followers system to work like a "Friends" system by automatically "following back" a profile when a user follows a new profile. Includes a tool to set all Profile settings to require Follower approval so it works like a Friends request.
michael
@michael
11/21/16 04:22:07PM
7,832 posts

Development environments and cloning live sites


Jamroom Hosting

If you clone the site, it will make a copy of your site from that point in time only. It will be on a different domain and both domains are independent.
michael
@michael
11/20/16 11:32:41PM
7,832 posts

Instagram


Jamroom Developers

Thats one part of building modules that integrate with stuff thats annoying. Its not finished once its built, you have to keep jumping through hoops to keep it going. :(
michael
@michael
11/20/16 11:30:42PM
7,832 posts

Jamroom 5 --> 6 upgrade


Using Jamroom

strumelia, If you're worried setup a dev site on a new domain and import your site there, then upgrade that to JR6 first so you know about any weirdness before dropping it on your community.

That will give you breathing room in case there are any adjustments that need to be made, you can make them on the dev site then throw the whole site away once you've done it on your main site.

Suspect there will be very little that causes issue, but the unknown can cause uncertainty. We're here if anything goes drastically wrong. :)
michael
@michael
11/20/16 11:22:14PM
7,832 posts

AutoFollow for Forum


Using Jamroom

looking at it now:
* Changed folder name xxxjrAutoNotify to xxAutoNotify
* Renamed all instances of jrAutoNotify everywhere in the files to xxAutoNotify to match folder name
* index.php contains a view called view_xxAutoNotify() there is no view url specified, needs changing.

Anything in the index.php file is a view used to take control of a url, so since the module wants to take control of the 'auto-notify' url any url found at site.com/auto-notify will look for function in index.php and if its not there, it will look for a file index.tpl in the /modules/xxAutoNotify/templates/index.tpl

The URL that the module wants to take control of is found in the _meta() function in include.php, here:
/**
 * meta
 */
function xxAutoNotify_meta(){
    $_tmp = array(
        'name'        => 'Auto Notify',
        'url'         => 'auto-notify',
.......
}


To take control of a specific url, like site.com/auto-notify/speedway that would correspond to
index.php:
function view_xxAutoNotify_speedway($_post, $_user, $_conf)
{ return 'I like going to the speedway'; }

You cant have a view function without a view specified so view_xxAutoNotify() won't work, if you want it to be the default for all non defined views, then use view_xxAutoNotify_default.

--
* adding a changelog.txt and incrementing the version to 1.0.0
* removed the hyphen in auto-notify url because I worry it could be interpreted incorrectly (personal preference not a requirement)

--
have just installed the module: The index.php file is not needed at all, there are no views for this module. Deleted it.

--
* config.php is good, it just needs a bit of cleaning up, it would have worked though.

--
Tested, seams to be good, have added a requirement for the jrForum module since it wont do anything without that and added a check before trying to write to the datastore.

Other than that, well done.

Attached
xxAutoNotify.zip - 2KB

updated by @michael: 11/20/16 11:22:51PM
michael
@michael
11/20/16 12:54:21AM
7,832 posts

timeline issue


Using Jamroom

can you put one issue in each thread and add some steps on how to see the 2 issues in the screenshots.

Did you click a link from somewhere to get to that URL in the second screenshot? if so, where is that link displayed.

--
The like I'm guessing was just a like click from the timeline. Is that where the link was that went to:
/evi/follow/19

Is /evi/ a private profile? I can see other profiles on your site, but not that one.
  315