Forum Activity for @paul

paul
@paul
03/20/14 04:31:54PM
4,335 posts

Aparna clone text area problem


Jamroom Developers

Yep - you got it in one ;-)
paul
@paul
03/20/14 04:11:58PM
4,335 posts

Aparna clone text area problem


Jamroom Developers

Hi Mick
It looks to me that you need to edit the cloned /templates/item_detail.tpl
The default template that Aparna creates has no idea what you are build so just lists all datastore images and variables.
It looks to me that that is what's still happening.
Cheers
Pa
paul
@paul
03/20/14 01:30:47PM
4,335 posts

jrImport bad results


Installation and Configuration

I have seen that before on occasion and it means that the audio file is either not there, or not readable for some reason.
paul
@paul
03/20/14 12:38:21PM
4,335 posts

A Page specifically for Free Audio Downloads


Using Jamroom

Putting this in your new template would be a good starting point -

{jrCore_list module="jrAudio" search="audio_file_item_price = 0"}

Pa
paul
@paul
03/20/14 11:37:41AM
4,335 posts

Sales Q: Which bundle do you recommend for purchase?


Using Jamroom

The Jamroom5 Super Pack is the way to go -

https://www.jamroom.net/the-jamroom-network/bundle/9/super-pack

Everything you need to build a music based CMS site, at a saving of 45% on buying all the included modules and skins individually
hth
Paul
paul
@paul
03/20/14 02:06:05AM
4,335 posts

module url question


Jamroom Developers

I don't think you can run module templates directly.
You can call module 'views' to do the job, which is preferable as templates usually need some smarty parameters to work with.

http://mysite.com/moduletest/mypage will take you to the function (in the module's index.php) view_myModuleTest_mypage()

So then, in that function -
function view_myModuleTest_mypage($_post, $_user, $_conf)
{ $_tmp = array(); // Do whatever needs to be done to build the template smarty parameters into the $_tmp array // parse the template return jrCore_parse_template("mypage.tpl", $_tmp, 'myModuleTest'); }

hth
Pa
paul
@paul
03/19/14 05:28:34AM
4,335 posts

Friends/Followers posting to a friend's/follower's timeline


Using Jamroom

As it stands any logged in user can comment on anybodies items. If the item owner doesn't want that, he can set his privacy option to 'Followers Only'.
  404