Forum Activity for @paul

paul
@paul
04/18/19 05:03:10AM
4,335 posts

Language


Jamroom Developers

As I said above, Site Builder might be your best option for this.
https://www.jamroom.net/the-jamroom-network/documentation/site-builder/2634/what-is-site-builder
With it you can replicate the homepage (or design your own) and fit in the login and signup forms where you want them to show.
Alternatively you would need to edit skin templates and add the forms that way.
Hth
paul
@paul
04/18/19 01:09:13AM
4,335 posts

Language


Jamroom Developers

Quote: just want to know if is it possible to add more different language automatical? if yes how? and if NO can i know how to add on other whay?

https://www.jamroom.net/the-jamroom-network/documentation/jamroom-admin-handbook/541/translate-jamroom-into-another-language

Quote: My second preocupation for today is also how to add the singUp button also to the welcome page in Elastic Skin?

I'd suggest building your homepage using SiteBuilder. Not only does it include Signup and Login widgets, but you could also easily build a new homepage to include whatever other information needed, in whatever layout you want.
paul
@paul
04/17/19 03:05:29AM
4,335 posts

Forum Categories


Ning To Jamroom

Hi
Quote: Complete newbie here!
We all have to start somewhere and please ask any questions you want on this forum, but if you haven't already, I'd strongly recommend you checkout our documentation to get an understanding of how Jamroom works. It is different from Ning and did confuse many Ning migrants in the past, but they soon got the hang of it :-)
Start with the Jamroom Admin Handbook - https://www.jamroom.net/the-jamroom-network/documentation/contents

To answer your specific question, I'd suggest using SiteBuilder to edit the 'Latest Forum Posts' widget on your index page. Change the widget title to this -
{jrCore_lang skin="jrNinja" id="47" default="Forum"} {jrCore_lang module="jrForum" id="57" default="Categories"}
then the template code to this -
{* This is the embedded template that is shown for EACH Latest Forum Posts entry on the right side *}
{capture name="template3" assign="forum_tpl"}
{literal}
    {if isset($_items)}
    {jrCore_module_url module="jrForum" assign="furl"}
    {foreach $_items as $item}
    <div class="p5">
        {$purl = jrCore_db_get_item_key('jrProfile', $item.forum_profile_id, 'profile_url')}
        <h3><a href="{$jamroom_url}/{$purl}/{$furl}/{$item.forum_cat_url}">{$item.forum_cat}</a></h3>
    </div>
    {/foreach}
	{else}
    <div class="center p10">
        <h3>{jrCore_lang skin="jrNinja" id="26" default="No"} {jrCore_lang module="jrForum" id="57" default="Categories"}!</h3>
    </div>
    {/if}
{/literal}
{/capture}
{* This is the END of the embedded template that is shown for EACH Top Disscusstion entry on the right side *}

<div class="blog-index-text" style="{if !jrCore_is_mobile_device()}height:225px;overflow-y:scroll;overflow-x:hidden;{/if}margin: 10px 0 10px 0;padding-bottom: 10px;">
    {jrCore_list module="jrForum" search="forum_cat_url LIKE %" group_by="forum_cat_url" order_by="forum_cat_url asc" limit=100 template=$forum_tpl quota_check=false}
</div>

Checkout the SiteBuilder docs as well.
hth
paul
@paul
04/17/19 02:20:30AM
4,335 posts

Shere Button


Installation and Configuration

I'll check that out but in the meantime, I suggest you go to the homepage, say, where the share buttons don't show and logout from there.
paul
@paul
04/17/19 12:02:21AM
4,335 posts

Shere Button


Installation and Configuration

Do not post login info and passwords here - This is a public forum.
I strongly recommend that you now change your passwords as they may have been seen before I deleted them above.

I did log into your site though and corrected the ShareThis Property ID field that had been entered incorrectly.
Share buttons now showing on your site.
hth
paul
@paul
04/16/19 02:11:52PM
4,335 posts

Shere Button


Installation and Configuration

Send your site and ShareThis admin logins as a support ticket and I’ll check it out.
paul
@paul
04/16/19 12:30:32PM
4,335 posts

Shere Button


Installation and Configuration

I did this earlier today whilst checking this out for you and the share buttons on my test site showed pretty well straight away.
Be sure you have enabled them to show on your detail pages and that you have cleared the site caches.
paul
@paul
04/16/19 12:02:29PM
4,335 posts

modify profile export csv


Using Jamroom

In Jamroom, profiles and users are seperate item sets (though they are linked by their _profile_id and _user_id fields) so the short answer is no, sorry.
You would need to export both the profile and user CSVs and try to link them outside of Jamroom. Maybe Excel could do this? Not sure. Otherwise, a custom module would need to be developed to do it.

Alternatively, checkout our Exporter module. This can export linked profiles and users (as 'members') to a JSON file.

https://www.jamroom.net/the-jamroom-network/documentation/importing-merging-sites-to-jamroom/4727/about-the-exporter

Note that the Exporter module is still in beta so you would need to enable the beta channel in your site's marketplace module in order to install it directly.

hth
updated by @paul: 04/16/19 12:04:50PM
paul
@paul
04/16/19 10:52:00AM
4,335 posts

Shere Button


Installation and Configuration

Quote: So can you please tell me what next ?

Configure the module in your ACP. Set up the quota options. You're likely going to want all options checked.
Save the settings then clear caches.
paul
@paul
04/16/19 07:47:39AM
4,335 posts

Does This Still Exist? Auto Welcome Message


Using Jamroom

Thé E-mail Course module sounds ideal for what you want then. Just send the ‘training’ email upon account activation, then optionally follow up with more ‘lessons’ if necessary.
  63