Forum Activity for @paul

paul
@paul
10/28/15 02:31:58AM
4,335 posts

a discussion just went missing


Ning To Jamroom

Need more info.
Was it a Group or Forum discussion?
Have you tried looking for it, as admin in case he has altered his privacy settings?
Maybe he deleted his Group, which would take all its discussions with it.
What was the title of the discussion so that the database can be checked.
paul
@paul
10/27/15 01:32:10PM
4,335 posts

Where in admin panel to turn on SSL?


Using Jamroom

The only ACP 'ssl' setting is in the user module, but that is to do with converting links in text strings. Maybe its that you are thinking of?
paul
@paul
10/27/15 12:42:07PM
4,335 posts

How To Modify jrEvent


Design and Skin Customization

You'll also need to edit the template(s) where the date and time shows. Change {$item.event_date|jrCore_date_format} to

{$item.event_date|jrCore_date_format:"%d %b %Y"} {$item.event_time}

The "%d %b %Y" tells the modifier just to output 'dd mmm yyyy' so change that to the format you want - http://www.plus2net.com/php_tutorial/php_date_format.php
updated by @paul: 10/27/15 12:43:03PM
paul
@paul
10/27/15 12:33:55PM
4,335 posts

How To Modify jrEvent


Design and Skin Customization

derrickhand300:
Thanks doug but not sure how to create the new form field with all the possible times-I will play with it.

Create a 'select' field and enter this in its options section -

TBA
00:00AM
00:15AM
00:30AM
.
.
.
.
11:30PM
11:45PM

Doesn't have to be 15 minutes steps - enter whatever you need.
updated by @paul: 10/27/15 12:34:35PM
paul
@paul
10/27/15 11:11:33AM
4,335 posts

How To Modify jrEvent


Design and Skin Customization

Use the Form Designer to change the date field type from 'datetime' to just 'date'. That will stop the time select field from showing. Then create a select field under it called 'event_time' and put all the times, including a 'TBA' as the field options.

An alternative to stopping past events from showing is to include a search="event_date >= `$smarty.now`" in the template event jrCore_list call.
hth
paul
@paul
10/26/15 04:42:19PM
4,335 posts

Deleting multiple user accounts / profiles


Suggestions

In the short term install the Banned module and block those email domains.
Then set the sigups to 'admin approval'.
Check the Activity logs for the IP addresses of the signups. We need to work out if this is a bot or real people signing up so as to spam (this happens!! Companies employ people to do this!!).
paul
@paul
10/26/15 12:45:38PM
4,335 posts

Removing "Home" from the page title?


Design and Skin Customization

Actually, that might remove it from the menu button as well!!
Better idea - ACP=>Skins=>Templates and modify meta.tpl
Remove "{$page_title|default:"`$default_title`"} | " from line 5 and save the changes
Click on the Templates tab again and active the modifies meta.tpl template.
Clear caches (or run site in Developer Mode)
hth
paul
@paul
10/26/15 12:41:36PM
4,335 posts

Removing "Home" from the page title?


Design and Skin Customization

Hi Eddy - It looks like you are using the Nova skin, so - ACP=>Skins=>Language Tab
'Home' is language ID 1 so just remove it there and Save the changes.
hth
paul
@paul
10/26/15 06:30:18AM
4,335 posts

What's the difference?


Design and Skin Customization

Something like this in the module's item_list.tpl and item_detail.tpl templates perhaps -
{if jrProfile_is_profile_owner($_profile_id)}
  // All the existing template code here
{else}
  // Optionally apologise to the visitor for not being able to see stuff!!
{/if}
paul
@paul
10/26/15 06:25:17AM
4,335 posts

Really need help with changing domains for my JR


Installation and Configuration

Have you deleted all the cache files?
Email us the url, admin and ftp logins so that we can take a look - support[at]jamroom[dot]net
  260