Forum Activity for @michael

michael
@michael
05/18/16 05:40:17PM
7,826 posts

Media Url Scanner


Using Jamroom

I've been playing with the youtube module over the last couple of days and haven't noticed any issues.

I'll try to setup as per steps here and see if I can recreate so its fixed with the next release. Probably able to figure out some steps from the conversation, but if you have some exact steps...... I like steps :)
michael
@michael
05/16/16 09:59:31PM
7,826 posts

New Stuff Forum


Suggestions

yeah, me too. I hardly ever go to my profile because there is hardly ever anything new posted in the timeline. chicken-egg.

most common places i view are the NEW POSTS thread and the tickets and support questions. After that, probably the docs.
michael
@michael
05/16/16 06:04:36PM
7,826 posts

New Stuff Forum


Suggestions

Caught your meaning, just wondering if you posting an actual timeline update might get the use of the timeline more active here on jamroom.net.

If you write an actual post on the timeline, others can reply to it. Its not used much here.
michael
@michael
05/16/16 04:29:38PM
7,826 posts

Documentation module images out of div


Using Jamroom

Thanks, probably needs a 'img_scale' class added to it, we'll check it out.
michael
@michael
05/16/16 04:25:08PM
7,826 posts

New module with Aparna


Using Jamroom

post is unlocked again now.

As long as the prefix of the module is xxSomething then it will be available in the PACKAGE MODULE tool for export. If the module has fields made with the Form Designer, then check the checkbox that reads "export form fields" when you export it, then install it into wherever you like.

If the module is prefixed with anything other than xx then you will need a developers account here on jamroom to unlock the Package Module system.

If it is prefixed with something other than xx and you want to put it to your production server, copy the files to the production and go and get the SQL for the Form Designer fields from the database and run them on the production.

You will find the custom form fields in the jr_jrcore_form table and the 'module' column is the module they belong to.
michael
@michael
05/16/16 04:16:07PM
7,826 posts

New Stuff Forum


Suggestions

Whenever you put something in your timeline:
https://www.jamroom.net/n8flex/timeline

It turns up on everybodies dashboard page (screenshot). Could put a link there to your forum with a discussion page, or just use the timeline system to reply. It doesn't get much use here I think.
screenshot_developer_updates.png screenshot_developer_updates.png - 225KB
michael
@michael
05/13/16 09:47:01PM
7,826 posts

profile menu tab count


Design and Skin Customization

yeah, bit hard to understand, got it now though. What you're after is 'return_count'

{jrCore_list module=$module profile_id=$_post._profile_id return_count="true"}

Docs: "{jrCore_list}"
https://www.jamroom.net/the-jamroom-network/documentation/development/89/jrcore-list

If you put that code into your menu.tpl it will return the count of the items rather than the content of the items. Just make sure all the variables line up. If it doesnt work immediately, throw a {debug} in there and get the right variable names for the jrCore_list call.

Docs: "{debug}"
https://www.jamroom.net/the-jamroom-network/documentation/development/1477/debug
michael
@michael
05/13/16 08:54:45PM
7,826 posts

profile menu tab count


Design and Skin Customization

?? you want to know how many tabs there are? what for? why not just count them.

--edit--
and where do you want to output it to, that makes a difference also. If its in the menu.tpl file where the tabs are displayed, you can just add a counter to the foreach loop.
updated by @michael: 05/13/16 08:55:43PM
michael
@michael
05/13/16 08:46:14PM
7,826 posts

New module with Aparna


Using Jamroom

good call. dont use jr as its for 'the jamroom network' modules.
  397