Forum Activity for @paul

paul
@paul
05/28/15 05:31:54AM
4,335 posts

Listing in ProJam Light


Design and Skin Customization

Its done with appropriate search parameters in template jrCore_list calls.
What is your criteria for top songs, videos and artists, and where do you want them to show, and how many do you want to show etc?
paul
@paul
05/28/15 12:25:50AM
4,335 posts

Profile Layouts


Design and Skin Customization

I've used this code recently to make tabs on a profile index page -
    {* Search form and tabs *}
    {jrSearch_module_form module="jrComment" fields="comment_text"}
    <table class="page_content">
        <tr>
            <td class="page_tab_bar_holder">
                <ul class="page_tab_bar">
                    <li id="forum" class="page_tab{if !isset($_post.opt) && !isset($_post.ss)} page_tab_active{/if}"><a href="{$jamroom_url}/{$_post.module_url}/{$murl}">Forum</a></li>
                    <li id="latest_posts" class="page_tab{if $_post.opt == 'np'} page_tab_active{/if}"><a href="{$jamroom_url}/{$_post.module_url}/{$murl}/opt=np">Newest Posts</a></li>
                    {if jrUser_is_logged_in()}
                        <li id="my_posts" class="page_tab{if $_post.opt == 'mp'} page_tab_active{/if}"><a href="{$jamroom_url}/{$_post.module_url}/{$murl}/opt=mp">My Posts</a></li>
                    {/if}
                </ul>
            </td>
        </tr>
    </table>
    {* /Search form and tabs *}
hth
paul
@paul
05/26/15 07:49:58AM
4,335 posts

simple question on maintenance mode


Using Jamroom

Its in the Core maintenance.tpl template.
hth
paul
@paul
05/25/15 02:02:29AM
4,335 posts

Random profile spotlight with no repeats


Design and Skin Customization

What is the {jrCore_list . . .} call that is doing this at the moment? Do you have the URL so that we can check its randomness here?
paul
@paul
05/23/15 11:37:36AM
4,335 posts

Image file compression


Installation and Configuration

Good point Gary. Can likely add in an exclusion for images that are for sale.
Thanks
paul
@paul
05/22/15 08:50:51AM
4,335 posts

Differrent strange homepage after new user registration


Genosis

There are many reasons why a new profile doesn't show on a homepage and it really depends on what the homepage is searching for, and whether the new profile complies with that search. Profiles not having an uploaded image is one of the main reasons.
I'm not a particular expert on Genosis so hopefully Brian will be able to step in here sometime soon but I know he's pretty busy with other stuff atm.
hth
Paul
paul
@paul
05/21/15 11:54:28PM
4,335 posts

Image file compression


Installation and Configuration

Strumelia:
paul:
Coincidentally enough I've just built a tool to do this for another ex Ningster and it will be in the next release of the jrImage module.
Basically you set the maximum image width or height and the module and it'll run though all the module images reducing their size appropriately. Disk usage savings can be very significant.

Paul, will this new tool retroactively go through all the images already on my JR site that were imported from an older ning archive? Or will it only work for new images added by users after the tool is working?
Will it be able to work when we do my 'go live' archive/import soon?

It will go though all images on your site, at any time that you implement the tool so yes, it can be run after you have imported from Ning.
It also has a 'Dry Run' option that will reprort potential savings without actually doing the reduction.
paul
@paul
05/21/15 12:13:03PM
4,335 posts

Error importing image galleries


Ning To Jamroom

That's good. Glad its sorted.
paul
@paul
05/21/15 08:25:24AM
4,335 posts

Error importing image galleries


Ning To Jamroom

Obvious first question - Have to set the NingImport module's archive location field to the newly uploaded archive folder?
paul
@paul
05/21/15 07:34:10AM
4,335 posts

Image file compression


Installation and Configuration

Its for alternatives to local storage on the server, e.g.. cloud storage which can be a lot cheaper for big systems. We have started some work towards this so that field, and hooks into the Core are there ready for it.
  291