Forum Activity for @musamensa

alt=
@musamensa
11/18/20 04:35:51AM
248 posts

Uploaded audio files are not processing correctly.


Installation and Configuration

All audio file upload gets stuck at the " This audio file is currently being processed and will appear here when complete. " stage. However, the audio file is downloadable and can be streamed when added to the playlist player.

updated by @musamensa: 02/23/21 05:31:17AM
alt=
@musamensa
09/15/20 11:50:00AM
248 posts

Heavy Mysql process using up server resources.


Installation and Configuration

so I noticed another account that has some old blog post is also behaving the same way and using up memory. Please find attached the debug entry.
jr_debug.png jr_debug.png - 40KB
alt=
@musamensa
09/11/20 02:43:49PM
248 posts

Heavy Mysql process using up server resources.


Installation and Configuration

Ok, so I have deactivated the account that made those blog posts and the memory usages have reduced to about 40%, and the user is no longer listed, however, all the blog posts associated with that account itembosupport have disappeared.
alt=
@musamensa
09/11/20 01:35:16PM
248 posts

Heavy Mysql process using up server resources.


Installation and Configuration

Hello, I having trouble figuring out what exactly is using up my server resources (Memory). The following URL is constantly accessing this location.

/itembosupport/blog/category/featured/_self/_self/_self/_self/Ice_Prince/music.php/Ice_Prince/_self/_self/Ice_Prince/p=/p=/p=/p=/p=/p=/p=/p=/p=/p=/p=/p=/p=/p=/p=/p=/p=/p=/p=/p=/p=/p=/p=/p=/p=/p=/p=/p=/p=/p=/p=/p=/p=/p=/p=/p=/p=/p=/p=/p=/p=/p=/p=/p=/p=/p=/


jr_error.png jr_error.png - 53KB

updated by @musamensa: 12/14/20 09:37:14PM
alt=
@musamensa
08/17/20 08:45:04AM
248 posts

How do I make the profile_sidebar.tpl section to hide when a profile page is viewed.


Design and Skin Customization

michael:
profile_index.tpl is the default for when the profile loads and no tab is selected.
profile_item_index.tpl is the default for when one of the tabs (eg: audio) is selected. It usually would show a list of audio items

Thanks, it makes a lot of sense now.
alt=
@musamensa
08/17/20 12:02:46AM
248 posts

How do I make the profile_sidebar.tpl section to hide when a profile page is viewed.


Design and Skin Customization

it's for the AudioPro skin but I did some customizations. please what .tpl file is loaded when you view a profile? profile_index.tpl or profile_item_index.tpl ? I noticed that profiles that have 'Customize profile' enabled use profile_index.tpl and those that don't use profile_item_index.tpl.
alt=
@musamensa
08/16/20 06:55:21AM
248 posts

How do I make the profile_sidebar.tpl section to hide when a profile page is viewed.


Design and Skin Customization

...so I am thinking that I have to toggle between the profile_sidebar.tpl and
 
{$profile_item_index_content}
in someway to achieve this ?
alt=
@musamensa
08/16/20 06:41:05AM
248 posts

How do I make the profile_sidebar.tpl section to hide when a profile page is viewed.


Design and Skin Customization


{if $_conf.Mobile_profile_side == 'right'}
    {jrCore_include template="profile_sidebar.tpl"}
    {$last = 'last'}
{/if}



<section>
<div class="col4" style="background: #ffffff;
	bottom: 0;
	content: " ";
	margin-left: -10px;
	position: absolute;
	top: 0;
	width: 1px;"> {jrCore_include template="profile_sidebar.tpl"}






</div>
<div class="col6 last" style="margin-left=20px">
<div class="">
        {$profile_item_index_content}
    </div>

</div>


<div class="mobile"> 


    <div class="title">
       
        <h1>Producers</h1><br>
        
    </div>
    <br>
    
    
    
    
    
<!-------
<div class ="col2 last" >
    
    
    <div class="desk" style="text-align: center;" >
 <p class="desk" style="    color: rgba(103, 98, 98, 0.6);
    font-style: italic;">Sponsored</p> 
    
    <p><a href="https://itembo.com/itemboservices"><img src="https://itembo.com/image/img/module/jrCore/beat_shop.jpg?r=412173812" alt="itembo Services" title="itembo services" style="margin: 0px;" width="300" height="750" border="1"></a></p>
    
    
    
   </div>
   </div>
    ----->

</section>


Ok, so I added the code you sent to this profile_item_idex.tpl page but page did not load on the browser.
updated by @musamensa: 08/16/20 06:42:49AM
  2