Forum Activity for @michael

michael
@michael
02/13/15 01:28:46PM
7,832 posts

How Are You Editing Your Files On FTP?


Jamroom Hosting

derrickhand300:...So here is my basic workflow right now
I download the file I want to edit- the i change the file name on the server from "filename" to "xxfilename" so its not called or lost when edit and upload the copy I am working on...if the copy I am working on works fine I just leave it on the server and leave the backyup named with the xx prefix as my backup...

Good on you Curtis (derrick? not sure which to use) for getting that far. One thing that’s important to point out is: Don't edit anything in the /modules/ directory directly or it will disappear the next time the module is updated.

If you want to alter a modules .tpl file, clone the skin and prefix it like this:

"Altering a modules template"
https://www.jamroom.net/the-jamroom-network/documentation/development/1051/altering-a-modules-template

So the only files you should be messing around with are:
* Modules that you have created
* Anything in your cloned skin

There are ways to alter the way modules other people have made work that will keep them working. For that check out the:

"Events and Listeners"
https://www.jamroom.net/the-jamroom-network/documentation/development/1011/events-and-listeners
michael
@michael
02/13/15 01:11:24PM
7,832 posts

Homepage not visible to logged out users


Using Jamroom

Thanks Derrick, much appreciated.

So the problem there was there was no content added. Did you add any content? If not there will be nothing to show.

You can install some default content structure if you don't want to build it yourself by going to:
ACP -> SITE BUILDER -> PANELS -> TOOLS -> IMPORT

And import the default ning .json file that has some pre-made content built by the skin designer.
michael
@michael
02/12/15 07:44:29PM
7,832 posts

How do I add activities or events to Widgets?


Using Jamroom

Best to title any forum posts in a way that will be helpful to others searching. So a good title for this thread would have been "How do I add an activity list to a widget" or "How to add lists to widgets".

It helps keep our workload lighter if answers are easily found. ;)

"is there a way to put borders around the modules?" - There is no widget styler built yet, I started one a while ago, but it took up too much time so I put it off til later. You can style anything via your skins CSS system. Try cloning the skin, then adding to its CSS. Each widget will have a unique class name.
michael
@michael
02/12/15 06:16:57PM
7,832 posts

How do I add activities or events to Widgets?


Using Jamroom

Not sure what you mean by "Click on Activity". The embed button is for adding an element to your page. That element must exist in the system on a profile somewhere.

If your meaning you're wanting to add a list of things, then make sure the Construction Kit module is enabled.

That allows you to add lists into widgets.

No need to put everything into one widget either, you can add as many as you want to an area of page layout and they you can re-arrange them easily.

Your sites looking good.
michael
@michael
02/11/15 10:13:58PM
7,832 posts

Template Injection Question


Design and Skin Customization

derrickhand300:...how do I separate it so the custom template has one layout and all the others have their own default layout?....
There is the "Admin Skin" module that allows you to use a different skin in the admin area, profile area, and front section area:

"Alternate Admin Skin"
https://www.jamroom.net/the-jamroom-network/networkmarket/55/alternate-admin-skin

Not sure if its what your after or not.
michael
@michael
02/11/15 10:09:21PM
7,832 posts

Template Injection Question


Design and Skin Customization

That skin was built before Site Builder. Im pretty sure it would take a lot of work to make site builder work with it. If you can and want to, then go for it. I would imagine it would take some time and frustration to get it working though.

Bootstrap has a bunch of classes for columns and standard jamroom skins have other classes for css that could take a bit of fiddling to get lined up.
michael
@michael
02/11/15 05:38:00PM
7,832 posts

Homepage not visible to logged out users


Using Jamroom

iamtimbo:...I'm still having the home page problem, though. I've checked in the panel browser, and 'index' is the page that I wish to be the home page. However, only admin can see it - signed-in 'normal' users and logged-out persons just get the panel not found error....

Not sure how to go about checking whats going on there, its not working like that for me here, everyone can see it.

Got any idea on how I can set mine up to see that issue? Makes it much easier to figure stuff out if I have a local copy of the problem.

iamtimbo:...One thing I've also noticed when in the panel browser - there was an entry there for every URL typo I've ever made as an admin....I guess a page is created if it doesn't exist but the admin 'visits' that location......

Thats right. If you are the admin and you go to any URL you can create a page there. The key indicator as to whether its a 'mistake' page or not is if there are no widgets and the page is the default 3-6-3 layout.
michael
@michael
02/10/15 09:02:06PM
7,832 posts

Bug in FAQ's


Using Jamroom

Only Shatner show I know is StarTrek, Yeah!

It could still be a bug, just need to find a way to consistantly reproduce it to be able to fix it. Some bugs are like that.

Let us know if you see it again. :)
michael
@michael
02/10/15 08:44:39PM
7,832 posts

Changing email language strings


Installation and Configuration

Email message bodies and email subject lines are controlled by individual .tpl files, so if your getting 2 different email subject lines and message bodies, then you can customize them to your hearts content (to stay inline with rampant inflation.)

Lood for this pattern email_(some name)_subject.tpl and email_(some name)_message.tpl in the TEMPLATES tab of the modules sending out the email.

eg, there are a few in the core module:
ACP -> CORE -> TEMPLATES -> email_pending_approve_message.tpl

is the "Pending item Approval" meassage body.
  588