Forum Activity for @michael

michael
@michael
07/02/15 09:01:38PM
7,832 posts

Trying to get a (scrollbar)* slider on Activity Feed


Using Jamroom

This is the code to make the "Activity Feed" scroll and be 300px high.
#widget_id-9 {
    height: 300px;
    overflow-y: scroll;
}

And this is the code to make the "Latest Discussions" box scroll:
#widget_id-40 {
    height: 300px;
    overflow-y: scroll;
}

So put that at the bottom of one of the .css files at:
/skins/paPerrieNingja/css/

perhaps site.css or skin.css
michael
@michael
07/02/15 08:09:13PM
7,832 posts

Additional Subscription Request


Suggestions

It's not a direction we want to go with at the moment sorry.
michael
@michael
07/02/15 03:11:07AM
7,832 posts

Main Page


Design and Skin Customization

Check out the setup notes for that skin. It looks like MediaPro:

"Readme for Media Pro"
http://demo.jamroom.net/jrMediaPro/skins/jrMediaPro/readme.html

The News issue is covered here:
http://demo.jamroom.net/jrMediaPro/skins/jrMediaPro/readme.html#site_news
michael
@michael
07/02/15 03:07:23AM
7,832 posts

Error Hosting


Jamroom Hosting

These are questions for your host. All of those come packaged with the modules. They should just need to be permissioned to 'executable'.

Unless your hosting company has some different settings that don't allow the packaged versions to work properly.

I recommend our hosting:
https://www.jamroom.net/hosting

As for image magick it should be able to be installed from the command line of your server:
sudo apt-get install imagemagick
http://ask.xmodulo.com/install-imagemagick-linux.html

Depends on what version of linux you are running though.
michael
@michael
07/02/15 01:22:36AM
7,832 posts

Feedback please for jamroom.net site flow


Using Jamroom

Cheers Gary. So visually needs a message that has impact value, got it. Those are both very nice themes.
michael
@michael
07/01/15 08:28:54PM
7,832 posts

Making a log in/ sign up page


Using Jamroom

What skin are you using that DOESN'T have those links? They should be on all skins.

--edit--
They would only show to logged out users though.

If you do need to add them via the Site Builder system then you can add a menu link as:
Login

and choose to only have it display to "(group) Logged Out Users".
screenshot_menu_editor_login.png screenshot_menu_editor_login.png - 112KB

updated by @michael: 07/01/15 08:34:28PM
michael
@michael
07/01/15 05:35:19PM
7,832 posts

Is there a way to delete users en masse?


Installation and Configuration

Possibly the Batch editor delete function.

"Batch Item Editor"
https://www.jamroom.net/the-jamroom-network/networkmarket/236/batch-item-editor

ACP -> PROFILES -> USER PROFILES -> TOOLS -> BATCH ITEM EDITOR

Select the fields your interested in, probably profile_name then run it. Check the checkbox and delete.

I haven't tested it with profiles and my concern would be that the data would not be removed. Could always use that to change the profile_active to not active for safety.
michael
@michael
07/01/15 05:02:38PM
7,832 posts

profile domains sni only work in ff?


Design and Skin Customization

I'm getting the same results for:
https://www.rainbowgatheringmusic.org/

In both FireFox and Chrome and konqueror (a linux browser).

Seams like its working to me. Is there still an issue?
michael
@michael
07/01/15 04:58:42PM
7,832 posts

Trying to get a (scrollbar)* slider on Activity Feed


Using Jamroom

perrie:
Hi Michael,
I was a bit worried you would say something like that, since I have no CSS knowledge at all.

If you can show a page URL here and how high you want it we can figure out the CSS you're wanting. You'd still have to add it, but you'd know what to add.
michael
@michael
07/01/15 04:56:31PM
7,832 posts

Making a log in/ sign up page


Using Jamroom

It does, your right strumelia.

your-site.com/user/signup
your-site.com/user/login

are still going to be there, just some people want to put a user login or user signup form into a structure they design themselves. Say a bunch of text, then a picture, then a signup form.

Or the login form on all pages in the side bar. That kind of thing.

The Site Builder system turns a blank page into a page with a bunch of block on it. Then you stuff content into the blocks. Whatever content you want, eg: some songs, some images, a signup form.
  516