Forum Activity for @elise

Elise
@elise
12/05/16 04:12:48PM
249 posts

How to delete a large number of Profile/User AND their content?


Using Jamroom

I'm still struggling with this as my site grows and I can't afford to upgrade.
I know I will have to switch to self hosted eventually but I'd like to delay that as much as possible...

- I have over 4000 topics in my forums, some are 9 years old.
- I have 3300 profiles, some for users that have never logged in.

I need a way to
- Delete the profile of users who are older then xxx months and have never logged in.
- Delete posts older than a certain date (and all their comments, picture, videos, etc).

All thoughts/suggestions would be appreciated.
PS: I migrated out of the Ning groups, so deleting group owners is not an issue for me.
Elise
@elise
12/05/16 03:21:06PM
249 posts

What is the category name variable in Forum/item_action.tpl


Design and Skin Customization

There's a bug in that file btw. It's printing the forum title url (when responding) instead of the title. Line 11

<span class="action_item_title"><a href="{$item.action_item_url}" title="{$item.topic.forum_title|jrCore_entity_string}">"{$item.topic.forum_title_url}"</a> in {$item.topic.forum_cat}</a></span>

should be
<span class="action_item_title"><a href="{$item.action_item_url}" title="{$item.topic.forum_title|jrCore_entity_string}">"{$item.topic.forum_title}"</a> in {$item.topic.forum_cat}</a></span>

updated by @elise: 12/05/16 03:21:37PM
Elise
@elise
12/05/16 03:09:49PM
249 posts

What is the category name variable in Forum/item_action.tpl


Design and Skin Customization

LOL, you made the same mistake I did.
It's actually $item.topic.forum_cat, not {$item.action_data.forum_cat}.

I thought it didn't work at first and saw the different array name for this bit.

Thanks!
Screen Shot 2016-12-05 at 3.05.05 PM.png Screen Shot 2016-12-05 at 3.05.05 PM.png - 29KB
Elise
@elise
12/05/16 02:53:09PM
249 posts

What is the category name variable in Forum/item_action.tpl


Design and Skin Customization

ARG, I was trying to use fdebug (which now occurs to me does something different).
Thanks!
Elise
@elise
12/05/16 02:42:03PM
249 posts

AutoFollow for Forum


Using Jamroom

LOL I saw that and downloaded it :)
Elise
@elise
12/05/16 02:27:08PM
249 posts

What is the category name variable in Forum/item_action.tpl


Design and Skin Customization

I would like to add the forum category name to the item action template, specifically to change this line

 <span class="action_item_title"><a href="{$item.action_item_url}" title="{$item.action_data.forum_title|jrCore_entity_string}">&quot;{$item.action_data.forum_title}&quot;</a><br>
    in {$item.action_data.CATEGORY_NAME???}</span>

Thanks!
updated by @elise: 03/11/17 05:43:43PM
Elise
@elise
12/05/16 01:27:05PM
249 posts

AutoFollow for Forum


Using Jamroom

Thanks for the explanation and the review Michael!
Elise
@elise
12/01/16 11:04:47AM
249 posts

How to use simple chat


Using Jamroom

This is what the bubble looks like
chat.jpg chat.jpg - 32KB
Elise
@elise
12/01/16 11:04:15AM
249 posts

How to use simple chat


Using Jamroom

I enabled the chat for all my quotas (Admin, Community, Members - but not the suspended though ;)
This is what the setting screen looks like
Screen Shot 2016-12-01 at 11.02.57 AM.png Screen Shot 2016-12-01 at 11.02.57 AM.png - 90KB
Elise
@elise
12/01/16 11:02:04AM
249 posts

How to use simple chat


Using Jamroom

You mean what the chat looks like? Or what the quota settings look like?
  7