Forum Activity for @nate

nate
@nate
03/03/18 02:56:40PM
917 posts

css file for feedback or follower count in followme skin


Design and Skin Customization

#menu .right .count
It's in the menu CSS.

You should be able to right click any element and choose "inspect element" to see its HTML and CSS. From there use Control F to find it.. That's what I just did.
nate
@nate
02/27/18 06:19:55PM
917 posts

Page break issue.


Design and Skin Customization

/beatz is missing from your next page url.
nate
@nate
02/27/18 04:08:18PM
917 posts

Flashback Index Page Stats


Installation and Configuration

OK I got this fixed. If you know how to edit templates, the code is below.. Just but the stats section inside that code.

If not, we will post an update in a few days.

{if isset($_conf.jrFlashback_show_stats) && $_conf.jrFlashback_show_stats == 'on'}

{/if}

updated by @nate: 02/27/18 04:12:30PM
nate
@nate
02/27/18 03:49:01PM
917 posts

Flashback Index Page Stats


Installation and Configuration

He says stats continue to show tho he's unchecked the setting. I'll test it out.
nate
@nate
02/27/18 01:43:04PM
917 posts

Flashback Index Page Stats


Installation and Configuration

What product are you using? I assume this is a skin.
updated by @nate: 02/27/18 03:48:07PM
nate
@nate
02/26/18 11:50:37PM
917 posts

Admin Account Downgrade By Mistake


Using Jamroom

Just go to your hosting page here on our site and then to your site settings and reset the admin info.

I assume you're hosted.
updated by @nate: 02/26/18 11:51:23PM
nate
@nate
02/26/18 09:18:32PM
917 posts

Page break issue.


Design and Skin Customization

Have you cleared your cache and run an integrity check?
nate
@nate
02/19/18 04:17:06PM
917 posts

Cumulative likes on posts


Jamroom Developers

The feedback template is already hairy enough. Be careful.
nate
@nate
02/14/18 04:56:59PM
917 posts

How to you get comments to work on the wall


Design and Skin Customization

We do not support comments on the timeline, but if you want to do something custom, the smarty code looks like this.

{jrComment_form item_id=$item._item_id module="jrAction" profile_id=$item._profile_id}

You want that somewhere in your jrAction_item_list.tpl, if you don't have one create one. You should have one in your skin dir. (depends on the skin). Be careful. Play at your own risks.
updated by @nate: 02/14/18 05:00:16PM
nate
@nate
02/12/18 10:19:29PM
917 posts

Different div classes


Jamroom Developers

There is no such thing. Div classes get used by css files and javaScript files.
  21