Forum Activity for @ultrajam

SteveX
@ultrajam
04/19/14 02:40:37PM
2,589 posts

What are you listening to right now? Leftfield


Off Topic

Switched track to old Fela Kuti, which completely negates the issue.

Hot music man.
updated by @ultrajam: 04/19/14 02:42:57PM
SteveX
@ultrajam
04/19/14 02:25:22PM
2,589 posts

What are you listening to right now? Leftfield


Off Topic

Paques tumbleweed, day as normal in a muslim city.

(Paques is French for easter)

No easter eggs here. The chocolate companies haven't figured out how best to manage the margins yet. Almost everyone's teeth are already a mess (sugar and nicotine are the dominant drugs), so maybe because Big Choc has invested more in dentistry (which is big money business in these parts courtousy of a conveniently constructed aspiring middle class, you can still see the scaffolding here though - it's kind of cute to me).

Here you can buy sugar formed into cones, looks like about 1 and a half kilos in size. You give them at weddings births or funerals, or something like that, not entirely sure. But you can buy them today at the local taxi stand kiosk.

Sugar cones, thousands of years old, yet still current.

Sacrifice. Yeah, I'm pretty sure we are adding lots of sugar to the story, the speciality of our times. Dude got misrepresented, probably the last thing he expected, but consequences happened. We must try harder to fix that sort of issue, because that convenient crucifixion problem is still our dominant paradigm. Read any day's news for an example of that.




updated by @ultrajam: 05/20/14 09:31:11PM
SteveX
@ultrajam
04/18/14 01:38:43PM
2,589 posts

You have entered an invalid value for "profile owner error


Using Jamroom

brian:I deleted your zip file - it was a 200+KB HTML file stuffed with binary.
That's a bump :)

Sounds more like bumping into the mic than the mixing desk though. Nicely played Iz!
SteveX
@ultrajam
04/18/14 05:17:03AM
2,589 posts

Grouping Module Items


Suggestions

Then you could clone the module, create templates in your skin directory, or just rename it something generic like "browse"

You are only getting categories on the id:
www.myguitarworkshop.info/articles/categories/10
not (as it should be)
www.myguitarworkshop.info/articles/categories/general_music

Your array needs to be set up like
general_music|General Music
junkyard|Junkyard

You currently have either
General Music
Junkyard
or
10|general music
11|junkyard
Which is why you are only seeing the filtered category when using the id in the url
updated by @ultrajam: 04/18/14 05:17:42AM
SteveX
@ultrajam
04/18/14 05:07:39AM
2,589 posts

Grouping Module Items


Suggestions

Why not rename ujCategories to "browse"

Then you have your standard articles url showing output from your myArticles module:
www.myguitarworkshop.info/articles/

And the articles categories url showing the unfiltered output from ujCategories:
www.myguitarworkshop.info/articles/browse

And the individual categories will be
www.myguitarworkshop.info/articles/browse/general_music
SteveX
@ultrajam
04/18/14 04:59:10AM
2,589 posts

Grouping Module Items


Suggestions

Then you would need to rename the ujCategories url to "articles"

That won't work if you have another module url named "articles", so you'd need to rename the ujCategories url to something else, maybe "browsearticles" or "article" and not use the magic view
updated by @ultrajam: 04/18/14 05:00:44AM
SteveX
@ultrajam
04/18/14 04:47:52AM
2,589 posts

variables in jrCore_list search


Using Jamroom

{$rep = $rep|replace:"+":" "}
SteveX
@ultrajam
04/18/14 04:42:27AM
2,589 posts

Grouping Module Items


Suggestions

Then try renaming the ujCategories url to "general_music" and set it up as a magic view category.

I havent tried renaming the url for a magic view, but it should work. Give it a try and let me know.
updated by @ultrajam: 04/18/14 04:45:07AM
SteveX
@ultrajam
04/18/14 04:38:35AM
2,589 posts

variables in jrCore_list search


Using Jamroom

Quote: My jrProfile datastore has a field I've named profile_salesperson. I get this value into the page via the url like http://domain.net/proofs?rep=Some+Name.

So $rep = "Some+Name".

Is that what you have stored in the database as profile_salesperson? Exactly "Some+Name".

If not you will need to account for the encoding you have added in your url before searching.

Otherwise you are searching for "Some+Name" which may not exist in your database so it isn't found. (I expect you need to search for "Some Name" not "Some+Name")
SteveX
@ultrajam
04/18/14 04:08:51AM
2,589 posts

Grouping Module Items


Suggestions

Quote: But when it comes to display all these items Jamroom is not so strong. I can NOT let my users to list or display these items like
www.mywebsite.com/lessons/beginner_lessons
www.mywebsite.com/lessons/advance_lessons
In ujCategories (if you are using the default module view for your lessons), rename the module url to "lessons". Then your categories will be "beginner lessons", "advanced lessons".

If you are not using the default view, create a template named "lessons" with this in it:
{ujCategories_default_index category_set="lessons" page_title="Lessons pages"}
where you have named your lesssons category set "lessons" in ujCategories control panel.

Navigation/Filtering by category will be provided automatically if you are still using Elastic.
  168