Forum Activity for @blindmime

blindmime
@blindmime
03/23/17 04:54:48AM
772 posts

Query Error: Field 'tree_notes' doesn't have a default value


Genosis

I'm getting this error when trying to create a new trees from an existing profile.
updated by @blindmime: 07/09/17 06:14:56PM
blindmime
@blindmime
03/19/17 03:13:00PM
772 posts

Following List


Using Jamroom

Another approach with jrCore_list is this:
   {jrCore_list module="jrFollower" search1="_user_id = `$_user._user_id`" order_by="_created desc" limit=10000 template="index_list_following.tpl"}
Where index_list_following is
{jrCore_module_url module="jrFollower" assign="murl"}
{if isset($_items)}
{foreach $_items as $item}

{if $item._user_id == $_user._user_id}

<div class="col3">
 {jrCore_list module="jrProfile" profile_id=$item.follow_profile_id template="index_list_following_profile.tpl"}
 </div>

{/if}

{/foreach}
{/if}

updated by @blindmime: 03/19/17 03:13:21PM
blindmime
@blindmime
03/02/17 03:39:32AM
772 posts

jr hosting ftp


Jamroom Hosting

i've added a couple people to my team whom I'd like to access only certain sites.
blindmime
@blindmime
03/01/17 12:27:08PM
772 posts

jr hosting ftp


Jamroom Hosting

Is it possible to have an additional ftp account and give it access to specific sites?
updated by @blindmime: 06/01/17 06:42:10AM
blindmime
@blindmime
03/01/17 12:22:07PM
772 posts

Spam


Using Jamroom

Yeah, I thought that it was real people. But it seems odd that I'm getting them in new sites, like a day after I put them online. They're not listed anywhere.

As far as deleting users. I still see stats in the forum after deleting offending users. So a forum will say there are X number of posts in a topic when there is none.
blindmime
@blindmime
02/28/17 07:01:11PM
772 posts

Spam


Using Jamroom

I'm getting signups and spam blogs, forum posts, comments. It's happening within days of launching a site. I have a new site on a host off of Jamroom hosting which was hit. The email address is one I've seen before on another site posting spam. How are they finding our sites?

Also, I'd like to be able to delete a user and all traces of their activity, but if I delete a user and profile, their counts still show.
updated by @blindmime: 05/31/17 08:40:41PM
blindmime
@blindmime
02/06/17 03:06:03PM
772 posts

Following List


Using Jamroom

Sounds good.

How does {$jamroom_url}/follows/following work? That shows what I want as well.
blindmime
@blindmime
02/05/17 08:49:48PM
772 posts

adding to skin language


Design and Skin Customization

There is a note in that file:

// DO NOT EDIT THIS FILE. THIS FILE IS ONLY LOADED DURING INSTALLATION.
// ANY CHANGES TO LANGUAGE STRINGS SHOULD BE DONE IN THE CONTROL PANEL!
blindmime
@blindmime
02/05/17 02:26:14PM
772 posts

Following List


Using Jamroom

I don't know what the correct profile_id since that is actually determined by whom she might be following. What's the search to find the profiles a user is following?
updated by @blindmime: 02/05/17 02:27:07PM
blindmime
@blindmime
02/05/17 02:23:57PM
772 posts

adding to skin language


Design and Skin Customization

I guess I'm missing where do I ADD a language string in my skin. Not how do I duplicate and create another language. How do I add, say, an about us section as a language string. Or, in jrElastic2 the unordered list in index.top is comprised of 6 language strings. What if I want a 7th?
  13