Forum Activity for @brian

brian
@brian
07/28/16 02:21:05PM
10,149 posts

Full width Image on the home page


Using Jamroom

You just need to set the div it is in to width:100%. Make sure it is OUTSIDE the .container class, which likely has a max-width: 1140px on it. You can also do width: 100% !important if you want to force it out.
brian
@brian
07/28/16 02:18:43PM
10,149 posts

Getting errors when trying to do system updates


Using Jamroom

AndyF:
It says version: 5.4.0b2
under the System Core

You still want to make the change I outlined for it to work.
brian
@brian
07/28/16 02:17:52PM
10,149 posts

How to undo Update Changes?


Using Jamroom

It sounds like you are making modifications to the modules/jrCore/templates/editor.tpl directly - you do NOT want to do that - if you modify that file directly, it will be overwritten every time you update to a new version of the core.

Instead, you need to make a COPY of that file in your active (cloned) skin directory - i.e.

skins/YourCustomSkin/jrCore_editor.tpl

Makes your modifications to THAT file and it will be used in place of the one that comes with the Core.

You can also make your modifications from the ACP -> Core -> Templates section - any changes made there are NOT overwritten when a new core module comes out.

See the "Never customize templates in the module or skin directories!" section of this guide:

https://www.jamroom.net/the-jamroom-network/documentation/problems/1527/i-just-upgraded-and-lost-my-changes
brian
@brian
07/28/16 02:11:26PM
10,149 posts

How to upload and search audio and video by date and location?


Using Jamroom

I tested this here with the Spanish language file and I see it working.

How did you test it to see it did not work?
brian
@brian
07/28/16 02:10:40PM
10,149 posts

Next Item


Jamroom Developers

Melih:
But unfortunately i don't have gallery module Coldu you just give me the jrCore_list call?

The Gallery module does not use a jrCore_list call - it uses a custom smarty function... sorry!
brian
@brian
07/28/16 02:08:40PM
10,149 posts

Issue with the div in the 5.4.0b2 upgrade


Using Jamroom

The latest version of the Core is 5.4.0b3 - make sure you've updated. The only changes to CSS were these lines that were added to the modules/jrCore/jrCore.css file:

.module_icon {
    background-color: #FFFFFF;
    display: block;
    border-radius: 5px;
    padding: 4px;
    margin: 2px;
    box-shadow: 0 0 2px #999999;
}

.module_icon_core {
}

.module_icon_communication {
    background-color: #EEEEEE;
}

Which would not affect the font size.
brian
@brian
07/28/16 02:07:11PM
10,149 posts

Getting errors when trying to do system updates


Using Jamroom

If you're running Jamroom 4.3.0 beta 1, then you'll need to manually modify the modules/jrCore/lib/util.php file - search for:

CURLOPT_SAFE_UPLOAD

It will be around line 1400 - remove that line and then you should be able to upgrade to the latest beta core.

Let me know if that helps.
brian
@brian
07/27/16 03:42:54PM
10,149 posts

Issue Tracker Back Burner Tab


Jamroom Developers

PatriaCo:
I would like to clone the module and do some renaming (since I am using the Issue Tracker for its intended purpose already). In this cloned version I would like to have the back burner tab be visible to everyone.
Is there a piece of the module core that I can adjust on my cloned version to make this happen?
Thanks

Sorry - that's not something we can help with at this time. I have no idea how involved it would be, and it's well beyond something that can be done back and forth in a forum.

Sorry!
brian
@brian
07/27/16 03:41:41PM
10,149 posts

Next Item


Jamroom Developers

This is something setup specifically in documentation that is not going to be usable by other modules. Unfortunately there is no "easy" way to do this - you could try 2 different jrCore_list calls at the bottom of the page that looks for the next/previous item (based on item_order - i.e. audio_item_order), but unless the user has arranged them correctly beforehand it would not work.
brian
@brian
07/27/16 02:06:57PM
10,149 posts

Geo location - what is it and why should I care?


Ning To Jamroom

Deb W.:
So if I haven't used it on my other JR sites (where we send out newsletters), I should install it?

Yes - if you are using the latest Newsletter module (2.0.0+).
  234