Forum Activity for @developer-networks

Developer Networks
@developer-networks
10/23/16 03:09:07AM
566 posts

Audio upload limited to 32mb


Installation and Configuration

I'm sorry maybe you misunderstood. I have my file size configured properly. It is set to 128mb upload and it appears the jrAudio module has been limited to 32mb?
Developer Networks
@developer-networks
10/23/16 01:46:09AM
566 posts

Audio upload limited to 32mb


Installation and Configuration

Is there a configuration fix for the jrAudio limitation of 32 mb audio upload size That I am possibly missing? I had a 1hr DJ radio set uploaded tonight that was 55mb @ 128kbps and I had to downgrade audio quality significantly due to this file size limitation. My servers have a file size upload limit of 128mb.

Thanks
updated by @developer-networks: 01/22/17 09:04:59PM
Developer Networks
@developer-networks
10/21/16 01:14:52PM
566 posts

Using the Form designer checkbox with a jrCore_list


Design and Skin Customization

That worked. I will add that one to my notes. Thanks so much!
Developer Networks
@developer-networks
10/21/16 01:03:35PM
566 posts

Using the Form designer checkbox with a jrCore_list


Design and Skin Customization

I have a check box that allows the administrator to check a forum post to be featured.

so in my jrCore_list i have
 {jrCore_list module="jrForum" search1="forum_featured = on" search2="forum_cat like %" template="featured_forums.tpl" limit="10"}

search1 should be sorting out and listing the featured checked forums in the array but it dosent.

In my debug it appears the array returns with nothing at all. However there are in fact "featured_forms that do = on"

Moreover,
if I change search1 to "forum_featured != off" it lists them but also lists the nulled ones
so... any ideas why this is happening and how I can resolve?

Thanks


updated by @developer-networks: 01/19/17 10:51:36PM
Developer Networks
@developer-networks
10/19/16 12:22:29PM
566 posts

Changing Images


Profile Badges

You can simply replace the images in your FTP with the same name and it will over write them and will work.
Developer Networks
@developer-networks
09/27/16 10:11:12PM
566 posts

How to list Forum categories by order Profile Arranged


Jamroom Developers

Thanks Michael. That's exactly how I've solved it last night after writing this. :) I learned a lot about controlling another module on this one.

I dont think that It would be a load bearing problem to the server at all. My module I created that takes care of this functionality does not even cause a page hick up when loading.

Any rate thanks for your help and suggestions.
They are all very appreciated!


updated by @developer-networks: 09/28/16 03:18:05AM
Developer Networks
@developer-networks
09/27/16 05:59:19PM
566 posts

How to list Forum categories by order Profile Arranged


Jamroom Developers

Yeah, I was noticing those variables are not accessible from the jrCore_list also. Thanks for verifying that. Also, Just a suggestion...it may be better they were included in the jrCore_list function for future use for other Jamroom users.

I am having to building a module now just to work with them in a template but the variable is already saved in the jrForum Data store.

It would had made life easier to just be able to use
{jrCore_List module="jrForum" order_by="cat_order_id desc" ....}

or something...

Anyways, thanks for your help and I appreciate your time! :)


updated by @developer-networks: 09/27/16 06:18:37PM
Developer Networks
@developer-networks
09/27/16 12:40:57AM
566 posts

How to list Forum categories by order Profile Arranged


Jamroom Developers

I am trying to list the Forum categories in order they have been arranged by the profile. I have tried this but with out success
order_by="cat_order desc" 

I noticed cat_order is not passed in the $item... so would this require me to write a function that extracts the cat_order from the database or is this data already accessible to my template in the list?
updated by @developer-networks: 12/31/16 01:26:51AM
Developer Networks
@developer-networks
09/26/16 10:51:49PM
566 posts

Make a more compact Latest Activity list on my home page


Design and Skin Customization

Sorry im not very familiar with site builder but I hope this helps...

In a template but you would add a height or width property to the smarty function that is calling the image. Here is an example of one I used for Blogs. As Michael suggested create a template and this code is placed inside of your templates {foreach} loop and then you would call it based on that {jrCore_list module="jrAction... $item's varibles:
{jrCore_module_function function="jrImage_display" module="jrBlog" type="blog_image" item_id=$item._item_id size="icon" alt=$item.blog_title width=100 height=100 class="iloutline img_shadow"}


updated by @developer-networks: 09/27/16 05:54:40PM
  8