Forum Activity for @paul

paul
@paul
04/08/16 08:00:13AM
4,335 posts

Another Bug in Image galleries


Using Jamroom

Hmm - You might need to clear the database form_session table.
If you're ok with using phpMyAdmin (ACP=>Developer=>Developer Tools=>Database Admin) go in and empty the jr_jrcore_form_session table.
If not, send me your site url and admin login and I'll do it for you - support[at]jamroom[dot]net
paul
@paul
04/07/16 02:44:19PM
4,335 posts

Another Bug in Image galleries


Using Jamroom

This is fixed in the latest jrGallery module V1.7.2
Get it from your Marketplace.
Thanks for letting us know about this bug.
paul
@paul
04/07/16 02:33:17PM
4,335 posts

Profile followers and following count


Design and Skin Customization

Try this in your profile sidebar template (or wherever you want the counts to show) -

    followers: {jrCore_db_run_key_function('jrFollower', 'follow_profile_id', $_profile_id, 'count')}
    <br>
    following: {jrCore_db_run_key_function('jrFollower', '_profile_id', $_profile_id, 'count')}
hth
paul
@paul
04/07/16 12:11:58PM
4,335 posts

Another Bug in Image galleries


Using Jamroom

I'm seeing this as well - Checking it out.
paul
@paul
04/07/16 01:42:00AM
4,335 posts

Videos Uploaded Problems And Other Problems


Using Jamroom

Just adding that I have a couple of domains bought through JBServers and pointing them to Jamroom hosted sites is easy and not an issue there. When the time comes, let me know and I can walk you through the process.
paul
@paul
04/06/16 08:05:05AM
4,335 posts

How to deal with human spammers?


Using Jamroom

gary.moncrieff:
You could also maybe try a probation system, limit what new users can do from the start and see if that helps.
Might work, but have noticed that some spammers are 'organised' in that they'll signup and not post initially, then come back after a few days to spam.
paul
@paul
04/06/16 07:25:00AM
4,335 posts

Videos Uploaded Problems And Other Problems


Using Jamroom

Adding to what Michael said, if importing an existing site, remember that your free trial server has only 4GB of disk space.
paul
@paul
04/06/16 07:21:49AM
4,335 posts

How to deal with human spammers?


Using Jamroom

Yes - These are real people presumably paid to trawl the net and post spam. I get them regularly on my live sites as well. I don't think its much use blocking their IPs or email addresses as they just come back with different ones. I've recently put a notice on my signup page to the effect that spammers and their posts would be deleted immediately and it worked for a couple of days but someone chose to ignore it this morning. I might try the Strumelia tactic and set the site to 'Admin Approve' and add a couple of pertinent questions to the signup form to weed out non-relevent users.

Just delete the spammers' profiles. They, and all their posted content will be deleted.
hth
paul
@paul
04/04/16 02:08:30PM
4,335 posts

jrCore_list with element starting with something


Using Jamroom

{jrCore_list module="jrPlaylist" search="playlist_title LIKE a%" order_by="_created desc" template="listen_playlist_section_content.tpl" limit="1"}

% is the wild card search symbol

hth
  223