Forum Activity for @michael

michael
@michael
10/18/18 10:42:15PM
7,821 posts

Create Basic Info Page in Module


Jamroom Developers

I don't believe - _ is relevant in 2018.

Hyphens can not be uses as function names. If you must have them, then you could use the default() function and handle it with a switch.

view_pcTradesPlumbers_default($_post, $_user, $_conf){

switch($_post['option']){
  case'alabama-plumbers':
  // put all your logic in here   

break;
}

}
michael
@michael
10/16/18 08:16:39PM
7,821 posts

Create Basic Info Page in Module


Jamroom Developers

_

--
Is that enough of a clue?

A: You're view function is view_pcTradesPlumbers_alabama_plumbers() but you're trying to access the page at alabama-plumbers.

your page is visible at:

https://dev.patriaco.net/residential-commercial-plumbers/alabama_plumbers

Well done.
michael
@michael
10/15/18 05:55:59AM
7,821 posts

Spotify


Using Jamroom

There is no spotify module if thats what you're asking.
michael
@michael
10/14/18 09:15:15PM
7,821 posts

Problem with last Elastic 2 update


Design and Skin Customization

You're right. I've repackaged the skin and uploaded it to the marketplace.

Reload the skin via
ACP -> MARKETPLACE -> TOOLS -> RELOAD MODULES OR SKINS -> ELASTIC 2 -> RELOAD

and it should be there.

Thanks very much. :)
michael
@michael
10/13/18 09:38:49PM
7,821 posts

a couple of minor Chat suggestions


Using Jamroom

Its not been released yet, that will be in the next version.
michael
@michael
10/09/18 07:47:57PM
7,821 posts

Style Editor


Design and Skin Customization

First suggestion would be to clone the Follow Me skin so that the updates do not over-write your changes.

Second suggestion would be to put all your changes in a separate .css file outside of the skin, then add that in to the skins include.php file to be included. This way there would only be one thing to do after updates, re-add in that include line.

Third suggestion would be to find the right thing to tweak in the Style Editor so that your changes stick.
michael
@michael
10/09/18 07:40:47PM
7,821 posts

Banner Ads on Follow Me Skin


Installation and Configuration

@boplive, I think JR4 had an ad-manager module that you could setup boxes for, like 480x250px, 50x50px then add images to those boxes to have them appear.

That hasn't been re-made for JR5 though.
michael
@michael
10/09/18 07:22:54PM
7,821 posts

Banner Ads on Follow Me Skin


Installation and Configuration

Annush:
"If it wasn't a jamroom site, what would you do for ads?" This doesn't help.

@michael we love Jamroom and Jamroom is great and most probably we would do something if it was jamroom or not. But, Jamroom is unique. It's skins are unique. If it was just like some 'other' site we wouldn't be here. We are not Knocking jamroom. No offense but from all those that help us here at jamroom, including yourself, sometimes you seem to get a liitle touchy. Sorry you seem to come over that way. We will solve it. Read the posts again as a person and not as an IT person. You will see we are not attacking Jamroom. Thank You. I've been at Jamroom for nearly 5yrs! I'm not giving up.


Did not mean to upset you. It was a real question, no underlying meanings, just a question.
If you were not using jamroom which advertising system would you like to use, because that same system can probably be used with jamroom as well by adding it in to the templates.

Eg, Jamroom has a Google Analytics module, but even if it didn't you could still use google analytics by adding in the SCRIPT to the footer.tpl template.

If the adverts you want to use are Google Adsense, then you can do that by adding in the code they give you to the location you want to use them.

If its just a regular "image with a link" type advert that you want to add in, then adding it in where you want it and adjusting via CSS tweaking would be the way to go.
michael
@michael
10/09/18 07:16:37PM
7,821 posts

mp3 import tool


Using Jamroom

That message is saying: "PHP ran out of memory".

See if your server company lets you increase the memory_limit.

Docs: "HowTo increase PHP's upload limit"
https://www.jamroom.net/the-jamroom-network/documentation/howto/748/howto-increasing-phps-upload-limit
michael
@michael
10/09/18 07:12:36PM
7,821 posts

a couple of minor Chat suggestions


Using Jamroom

nope, didnt do anything. And whats really weird (to me) is that both are visible on the same page.

In my mind I expected it to be CSS that was at the root cause of the issue, but the CSS is applied to the whole page, not on a per-day basis.

No idea whats going on there. if its fixed im happy though :)

fingers crossed it stays looking correct.
  106