Forum Activity for @michael

michael
@michael
02/04/14 11:17:56PM
7,832 posts

Add To Timeline


Jamroom Developers

I think the timeline button is added via a listener by the jrAciton module listening for the form being displayed.

Looking at it now it seams to be this function that puts the button there:
jrAction_form_display_listener()

It checks that the user has $_user['quota_jrAction_allowed'] == 'on' in their quota profile settings, then If the user is allowed access, it checks if the module is registered to have 'action_support'.

jrCore_get_registered_module_features('jrCore', 'action_support');

----------
Then looking to see where this 'action_support' comes into play I find it in jrAuido in the jrAudio_init() function in this structure:

    jrCore_register_module_feature('jrCore', 'action_support', 'jrAudio', 'create', 'item_action.tpl');
    jrCore_register_module_feature('jrCore', 'action_support', 'jrAudio', 'update', 'item_action.tpl');
    jrCore_register_module_feature('jrCore', 'action_support', 'jrAudio', 'create_album', 'item_action.tpl');
    jrCore_register_module_feature('jrCore', 'action_support', 'jrAudio', 'update_album', 'item_action.tpl');

so make sure your module also has those same things in its _init() function.

See how that goes.
michael
@michael
02/04/14 10:57:06PM
7,832 posts

Search feature suggestion


Suggestions

Your right. It should be focused on that box. I'll go take a look at it now.
michael
@michael
02/04/14 10:45:36PM
7,832 posts

What are you listening to right now?


Off Topic

Something that's going bu-dup-bu-wa-chk-da-bu-wap over and over again. (psytrance)CPC - Über Den Angst [HQ]
michael
@michael
02/04/14 10:41:44PM
7,832 posts

Sitewide notification bar


Suggestions

Take a look at the 'Admin Menu' module for reference. It injects itself into the top of all templates while active.

Look for the bar across the top of the screen with the ACP links in it.

Then build a module using it as reference.
michael
@michael
02/04/14 10:31:51PM
7,832 posts

Reinstalled back up and get error - CRI: Unable to copy skins/jrProJam/index.tpl


Installation and Configuration

Brian has a much better knowledge of server stuff than me, but whenever i encounter an issue on my server where I cant delete something via FTP i go in via SSH and do:

sudo chmod -R 777 /var/www/vhosts/admin/my-site.com/httpdocs/

you would use whatever permissions you need. 777 is ok for me because my site is totally offline. use whatever your sites permissions are supposed to be.

The correct solution will probably be to set the webserver and the FTP user into the same group, but I don't know the steps to do that, so you might need to ask your hosting company or someone specalized in server setup.
michael
@michael
02/04/14 10:26:32PM
7,832 posts

Base URL / System Name question post migration


Installation and Configuration

Changing the name in the GLOBAL CONFIG, then "Save Changes" should be all thats required.

If I was having the same issue, the first places i would go searching would be:
/data/config/config.php

See whats set in that text file.

If that looks right, then I'd go into phpmyadmin and do a search for the ip address to see if it was in any of the tables.
michael
@michael
02/04/14 10:18:50PM
7,832 posts

Jamroom5 not uploading pics, audio or video.


Jamroom Developers

Bit hard to help without being able to see it happening. or an error message to go on.

So the standard things to check are:
* run the Integrity check (site.com/core/integrity_check)
* clear the caches(site.com/core/cache_reset)
* check the system check has no red lights (site.com/core/system_check)

Then check
* the activity log for errors (site.com/core/activity_log)
* the PHP Error Log (site.com/core/php_error_log)

If none of that fixes it, post a link and some log-in details along with steps to reproduce what you see.

Someone will follow those steps and then can offer advice.
michael
@michael
02/04/14 09:16:51PM
7,832 posts

For @CurlsandCompany regarding music/book downloads website.


Design and Skin Customization

Maestro is a beautiful skin, but lets talk about how you want to configure your site.

The thing with jamroom is that changing the skin has a huge effect on how the front end of the system functions. So its good to figure out how you want the system to function before getting too committed to a particular skin.

If you hired N8Flex to do something custom, then of course you could get it working in any manner you want.

Was the plan for a music/audio book download community or just a store style?
michael
@michael
02/04/14 01:07:00AM
7,832 posts

Question about JR4/5 migration


Installation and Configuration

Like it says in that page, its optional, but if you have the extra ram to spare its good to do.

I did it to my local dev site and it feels faster. (might be psychological, not sure.)
  734