Forum Activity for @paul

paul
@paul
02/22/17 08:41:34AM
4,335 posts

How do i comment on a status update?


Using Jamroom

Yeah - Probably wants the 'Show on Detail Pages' Comment quota option turning on.
updated by @paul: 02/22/17 08:41:53AM
paul
@paul
02/21/17 11:24:14PM
4,335 posts

How do i comment on a status update?


Using Jamroom

Gary - You can comment on status updates - its only the recent 'social' skins that have made a feature of it :-)

Zach - Its working ok for me with Celebrity. When clicking on the comment icon I get taken to the action detail page and the comment form is there.
paul
@paul
02/21/17 10:44:13AM
4,335 posts

Show specific download link for different browser


Jamroom Developers

We can do this - Send a ticket to support[at]jamroom[dot]net and we'll discuss it further.
Thanks
Paul
paul
@paul
02/21/17 10:16:49AM
4,335 posts

Reversing the order of replies to forum discussion (newest first)


Using Jamroom

Something like this at about line 145 of the Forum item_detail.tpl template will put it above the form -
                            <div class="p5" style="display:table-cell;width:95%;padding:5px 12px;">
                                {if isset($_conf.jrForum_direction) && $_conf.jrForum_direction == 'desc'}
                                    <h2>{$topic.forum_text}</h2>
                                {/if}
                                <div class="forum_new_post_form">
paul
@paul
02/21/17 09:25:59AM
4,335 posts

Direct Link for category notifications


Using Jamroom

You could just update the welcome email template to include a link to the forum category, then instruct them to click on the 'follow' button.
Alternatively you'd need a custom module with a 'new signup' listener that adds their _user_id and category id to the Forum follow_category table.
hth
paul
@paul
02/21/17 09:08:22AM
4,335 posts

Reversing the order of replies to forum discussion (newest first)


Using Jamroom

If you but a {debug} near the top of the jrForum item_detail.tpl template you'll see that there is an array called $topic available to the template. Part of that array is 'forum_text' which contains the initial topic text, so in this template add {$topic.forum_text} where you want the original post to show.
hth
Paul
paul
@paul
02/21/17 06:50:08AM
4,335 posts

Setting maiden names


Genosis

Its normal practice to enter maiden names into the Surname field and use the Other Names field for 'nicknames' or 'known by'.
Hope that helps
Paul
paul
@paul
02/21/17 02:05:27AM
4,335 posts

We're buildng an FAQ for jamroom.net. Which Questions should be on it?


Using Jamroom

Thanks Steve - yep, we have already noted that two of the most common questions are "How do I change my logo" and "How do I set a background image" :-)
paul
@paul
02/21/17 01:09:51AM
4,335 posts

How do i comment on a status update?


Using Jamroom

What skin are you using? I'll try it here.
paul
@paul
02/21/17 01:07:49AM
4,335 posts

We're buildng an FAQ for jamroom.net. Which Questions should be on it?


Using Jamroom

Thanks Michelle - taken onboard.
Anyone else?
  162