Forum Activity for @ultrajam

SteveX
@ultrajam
02/21/14 06:07:37AM
2,589 posts

Charts highest climbers


Jamroom Developers

Is there any way to list the highest climbers in a chart? To order on the chart_change field?

Something like:
order_by="chart_change numerical_desc"

updated by @ultrajam: 03/25/14 10:07:35PM
SteveX
@ultrajam
02/21/14 04:21:46AM
2,589 posts

How to strip jrEmbed tags?


Jamroom Developers

Ah, I'm still seeing the same problem.

If I blacklist "embed" the jrEmbed tags appear in the output.

I wanted to use the summary (which may contain embed tags) truncated in a list of items, so where the embedded media doesn't show, but where the jrEmbed tag doesn't show as well. Is that possible.
SteveX
@ultrajam
02/21/14 04:00:34AM
2,589 posts

How To Custom Profile URL, Form Designer Not Working


Design and Skin Customization

A user can already change their profile_url by changing their profile name.
SteveX
@ultrajam
02/20/14 05:10:59PM
2,589 posts

Profiles using ujCategories


Archived

Hi Danne,

You would create a custom profile field using the Form Designer - the button on the profile settings page. Name it "profile_skills" or something else.

"skills" is the name of the new category set you create in ujCategories.

The category_url will be "skills". The module will be jrProfile, the field will be profile_skills. Enable it, make it the main category, then enter your skills in the optionlist syntax, or enter a function name to return your list of skills. Then save and check that it is working using the /categories/skills link.

Then make a skills.tpl in your skin directory, and put this in it:
{ujCategories_default_index category_set="skills" page_title="See Our Skills"}

Then you can use the uri /skills/guitarist and switch off skills as the main category in the control panel.

There is a more detailed walkthrough here, just substitute "genres" for "skills":
https://www.jamroom.net/ultrajam/documentation/modules/1284/ujcategories
updated by @ultrajam: 02/20/14 05:57:55PM
SteveX
@ultrajam
02/20/14 04:54:44PM
2,589 posts

How to strip jrEmbed tags?


Jamroom Developers

That's perfect. Thanks Brian!
SteveX
@ultrajam
02/20/14 06:43:44AM
2,589 posts

How to strip jrEmbed tags?


Jamroom Developers

I have a textarea which allows jrEmbed

I can show that in a template like this:
{$proj_summary|jrCore_format_string:$item.profile_quota_id|jrEmbed_embed}

But how do I strip the tags out if I want to use that in a briefer list row template?
If I remove the jrEmbed_embed modifier or use |strip_tags I see the unmodified tag in the output:
jrEmbed module="jrAudio" id="30"
It prints the square brackets as well, but the forum won't display that

Thanks!
updated by @ultrajam: 03/26/14 06:17:07AM
SteveX
@ultrajam
02/20/14 06:20:34AM
2,589 posts

Profiles using ujCategories


Jamroom Developers

Yes, you can do this, but can you post this to the ujCategories forum please:
https://www.jamroom.net/ultrajam/forum/ujcategories
SteveX
@ultrajam
02/18/14 04:02:46PM
2,589 posts

Jr Actions


Jamroom Developers

I'm not sure then Nate. If you can make sure the bitbucket repo is up to date I will sync mine and take a look at the code tomorrow morning, but I can't move it to my dev site, so I can only look through the code to see if anything jumps out.
SteveX
@ultrajam
02/18/14 03:47:41PM
2,589 posts

Jr Actions


Jamroom Developers

And you are sure that id is correct as the xtSong id, it should save.

jrAudio update does it exactly like that:
    // Add to Actions...
    jrCore_run_module_function('jrAction_save', 'update', 'jrAudio', $_post['id']);

xtSong create update functions work exactly like jrAudio so if 92 is the correct id for the song, it should save. I dont think the template existing is important to save to the db.

Is this for an admin user or an artist updating their own xtsong?
SteveX
@ultrajam
02/18/14 03:22:53PM
2,589 posts

Problem with google sitemaps


Off Topic

Maybe the jamroom team put in a good word for you. It can take much, much longer than that to be reindexed.
  195