Forum Activity for @bandwerkstatt

Bandwerkstatt
@bandwerkstatt
01/26/15 06:25:36AM
224 posts

Disable Guestbook Limit?


Using Jamroom

How can i disable the Guestbook Limit if someone already signed in?
It makes no sense for me to sign only one time into a guestbook.


Do i have to set limit to zero '0', or false? Or should i set these lines as comments // ?

    // See if we have already signed...
    $_sp = array(
        'search'         => array(
            "_user_id = {$_user['_user_id']}",
            "guestbook_owner_id = {$pid}"
        ),
        'limit'          => 1,
        'skip_triggers'  => true,
        'ignore_pending' => true,
        'privacy_check'  => false,
        'return_count'   => true
    );
    $cnt = jrCore_db_search_items('jrGuestBook', $_sp);
    if (isset($cnt) && $cnt > 0) {
        $_res = array('error' => $_lng['jrGuestBook'][21]);
        jrCore_json_response($_res);
    }

btw. it would be good to set this at the quota settings (for an upcoming update)
updated by @bandwerkstatt: 02/26/15 10:21:51AM
Bandwerkstatt
@bandwerkstatt
01/25/15 02:37:26PM
224 posts

Does not count correctly?


Using Jamroom

Hello!
Excuse me, I would like to activate the subject once again.

Now we have belonged once more from our users that the system does not count the "Plays" correctly or not at all. The users were logged in with the test.

One can play quite normally a song, but it stands always 0 Plays there.

For example: http://selfmadeclub.de/uk-projekt/audio/247/i-got-be-your-girl
5 Users Play the Song, 1 give him a feedback but plays 0.

Have we put in the system a little bit wrong?

Many thanks for the taken time and renewed help!
Stefan
Bandwerkstatt
@bandwerkstatt
01/20/15 03:59:18AM
224 posts

Does not count correctly?


Using Jamroom

Hello!
We are irritated a little bit and do not know where with us exactly the mistake could lie.

Example:
http://selfmadeclub. de/mimpulsez/audio/236/ken-torres-i-know-original-version

With this artist stops of the Play with 1, no other ones simply arrive!
Where have we made a mistake?

Thank you very much that you help us.
Stefan
updated by @bandwerkstatt: 03/24/15 07:53:33PM
Bandwerkstatt
@bandwerkstatt
01/18/15 02:43:56PM
224 posts

Notifications


Using Jamroom

Hello!

-
Is there a possibility that one is informed if somebody a feedback on my song has written?

-
Does the possibility also insist on the fact that one is informed if somebody an answer to my feedback give has?

Like it is made with Facebook. One sees it on top in the menu a notification and can be informed when required, also via mail, in addition. However, at the same time I can also say, not follow this subject any more and to get therefore no more other informing.

Thank you very much!

updated by @bandwerkstatt: 02/24/15 04:59:50AM
Bandwerkstatt
@bandwerkstatt
01/15/15 02:23:24PM
224 posts

Dashboard error message


Using Jamroom

Hello!
Many thanks for the answer.

OK, so it is no serious error message!?

Do I repair the mistake in Jamroom myself, or must I look for it on the server? If so, where? :-)

Greeting and thanks,
Stefan
Bandwerkstatt
@bandwerkstatt
01/15/15 12:56:18PM
224 posts

Dashboard error message


Using Jamroom

Hello!

A mistake with which we do not get on so really indicates our "Dashboard".

It is:
disk space checking
supported
/usr/bin/du is executable - unable to stat disk space

Now my question. How and can where I repair this?

Many thanks for your help.
Stefan
updated by @bandwerkstatt: 03/21/15 10:23:50PM
Bandwerkstatt
@bandwerkstatt
01/12/15 12:35:27PM
224 posts

menu --> menu points change


Using Jamroom

Hello.

I have a question to the menu -> to the single menu points.

Where I can put these please and change, translate:

"Account Setting"
"Private message"
"Log-out"

... how I change the order.

And, do the URLs alter themselves also automatically into suitable language?
-> webpage. de/pages/logout
-> webpages. de/pages/ausgeloggt

Thank you very much!
Stefan
updated by @bandwerkstatt: 03/14/15 05:06:26PM
Bandwerkstatt
@bandwerkstatt
12/14/14 09:57:33AM
224 posts

direct template call


Design and Skin Customization

I found this out already. but what about the ranking call or core_list call? is this still supported?
Bandwerkstatt
@bandwerkstatt
12/14/14 09:39:43AM
224 posts

direct template call


Design and Skin Customization

Hi

how can i call a template function directly in JR5 like this in JR4:

{$JAMROOM_URL}/index.php?t=songs
{$JAMROOM_URL}/ranking.php?mode=video...

greetings, Marco
updated by @bandwerkstatt: 02/10/15 04:52:52AM
Bandwerkstatt
@bandwerkstatt
12/07/14 01:50:32PM
224 posts

Email change validation


Jamroom Developers

DannyA:
While you're at it, on the registration and account/profile settings, it would be great if we could have type ahead validation (using ajax) on email addresses and user names so user does not have to submit form to see if name is taken.

... great Idea. Yes!
  18