Forum Activity for @bandwerkstatt

Bandwerkstatt
@bandwerkstatt
01/17/17 01:41:21PM
224 posts

Problem with search conditions


Design and Skin Customization

Now i have tried it with the default template


only videos from profile id 1 (admin): This is working fine "admin video.png"
{jrCore_list
module="jrYouTube"
order_by="_created desc"
search="profile_id = 1"
pagebreak="25"
page=$_post.page
}

exclude profile id: the last two videos are missed!!! "exclude profile_id 1.png"
{jrCore_list
module="jrYouTube"
order_by="_created desc"
search="profile_id != 1"
pagebreak="25"
page=$_post.page
}

without search conditions: All videos are visible!!! "without search.png"
{jrCore_list
module="jrYouTube"
order_by="_created desc"
pagebreak="25"
page=$_post.page
}
admin video.PNG.png admin video.PNG.png - 316KB
Bandwerkstatt
@bandwerkstatt
01/17/17 01:20:57PM
224 posts

Problem with search conditions


Design and Skin Customization

first i tried it with another checkbox form field that was only visible for the admin.
i called it "admin_tv"

i tried to exclude that with search="admin_tv != on" but the list output excluded all other items that not saved admin_tv to the database
Bandwerkstatt
@bandwerkstatt
01/17/17 01:08:10PM
224 posts

Problem with search conditions


Design and Skin Customization

this ist correct.
what i exactly want to do, is to create two lists. One with the youtube videos from the users, and one list with videos from the admin.

The List with the Admin Videos is working.
{jrSeamless_list
modules="jrVimeo,jrYouTube"
order_by="_created desc"
template="video_row.tpl"
search="profile_id = 1"
pagebreak="25"
page=$_post.page
}


But the Video List with all other users is not working correctly
Bandwerkstatt
@bandwerkstatt
01/17/17 12:57:14PM
224 posts

Problem with search conditions


Design and Skin Customization

Hi.
I have a problem to exclude items from a specific user.

{jrCore_list
module="jrYouTube"
order_by="_created desc"
search="profile_id != 1"
template="video_row.tpl"
pagebreak="25"
page=$_post.page
}

In this Example i want to exclude all youtube items from that Video List.
This works... but many hundreds of other Videos from other users are excluded too.

I tried different search conditions. It also doesn't work with search1="profile_id !=1" and search="profile_id > 1"

And i get different output for this list when i logged in as admin or as a normal user.


by the way, before you ask me, actually my cache is deactivated
updated by @bandwerkstatt: 04/26/17 02:33:21PM
Bandwerkstatt
@bandwerkstatt
01/15/17 02:22:54PM
224 posts

Event Calendar import / export


Suggestions

Hi everyone,
it would be awesome, when the jamroom calendar import data from example facebook (events from bands), or you can export to facebook, google calendar or the ios calendar, or to send it via mail and so on.

Sorry, it is in german, but someone else still question in php forum about that http://phpforum.de/forum/showthread.php?t=271821
Is it possibly?

thanks for answere and the idea and dream :-)

stefan
updated by @bandwerkstatt: 04/27/17 09:43:40AM
Bandwerkstatt
@bandwerkstatt
12/14/16 11:15:19AM
224 posts

Jamroom updates - to overwrite own things


Using Jamroom

brian:
No problem - I think that will work out best for you.

Thanks!


Hi Brian,
it works.

Many thanks, now we are runnung Jamroom in the newest Version 6.

Stefan
Bandwerkstatt
@bandwerkstatt
11/29/16 01:53:10PM
224 posts

Jamroom updates - to overwrite own things


Using Jamroom

wow. thanks for this great help, now it a little bit clearer for us.

i will try this the next days and let you know if that helps.

Greetings, Stefan
Bandwerkstatt
@bandwerkstatt
11/29/16 01:40:35PM
224 posts

Jamroom updates - to overwrite own things


Using Jamroom

brian:
OK got it - sorry I misunderstood you :)

Then you are doing it correctly by customizing the template - is the problem that when you upgrade you are losing your changes?

Thanks!

yes, that's our problem, because the changes we did, are in the include.php from the jrAudio Module.

maybe the only way we can do, is to ignore all updates. but thats not the correct solve.
updated by @bandwerkstatt: 11/29/16 01:42:37PM
Bandwerkstatt
@bandwerkstatt
11/29/16 01:35:40PM
224 posts

Jamroom updates - to overwrite own things


Using Jamroom

Hello Brain,
sorry for my bad english and thanks for your help ;-)

We don't want to choose as admin who can download or not.
The Artist only should get the possibility to choose for every single song/Item if it could be downloaded.

I hope you know what i mean?

Stefan
updated by @bandwerkstatt: 11/29/16 01:38:50PM
Bandwerkstatt
@bandwerkstatt
11/29/16 01:19:22PM
224 posts

Jamroom updates - to overwrite own things


Using Jamroom

Bandwerkstatt:
paul:
How have you updated the player? If its by modifying templates make sure you have done that via the ACP tem[plate editor or by creating an 'over-ride' template in the active skin. That way they will not be overwriten on module updates.

Hello Paul,
many thanks for answere.

No, not via template, i have to put a code line into the include.php, to give the members the possibility disable downloads for their songs.

Thanks for your helf :)


michael:
What you want is this:

Docs: "Events and Listeners"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-developers-guide/1011/events-and-listeners

Make a module to make the changes then you wont need to do anything when modules are updated.



Hello Jamroom Team,
many thanks for your help.

Unfortunately, our English and our program knowledge is not good enough to move such a like Docs: "Events and Listeners" module.

I try to describe it simply once more more exactly with photos.

Unfortunately, there is not since the version 5 any more the possibility that the user can select that his songs nowhere can be download.

On account of that we have tried to handle even about form designer and more own php history this problem.

As soon as there is, however, a new update of Jamroom, unfortunately, all this is headlined.

The easiest one would be if your please again firmly offers the possibility that the user can select this.
Enclosed the pictures, as we handle at the moment.

photo 1)
the download button, this is the problem :) it must be off.

photo 2)
we handle at the moment, with all new jamroom/module update it delete

photo 3)
same as in photo 2

Hope you understand our problem and can easy help us.

THANKS.

Stefan
download_button.PNG.png download_button.PNG.png - 67KB

updated by @bandwerkstatt: 11/29/16 01:24:09PM
  2