Forum Activity for @developer-networks

Developer Networks
@developer-networks
12/18/13 10:45:52PM
566 posts

Data Browser Not Seatchable By Email


Suggestions

michael:
The thread initially asked for the location of
Quote: Users => User Accounts => tools => Browse User Accounts => search
and that was fixed in the next update of the jrUser module.


Yes that's what I was talking about, thanks Michael.

I wasn't referring to looking up a profile which had no email address. Just found this while trying to search for a specific email address on my system and figured it would help others to mention it.
updated by @developer-networks: 12/18/13 10:48:15PM
Developer Networks
@developer-networks
12/18/13 10:29:27PM
566 posts

Data Browser Not Seatchable By Email


Suggestions

Yes but if you do a search for the value of me@mysite.com , on the databrowser inside the user profiles tools tab. It returns with nothing.

The software suggests that it is searching these fields in my database when I type in this search box. the chart is showing: Img, Id, UserName, Profile Name, Email, Last Login, And Modify.

Its great to learn I just need to add a key to search and that the search is bigger then just these 7 fields. What are all the searchable keys? A link to a list of them would be good to add for anyone learning this. Maby a link in the help section for others to learn the keys: 'to jamroom search'

But yea, it might help others if you could just type in the email in the search box and it returns the value or works with a key: searches as well.


* I think that developers will know the keys but the end user will try it just with the email name 1st
updated by @developer-networks: 12/18/13 10:40:13PM
Developer Networks
@developer-networks
12/18/13 01:48:34AM
566 posts

Data Browser Not Seatchable By Email


Suggestions

I noticed that I couldent search by email in the Data Browser under Users => User Accounts => tools => Browse User Accounts => search

This suggestion might be handy to have on every Jamroom when the admin needs to find a member based on their email address for whatever reason.

Thanks
updated by @developer-networks: 01/19/14 03:31:17PM
Developer Networks
@developer-networks
12/08/13 05:51:34PM
566 posts

SOLVED - Block only viewable if populated with at least one field?


Design and Skin Customization

You could use jrCore_list and create lists and they will populate if they are filled. But the way this is set up would display all people who play drums or guitar. So you would also want to pass a search

so it would look something like this.

 
{jrCore_list module="jrProfile" order_by=$order_by search1="profile_active = 1" search2="profile_quota_id in `$_conf.mySkin_bandmembers_quota`" limit="3" tpl_dir="mySkin" template="myBandmembers_row.tpl"} 

also check out this for the jrCore_List functions to seperate your lists in with more isolation

http://www.jamroom.net/the-jamroom-network/documentation/development/89/jrcore-list


updated by @developer-networks: 12/08/13 06:08:24PM
Developer Networks
@developer-networks
12/08/13 04:57:36PM
566 posts

Adding a clickable image to a module profile page tab


Design and Skin Customization

jrCore_register_module_feature('jrProfile', 'profile_tab', 'myModule', 'mytab', 22); // 22 = 'mytab'


I was working on the design part tonight and wanted to add a clickable image to my module page tab but havent seen this done yet and dont believe this was covered in any documentation.

How would I go about adding a clickable image to a module profile page tab?


Thanks


updated by @developer-networks: 01/08/14 08:03:36AM
Developer Networks
@developer-networks
12/03/13 02:07:03PM
566 posts

Are there any developers selling video & audio players like for jr4 ?


Jamroom Developers

Ill see if i can set one up tonight. Thanks the help.


* But wont that only work if its using JPlayer?

I was trying to bring in another player itself so i could take advantage of some really cool features.


updated by @developer-networks: 12/03/13 03:26:30PM
Developer Networks
@developer-networks
12/03/13 10:56:34AM
566 posts

Are there any developers selling video & audio players like for jr4 ?


Jamroom Developers

Ive played around with it but it would require modifying the jrAudio module to work with the new player so i havent done anything yet.

Im sure there will be a way in the future to bring in a new media players with out having to modify a jrModule to get it done.
Developer Networks
@developer-networks
12/03/13 06:53:34AM
566 posts

JrButtons


Jamroom Developers

brian:
I should add that for now you would want to provide a document on changing out the existing jrFoxyCart button to your module button.

I already have, Just got tired of doing it every update and decided jrButtons would make a great solution to all.
Developer Networks
@developer-networks
12/03/13 06:51:27AM
566 posts

JrButtons


Jamroom Developers

No this actually helps a lot. It is a much needed tool for developers to be able to talk to your modules with out having to change your code. Thanks, and i will deffinatly look forward to this update.
  45