Forum Activity for @michael

michael
@michael
02/12/18 11:33:09PM
7,823 posts

Different div classes


Jamroom Developers

You can call any div anything you like
<div class="class1 class2 class3">.....

Then you can use CSS to adjust those classes however you like.
.class1{
 background-color: red;
}
.class2{
 padding: 10px
}
.class3{
 // something else
}

https://www.w3schools.com/cssref/sel_class.asp

or if you like books, Im a big fan of O'Reilly books for learning web development:

Amazon: "O'Reilly: CSS: The Definitive Guide: Visual Presentation for the Web"
https://www.amazon.com/CSS-Definitive-Guide-Visual-Presentation/dp/1449393195/ref=dp_ob_title_bk
michael
@michael
02/12/18 11:27:18PM
7,823 posts

How to move a production site to a staging server


Installation and Configuration

Then download the open source version:
https://www.jamroom.net/products

It will have an .htaccess file in it.
michael
@michael
02/12/18 07:30:57PM
7,823 posts

How to move a production site to a staging server


Installation and Configuration

nothing wrong with that. you then need to figure out what the server is complaining about and fix that.

A 500 error is the server saying: "Your site told me to do THIS, but the server config files say I should do THAT. So im just going to do nothing until you fix something."
michael
@michael
02/12/18 07:23:03PM
7,823 posts

How to move a production site to a staging server


Installation and Configuration

For the .htaccess file, use a default one from a fresh jamroom install. that has no domian names in it.

you can find a copy of it at:
/modules/jrCore/root/.htaccess

copy it to your root folder.
michael
@michael
02/12/18 07:21:28PM
7,823 posts

How to move a production site to a staging server


Installation and Configuration

doesnt matter, you set the database credentials in the config.php file. If its a different name, just change it to the correct one in that file.
michael
@michael
02/12/18 07:20:13PM
7,823 posts

Pop up box upon click


Design and Skin Customization

Sounds like you're looking for a lightbox.

Take a look at the share button on timeline entries in the jrFollowMe skin. It has an example of what you're trying to accomplish.
the_button.jpg the_button.jpg - 113KB
michael
@michael
02/12/18 07:09:10PM
7,823 posts

How to move a production site to a staging server


Installation and Configuration

you might be over thinking it.

* copy the files to the new server.
* copy the database to the new server.
* update the /data/config/conf.php with the site domain name and the database password.

finished, so login and run the integrity check.
michael
@michael
02/12/18 02:58:24PM
7,823 posts

Helping my members see their 'pending' Followers


Using Jamroom

ok, thats released now:
https://www.jamroom.net/the-jamroom-network/networkmarket/393/followers-to-friends

For you, you want the default setting for them to be OFF when new profiles sign up, so uncheckt the checkbox in the GLOBAL CONFIG setting so new profiles do not have approval on.

Then you can use the TOOL to change all profiles in either direction.
michael
@michael
02/11/18 01:47:30PM
7,823 posts

Helping my members see their 'pending' Followers


Using Jamroom

We have a new version in testing now jrFriend 1.0.4 that should fix your issue.
  150