Forum Activity for @paul

paul
@paul
08/19/15 09:58:02AM
4,335 posts

how can we view influences on a profile????


Using Jamroom

Its probably best just to add a profile_influences field to the profile update form using the Form Designer, then, to the profile_sidebar.tpl template, add something like -

        {if isset($profile_influences) && strlen($profile_influences) > 0}
            <div class="block">
                <h3>Influences</h3>
                <div class="block_content mt10">
                    <div style="padding-top:8px;">
                        <span class="highlight-txt bold">{$profile_influences}</span><br>
                    </div>
                </div>
            </div>
        {/if}

hth
paul
@paul
08/19/15 09:19:20AM
4,335 posts

how can we view influences on a profile????


Using Jamroom

The above module 'injects' an 'Influences' field into the Update Profile form. When filled in and saved, its content can be shown on the profile pages, and a search form placed on the index page, say (some skins do this automatically if the module is detected). Its actually geared to 'Find New Music' so if you searched for 'Grateful Dead' it would return all artists that think they sound like them!! But the module language strings could be changed so as to make it an 'influences' search and field.
paul
@paul
08/19/15 09:00:50AM
4,335 posts

Design Flaw


Design and Skin Customization

If I get a bit of time sometime soon I'll investigate this.
Thanks
paul
@paul
08/19/15 08:58:55AM
4,335 posts

Admin Account


Installation and Configuration

Email to support[at]jamroom[dot]net
paul
@paul
08/19/15 08:56:39AM
4,335 posts

how can we view influences on a profile????


Using Jamroom

Just install the 'Find New Music' module and it should all just happen ;-)
paul
@paul
08/19/15 07:23:26AM
4,335 posts

Design Flaw


Design and Skin Customization

Its Jamroom's modularity that is giving rise to this - one module for digital sales (Audio) and one for tangible sales (Store) and by default they do not mix.
Having said that, I wonder if the Seamless module could be utilised here as it was with the CombinedAudio and CombinedVideo modules? Maybe a 'CombinedSales' module that lists both profile digital and tangible products.
paul
@paul
08/19/15 02:49:08AM
4,335 posts

how can we view influences on a profile????


Using Jamroom

paul:
Actually, I've now added this to the Ningja skin and will get it released shortly.

Now in the marketplace
paul
@paul
08/19/15 02:48:13AM
4,335 posts

Profile URL problem


Using Jamroom

paul:
Quote: Could it be that the profiles were imported and bypassed that check?

Very likely. I'll get a check built into the NingImport module so going forward this doesn't happen.

This check has been added to the latest NingImport module now in the marketplace.
paul
@paul
08/18/15 02:51:25PM
4,335 posts

youtube daily maintenance


Using Jamroom

Have just looked at the code. Starting with the earliest -

Day 1 - 1 to 100
Day 2 - 101 to 200
Day 3 - 201 to 300
etc.

One caveat is that if you have 1001 videos, say, on the 11th day only one video will be tested then the index counter then reset to 1.
paul
@paul
08/18/15 05:12:15AM
4,335 posts

how can we view influences on a profile????


Using Jamroom

Actually, I've now added this to the Ningja skin and will get it released shortly.
  272