Forum Activity for @douglas

douglas
@douglas
06/06/16 09:52:25AM
2,807 posts

Tag Cloud


Ning To Jamroom

That should be all you need, do you have a link to the page?

Also, have you added tags to anything yet?
douglas
@douglas
06/06/16 09:39:22AM
2,807 posts

Welcome to the Jamroom Team Nate!


Announcements

Welcome aboard Nate! :)
douglas
@douglas
06/05/16 11:01:41AM
2,807 posts

Tag Cloud


Ning To Jamroom

item_details.tpl should be in your modules/jrTag/templates directory, if it is not there then you should try reloading the module as I've suggested.

Are you using a custom skin? If not, which skin are you using?

Also, are you using Site Builder?

Thanks!
douglas
@douglas
06/05/16 07:40:34AM
2,807 posts

Tag Cloud


Ning To Jamroom

Try reloading the module via ACP > Marketplace > Tools > Reload Modules And Skins.

Hope this helps!
douglas
@douglas
06/04/16 05:39:33AM
2,807 posts

Jquery in TPL Help


Using Jamroom

Instead of using literal tags, you can also use ldelim and rdelim in place of the curly brackets... ie.

<script>
jQuery(function() {ldelim}
	some jQuery code here....
{rdelim}....

Hope this helps.
douglas
@douglas
06/02/16 09:40:02AM
2,807 posts

_init() doesn't need 'editor_button'


IpsumJam

Hey Steve,

Does this module work with the latest version of JR?

I'm getting this error message

[02-Jun-2016 10:38:17 America/Tegucigalpa] PHP Warning:  file_get_contents(http://ipsum.ultrajam.net/ipsumjam/mixed/6/medium/undefined?callback): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found [2]

and text is not getting embedded into the form.

Thanks!
douglas
@douglas
06/01/16 07:38:55AM
2,807 posts

Display a New Module Template?


Design and Skin Customization

Is your jrCore_list function on a profile page? Is it in a template that starts with profile_?
douglas
@douglas
05/31/16 06:07:32AM
2,807 posts

Has The Jamroom Site Showcase Been Removed?


Design and Skin Customization

If it was a Bootstrap site it wasn't one I worked on, I don't care for Bootstrap, its a little bloated for my taste. ;)
douglas
@douglas
05/31/16 06:02:56AM
2,807 posts

Display a New Module Template?


Design and Skin Customization

Yeah, you shouldn't have to make it a search parameter... this should work.

{jrCore_list module="xxSales" template="campaign_list.tpl" order_by="_created desc"profile_id=$_profile_id  pagebreak="10" pager="true" page=$_post.p }

Or this:

{jrCore_list module="xxSales" template="campaign_list.tpl" order_by="_created desc" search1="profile_id = `$_profile_id`" pagebreak="10" pager="true" page=$_post.p }

Also, I'm not 100% sure why you would need the search1="_item_id > 0" in the jrCore_list either.
updated by @douglas: 05/31/16 06:04:56AM
douglas
@douglas
05/29/16 10:00:20AM
2,807 posts

Has The Jamroom Site Showcase Been Removed?


Design and Skin Customization

Strumelia:
The link to the showcase is at the bottom, under Community... Member Sites.

Thanks! :)
  101