Forum Activity for @paul

paul
@paul
10/30/18 04:51:11AM
4,335 posts

New Module Releases


Announcements

Today we have a simple, free, module to automatically link specified users to any newly created account.

https://www.jamroom.net/the-jamroom-network/networkmarket/634/user-link
paul
@paul
10/23/18 08:42:20AM
4,335 posts

Custom Module Pages in Sitemap


Jamroom Developers

If no schema then likely not a datastore module.
Checkout this document on Events and Listeners - https://www.jamroom.net/the-jamroom-network/documentation/module-developer-guide/1011/events-and-listeners
hth
paul
@paul
10/23/18 08:20:52AM
4,335 posts

Custom Module Pages in Sitemap


Jamroom Developers

All 'datastore' modules' index pages are included by default when creating site maps.
If the module isn't a 'datastore' module, or if you want to include other module pages, the module will need to listen for the ''sitemap_site_pages'' event and add them to that.
hth
paul
@paul
10/19/18 05:07:03AM
4,335 posts

Share this or comments not showing


Using Jamroom

I responded on the ticket you sent me the login in.
I am seeing everything working ok. See screenshot.
Thanks
Screen Shot 2018-10-19 at 13.05.58.png Screen Shot 2018-10-19 at 13.05.58.png - 150KB
paul
@paul
10/19/18 04:58:57AM
4,335 posts

Implement the form designer in a new module


Jamroom Developers

The Form Designer button is added automatically to any module form by including 'registration' code in the module's include.php 'init' function. For instance, take a look at the code below taken from the jrBlog module where it registers the Form Designer on its create and update forms -

function jrBlog_init(){
    // Allow admin to customize our forms
    jrCore_register_module_feature('jrCore', 'designer_form', 'jrBlog', 'create');
    jrCore_register_module_feature('jrCore', 'designer_form', 'jrBlog', 'update');

So you would need to change the 'jrBlog' parameter to the name of your module, and the 'create/update' to the name of your form.
hth
paul
@paul
10/18/18 06:50:58AM
4,335 posts

Embedding videos, audios and blog entries etc


Using Jamroom

The jrCore_list is the main way of getting item data in Jamroom templates, so that is the best way to do it. In this instance though you could get all three Action items in one jrCore_list call, but you would first need to assertain the _item_id of each action item. If they were x, y and z the single call would be -

{jrCore_list module="jrAction" search="_item_id IN x, y, z"}

Then in the list template you'd need to loop round the $_items array to show all three.
This would be a more effecient way of doing it.

Hope that helps
paul
@paul
10/17/18 05:44:09AM
4,335 posts

New Module Releases


Announcements

Bit late with this week's new module release, but it is worth the wait ;-)

"Flag Item - Allow users to flag items they consider unsuitable or inappropriate"

https://www.jamroom.net/the-jamroom-network/networkmarket/622/flag-item

What this module does is to add a Flag icon to all item detail views. If a user considers the item to be unsuitable or inappropriate in any way, they can click on the icon. All site admins are then emailed with a link to the flagged item whereupon they can take the appropriate action and maybe delete the item or the flag should they not agree with it.

Get this new module from your Jamroom Marketplace now.

[Thanks to @perrie for originally sponsoring the development of this module]
updated by @paul: 10/17/18 05:45:16AM
paul
@paul
10/16/18 05:16:18AM
4,335 posts

How to add Youtube Videos block on Audio Pro Skin


Design and Skin Customization

More information needed. We get the idea from the topic title but tell us where you want to add the block, what skin you are using, what YouTubes you want to show in the block, and where you are using SiteBuilder of the template editor to customise your site.
Thanks
paul
@paul
10/16/18 05:12:38AM
4,335 posts

Share this or comments not showing


Using Jamroom

Cleared the caches?
Other than that we'll need more information or the admin login for the site so that we can take a look.
  79