Forum Activity for @paul

paul
@paul
01/04/15 12:58:13AM
4,335 posts

How do I remove the URL links in the images on Media Pro 5 ?


Design and Skin Customization

That is actually a place holder for an advert and by default, it a Jamroom ad (why not ;-) ).
You can configure the ad that's placed there, or disable it, in the skin settings.
paul
@paul
01/04/15 12:05:13AM
4,335 posts

Possible problem with modifing skin templates in ACP?


Design and Skin Customization

Your assumption that the original file doesn't change is correct. Edited templates are saved on the database and subsequently pulled from there.
Did you enable the edited template? Click on the templates tab and tick the checkbox.
Also, make sure you are in 'developer mode' (ACP-Tools-Developer-Global) so that caching is disabled and changes so immediately.
Hth
Pa
paul
@paul
01/03/15 10:10:08AM
4,335 posts

Events missing from Top Nav - and home page


Ning To Jamroom

Strumelia:
paul:
To change the menu text strings, use the appropriate module language editors in the ACP

FWIW, I am able to CHANGE current wording in my language strings, but I have yet to find where I can actually ADD a term or phrase to a module language string in the ACP.

Yeah. You can't at the moment. We were talking about how to do that the other day. I'll raise it again.
Thanks
paul
@paul
01/03/15 09:01:12AM
4,335 posts

Events missing from Top Nav - and home page


Ning To Jamroom

Yeah - Its in the {else} bit of that Site Builder {if} statement.
paul
@paul
01/03/15 08:51:09AM
4,335 posts

Events missing from Top Nav - and home page


Ning To Jamroom

In the header_menu_desktop.tpl template, about line 113 see the code
                <li{if isset($_post._uri) && $_post._uri == '/profile'} class="menu_active"{/if}><a href="{$jamroom_url}/{jrCore_module_url module="jrProfile"}">{jrCore_lang skin=$_conf.jrCore_active_skin id="16" default="Profiles"}</a></li>

                {if jrCore_module_is_active('jrVideo') ||  jrCore_module_is_active('jrVimeo') ||  jrCore_module_is_active('jrYouTube')}

Add the events menu item there -
                <li{if isset($_post._uri) && $_post._uri == '/profile'} class="menu_active"{/if}><a href="{$jamroom_url}/{jrCore_module_url module="jrProfile"}">{jrCore_lang skin=$_conf.jrCore_active_skin id="16" default="Profiles"}</a></li>

                {if jrCore_module_is_active('jrEvent')}
                    <li{if isset($_post.module) && $_post.module == 'jrEvent'} class="menu_active"{/if}><a href="{$jamroom_url}/{jrCore_module_url module="jrEvent"}">{jrCore_lang skin=$_conf.jrCore_active_skin id="28" default="Events"}</a></li>
                {/if}

                {if jrCore_module_is_active('jrVideo') ||  jrCore_module_is_active('jrVimeo') ||  jrCore_module_is_active('jrYouTube')}

A link to the member's profile when logged in is already there where you see 'ChocLifeRoot'
hth
Pa
paul
@paul
01/03/15 05:22:38AM
4,335 posts

Dumb but easy-to-answer question! :D


Ning To Jamroom

Have got your email and will take a look.
Its funny how these web hosts that offer "Unlimited Disk Space" get upset when someone actually takes advantage of that lol but I guess they have something in the small print about 'reasonable usage'!!
paul
@paul
01/03/15 03:24:46AM
4,335 posts

After deleting a discussion, getting returned to the wrong page


Ning To Jamroom

jrGroupDiscuss V1.0.6 now in the Marketplace
paul
@paul
01/03/15 03:00:56AM
4,335 posts

Dumb but easy-to-answer question! :D


Ning To Jamroom

Hi Strumelia - No such thing as a dumb question ;-)

If you have also run the 'Manage Media' tool on your original import, and have the resulting folder with all referenced files copied from the original archive, then yes, its ok to delete the original archive. You can then import the newer archive over the original import.

What I would recommend though, assuming that your newer archive is complete and that your site is not live and has had no new signups or uploads (that you want to keep), is to run the import using the 'delete and re-import' mode on all items. The latest Import module has several fixes and changes from when I originally imported for you meaning that if you do it this way you can take advantage of the recent changes and efficiencies etc.
I can help with this re-import if you want?
paul
@paul
01/03/15 02:39:12AM
4,335 posts

Is the importer tool ok to use now again?


Ning To Jamroom

Yes, its ok now - Get the latest version from your marketplace.
I've also updated the docs. The new version works a bit different to previous versions wrt 'Media Management'. If you're doing a fresh import, check the docs.
Pa
updated by @paul: 01/03/15 02:41:03AM
paul
@paul
01/02/15 02:43:37PM
4,335 posts

Issues on member Profile Pages


Ning To Jamroom

Strumelia:
Well said Chocolate.... :)

Paul- I had to go look up what "WRT" meant, and found that... it's short for "Water Restoration Technician". Who knew?? But glad you're going to fix the leak. l o l

"With Respect To" the above, we all have to be "Jacks of all Trades" here ;-)
  343