Forum Activity for @michael

michael
@michael
10/09/13 05:31:06PM
7,832 posts

Marketplace module updated


Announcements

ah, gotcha. smart.
michael
@michael
10/09/13 05:11:19PM
7,832 posts

Marketplace module updated


Announcements

initial reaction: Thought the idea was to have them put their stuff into the marketplace. if they have their own marketplace, seams like it takes away from the markeplaces value no?

"Put your modules in the markeplace so others can install them directly from their jamroom installation and skip the FTP process."
michael
@michael
10/08/13 04:10:57PM
7,832 posts

admin hover menu bug


Using Jamroom

did you try changing skins, see if its working on other skins. it shouldnt make a difference with skins, but its something to try.
michael
@michael
10/07/13 03:12:14PM
7,832 posts

New Module: IpsumJam


Using Jamroom

brian:...Which popup window? I don't have jrEmbed installed - does it work with the embed module?...

yup, its a tab on the jrEmbed popup window.
michael
@michael
10/07/13 03:10:30PM
7,832 posts

New Module: IpsumJam


Using Jamroom

suggestions:
#1 change the title and label of the quota text:

Currently:
"allowed on profile" //perhaps "show ipsum tab in Embed popup"
"Should this Quota be allowed access to this module?" //perhaps "If this is checked users of this quota will be able to access the ipsum tab to insert ipsum into posts via the tinymce editor directly"

#2 on the popup ipsum tab, there is a "(links)" link that doesn't appear to do anything. clicking it I expected perhaps it would allow me to define where the links went. (as im writing this im thinking, perhaps its just an example of what a link is, but that did not occur to me when looking at the page. it was a link, so i clicked it.)

Nice looking module. :)
michael
@michael
10/05/13 07:52:39PM
7,832 posts

Requirements


Using Jamroom

I think what your after is 'requires' in the _meta() function. check jrFoxyCartBundle, it requires jrFoxyCart:

/**
* meta
*/
function jrFoxyCartBundle_meta()
{
$_tmp = array(
'name' => 'FoxyCart Bundles',
'url' => 'bundle',
'version' => '1.0.1',
'developer' => 'The Jamroom Network, ©' . strftime('%Y'),
'description' => 'Package multiple items for sale into bundles so they can be priced separately',
'category' => 'ecommerce',
'requires' => 'jrFoxyCart',
'priority' => 81
);
return $_tmp;
}

as for the other issue, your still not using phpstorm i see.
michael
@michael
10/03/13 05:49:20PM
7,832 posts

jrPages profile index


Using Jamroom

Could that explain why jrPage, needing core:5.1.0 does not show in my profile menus where the system does not have a:

jrCore-release-5.1.0

meerly a:

jrCore
michael
@michael
10/03/13 04:26:30PM
7,832 posts

New Issue Tracker module


Using Jamroom

nice one. Perhaps knowing how many users were following each issue would be useful?
michael
@michael
10/03/13 04:00:45PM
7,832 posts

jrPages profile index


Using Jamroom

Clear the cache yes, but not reload the module because this module didn't come from the marketplace. It was uploaded via FTP.
michael
@michael
10/02/13 05:53:06PM
7,832 posts

jrPages profile index


Using Jamroom

Yesterday the list of pages wern't showing on under the 'Page' menu item. today I cant see the 'Page' menu item. hmmm.
  776