Forum Activity for @dazed

Dazed
@dazed
03/06/21 06:49:33PM
1,022 posts

JR4 still the best. Why you abondoned this?!


Using Jamroom

I wish you guys would rebrand the same framework (keeping JR of course) and compete against WordPress, Joomla, Shopify etc. The number of sites I could have built for different businesses using Jamroom is alarming.

I built a martial arts demo for a place in about 30 minutes that was mind blowing using JR. Think about that for a second. Every student had his own page they could upload photos and videos to and share their profile with friends who may also want to be students. They could set up subscriptions and get auto payments. Mass emails to students. Easy cms to make changes. They were so clueless on this stuff I walked away.

I have had many other people to ask me to build them sites that have selling capabilities like hair salons, dog breeders, jewelers but I do not have the time. JR is superbly written and has so many rich features that people want.
Dazed
@dazed
11/28/20 01:04:05PM
1,022 posts

Continuous Player When Navigating Away From Page


Suggestions

When a user is playing a video on youtube and navigates away, there is a mini-player that pops and the video keeps playing. To me this is an annoyance but others apparently like it. I have had a few peopla ask for something similar so they can continue playing songs from an artist while navigating the site.

Requirements would probably be something like:

As a user, I would like to be able to have a song I am playing, continue playing if I navigate away from the page I am currently on.

If I navigate away, continue playing the song in a popup player (or maybe add it to the header/footer somewhere)

If the song completes, continue playing songs by that artist as a playlist

If the user plays a new song on a page, close the popup player and continue to play the song from the player on the page

updated by @dazed: 02/26/21 10:32:57PM
Dazed
@dazed
04/27/20 10:59:22AM
1,022 posts

Any Changes To Site Comments?


Using Jamroom

opening ticket - debug error is back hehe
Dazed
@dazed
04/27/20 10:52:55AM
1,022 posts

Any Changes To Site Comments?


Using Jamroom

No on logs.

Running an integrity check again after updating to the newer core.
Dazed
@dazed
04/27/20 10:49:08AM
1,022 posts

Any Changes To Site Comments?


Using Jamroom

Hey Brian - No I ran updates and the site comments are no longer displayed after the last update. I had an error in the debug log for:

[error] => Query Error: Unknown column 'a._profile_id' in 'order clause'

I deleted the log and nothing is displaying in logs just yet so this may not have been the cause.
Dazed
@dazed
04/27/20 10:39:05AM
1,022 posts

Any Changes To Site Comments?


Using Jamroom

I had some code for site comments (jrComment) that appears to have been crushed due to a recent update. It is no longer diplaying on my site. Was there any changes in this module? Actually looking at url/site_comments I see comments so it appears to be something else that changed.

I just saw this in the logs....

[error] => Query Error: Unknown column 'a._profile_id' in 'order clause'

{jrCore_list module="jrComment" order_by="_item_id NUMERICAL_DESC" limit="10" template="side_comments.tpl" assign="SIDE_COMMENTS"}

side_comments.tpl
{if isset($_items)}
    <div class="title">{jrCore_lang skin=$_conf.jrCore_active_skin id="78" default="Latest"} {jrCore_lang skin=$_conf.jrCore_active_skin id="77" default="Comments"}</div>
    <div class="body_3 mb20">
        <div style="height:450px;overflow:auto;">
            {foreach from=$_items item="item"}
                <div class="block">
                    <div style="display:table">
                        <div style="display:table-row;">
                            <div style="display:table-cell;width:1%;text-align:center;vertical-align:top;">
                                <a href="{$jamroom_url}/{$item.profile_url}">{jrCore_module_function function="jrImage_display" module="jrUser" type="user_image" item_id=$item._user_id size="xxsmall" crop="auto" alt=$item.user_name class="action_item_user_img iloutline"}</a>
                            </div>
                            <div style="display:table-cell;text-align:left;vertical-align:top;padding-left:5px;">
                                <div class="normal">
                                    <a href="{$item.comment_url}">Re: {$item.comment_item_title|truncate:20:"...":false}</a><br>
                                    {$item._created|jrCore_date_format}<br>
                                    <span class="highlight-txt"><i>{jrCore_lang skin=$_conf.jrCore_active_skin id="112" default="By"}:</i></span> <a href="{$jamroom_url}/{$item.profile_url}"><span class="capital">{$item.profile_name|truncate:20:"...":false}</span></a><br>
                                    <br>
                                    {$item.comment_text|truncate:200:"...":false|jrCore_format_string:$item.profile_quota_id}
                                </div>
                            </div>
                        </div>
                    </div>
                    <hr>
                </div>
            {/foreach}
        </div>
    </div>
{/if}

updated by @dazed: 07/29/20 07:36:10AM
Dazed
@dazed
03/04/20 03:03:55PM
1,022 posts

Quota Upload Song Issue - Maxed Quota Error After Deleting All Songs


Using Jamroom

ok so my user tested this out and still is receiving the error message. I ran integrity check also after rebuilding profile counts.
Dazed
@dazed
03/03/20 07:02:30PM
1,022 posts

Quota Upload Song Issue - Maxed Quota Error After Deleting All Songs


Using Jamroom

ok added changeOwnership Module and reloaded profiles. same error.

[03-Mar-2020 22:01:34 America/New_York] PHP Fatal error: Uncaught Error: Call to undefined function jrChangeOwner_get_valid_modules() in /home/jamroom/sites/site.com/public_html/modules/jrProfile-release-1.9.0b2/index.php:1796 [1]
Stack trace: [2]
#0 /home/jamroom/sites/site.com/public_html/modules/jrCore-release-6.5.0b17/lib/module.php(304): view_jrProfile_rebuild_count(Array, Array, Array) [1]
#1 /home/jamroom/sites/site.com/public_html/modules/jrCore-release-6.5.0b17/router.php(163): jrCore_run_module_view_function('view_jrProfile_...') [1]
thrown in /home/jamroom/sites/site.com/public_html/modules/jrProfile-release-1.9.0b2/index.php on line 1796 [1]
Dazed
@dazed
03/03/20 06:56:15PM
1,022 posts

Quota Upload Song Issue - Maxed Quota Error After Deleting All Songs


Using Jamroom

Hey Michael. Well I guess I can see the issue. I do not even have the change module.
updated by @dazed: 03/03/20 06:57:46PM
  3