Forum Activity for @michael

michael
@michael
04/30/16 01:09:10AM
7,832 posts

RSS Feeds Not Updating


Using Jamroom

This is the code in the RSS feed
<!-- BEGIN xxOilfieldNews/item_rss.tpl -->
<?xml version="2.0"?>
<rss version="2.0">
   <channel>
       <title>oilfieldnews</title>
       <description></description>
       <link>http://roughneckcity.com/feed/oilfieldnews</link>
       <lastBuildDate>Sat, 30 Apr 2016 02:06:24 CST</lastBuildDate>

The problem is that first line
<!-- BEGIN xxOilfieldNews/item_rss.tpl -->

Its not valid XML code. Its been put there because you have the developer tools setting "template name in source" turned on.

ACP -> MODULES -> DEVELOPER -> DEVELOPER TOOLS -> GLOBAL CONFIG -> template name in source

uncheck that and it will start working again.
michael
@michael
04/27/16 10:10:34PM
7,832 posts

Problems When Updating The Aparna Module


Using Jamroom

Depends on how you added the tinymce plugins. How did you do that? If you copied them to the /modules/jr?????? directory, then when a new version of the module comes in, they will be in the old modules version directory so wont be there.
michael
@michael
04/26/16 02:33:47AM
7,832 posts

iFrame using sub-domain


Using Jamroom

Could you throw together some steps to replicate the issue. I'll try and see if I can.

--edit--
Seams to be working for me:
http://iixxiicc.jamroomhosting.com/one/page/1/with-an-iframe

Following the docs here:

Docs: "Iframe Control"
https://www.jamroom.net/the-jamroom-network/documentation/modules/2924/iframe-control

I added 'google.com' to the "Allowed IFrame Domains" and got the "This iframe is not allowed" error.

Then I added:
calendar.google.com
and the calendar popped up.

So you need to add the subdomain, not just the top level domain.
updated by @michael: 04/26/16 02:41:51AM
michael
@michael
04/25/16 11:00:29PM
7,832 posts

(Bug) jrDeveloper/adminer.php


Using Jamroom

Thanks for finding the bug and reporting it. appreciated.

Any steps on how to get to see that same page, It seams to be all working for me here. Is there something I need to do to get that screen to appear?
michael
@michael
04/25/16 07:17:08PM
7,832 posts

Getting Profile Information via proxima


Proxima

Proxima is not an API for you're jamroom site, its a mobile site backend capable of supporting multiple apps from a single installation.

So you could have multiple apps feeding info to a proxima server and all of those profiles remain unique to the app that created them.

So you will only be able to get information back via proxima that was created via proxima. (because the app's ID '_app_id' will be stored along with the info.)

Profiles created via the web interface will not have an associated _app_id for anything because they were not created via an app, so will not be retrievable via proxima.
michael
@michael
04/23/16 01:11:50AM
7,832 posts

Unable to execute FFMpeg binary


Installation and Configuration

That is jamroom complaining to you that the server its running on wont let it use ffmpeg.

Its asking you to contact the server admin and ask them to let jamroom run ffmpeg.
michael
@michael
04/23/16 12:55:19AM
7,832 posts

html in text fails form validation


Jamroom Developers

divs is a different question that I think brian is looking into. as for html in textarea, it might be because the form textarea has a validate type hardcoded on it in the module code. Might be able to catch it with a module and a listener and change its validate type.

Is this on all textareas or just forums that you're interested in?
michael
@michael
04/23/16 12:51:17AM
7,832 posts

Profile Specific Listing - Coding Question


Design and Skin Customization

Staring right at it, yep.

Maybe its a thought process thing, the code you're using is not magic, its language, just like English is a language.

When you ask for two different things it shouldn't be a surprise that you get two different results.

In one of the requests your asking:
* "Can I have a list of store modules in this order....."

In the other
* "Can I have a list of store modules from profile 1175 in this order....."

The server is replying to you by giving you what you asked for.

If you want both locations to be the same, you have to ask the same question.

you're wanting the list to be from profile 1175, so you need to pass in the 1175 to the jrCore_list function.

the debug panel will tell you if 1175 is available to you at all in that location. It might be on a different variable name, but thats ok. Use whatever variable name its on.

--edit--
You'll probably find it on
profile_id=$item._profile_id

updated by @michael: 04/23/16 12:57:48AM
michael
@michael
04/22/16 05:31:04PM
7,832 posts

Anyone want freelance work sent their way?


Jamroom Developers

Sometimes tickets come in asking to be directed to freelance jamroom developers for customizations.

We don't have a list of developers who want to be contacted when this happens.

If anyone would like to be contacted, add you name and what you like to do (skin design, skin conversion, module building etc....) here and we'll start making a list.

Thanks. :)

--edit-
For Jamroom customization contact these guys:

N8Flex
https://www.jamroom.net/nate/forum

B360
https://www.jamroom.net/b360/forum
updated by @michael: 01/09/17 06:37:01PM
michael
@michael
04/22/16 05:06:51PM
7,832 posts

html in text fails form validation


Jamroom Developers

a list:
some list point one
some list point two

and one made with bbcode
  • some list point one
  • some list point two
--edit--
yep, your right. but BB code list works, will that do?
[list]
[*] some list point one
[*] some list point two
[/list]


updated by @michael: 04/22/16 05:07:42PM
  404