Forum Activity for @brian

brian
@brian
07/08/16 12:46:58PM
10,149 posts

Queue depth status


Using Jamroom

That means the URL is incorrect - double check the URL.
brian
@brian
07/08/16 12:13:41PM
10,149 posts

Queue depth status


Using Jamroom

Looks like it needs a dummy value - i.e.:
jrCloudCore_send_encrypted_request($url, array('temp' => 1));
Let me know if that works.
brian
@brian
07/08/16 11:06:44AM
10,149 posts

Marketplace 1.3.0



I have this fixed up for the next release - it requires an update to the Core (tar and extract functions) though, so will get this pushed out after the next core update. Root cause was the modules directory was NOT being cleaned out (the symlinks were not being removed) which caused the rename to fail.

Sorry this hit you Steve.
brian
@brian
07/08/16 09:15:24AM
10,149 posts

Marketplace 1.3.0



I've duplicated this on a test site and am working on a fix now.
brian
@brian
07/07/16 02:22:54PM
10,149 posts

Queue depth status


Using Jamroom

You can do this from the master to the Queue Server with the following code:
$url = "http://yourqueueserver.com/cloudqueueserver/info";
$_rs = jrCloudCore_send_encrypted_request($url, array());
$_rs will contain an array of queue info just like jrCore_get_active_queue_info() would produce.
brian
@brian
07/07/16 02:06:42PM
10,149 posts

How Can I Change Button Icons?


Design and Skin Customization

You can't add anything to the core - you need to add them in your custom skin.

Create the directories:

skins/YourSkin/img/icon_black
skins/YourSkin/img/icon_white

Put your icon images inside (should be 64x64 pixels in size).

Then ACP -> Reset Caches and make sure the "reset icon cache" is checked.

Then you can do:

{jrCore_icon icon="custom" size=30}
Which would line up with "custom.png" in your directory.

Hope this helps!
brian
@brian
07/07/16 02:04:21PM
10,149 posts

Queue depth status


Using Jamroom

OK let me check this out and let you know - I'm not sure at this time so will need to look at the code.
brian
@brian
07/07/16 02:03:38PM
10,149 posts

What do you love about Jamroom 5 right now?


Off Topic

luis789:
I just wish more options can be added to it such as charts, auto play functionality for embedded audio, video and youtube.
These are all supported :)
brian
@brian
07/07/16 02:02:46PM
10,149 posts

How do I....


Genosis

mollycakes:
Can I add a small image to the Burial item event box or would this add it to every event box?

If you modify an individual event in a timeline and upload an image it will only affect that specific event - I do this all the time for burial events (usually a nice image of the cemetery, etc.)

Quote:
Also I can't seem to change the link color text from #336699 to #444444 without it changing the logo and link text from the menu. I wish to change the background of the drop boxes on the menu to transparent as I am going with a light background.

Those classes should be found in the css/menu.css file - it doesn't look like that file has been registered with the core style system, so you'd have to tweak that CSS directly.

Quote:
This is fantastic by the way! Have you thought of adding a page for a surname index?

Glad to see its working well, and thanks for the suggestion. Right now the search should give you matching surnames, but an "official" list is not a bad idea.

Thanks!
brian
@brian
07/07/16 01:58:45PM
10,149 posts

Marketplace 1.3.0



Steve -

Do you remember if you saw the modules.date.tar file in your modules directory? Or was the modules directory just empty?

Thanks!
  244