Forum Activity for @michael

michael
@michael
10/16/16 06:19:28PM
7,832 posts

Can the skin global config section be more self-explanatory?


Using Jamroom

michael: Did you clone it?
strumelia: Yes
michael: then changes to the default skin wont effect you.
strumelia: :)
michael
@michael
10/16/16 06:15:49PM
7,832 posts

How to list upcoming events in a Widget from the Calendar. Problem skipping todays event.


Installation and Configuration

{$smarty.now} is a timestamp in seconds so you could try greater than yesterday to include todays stuff.

1 day in seconds = 86400

Try:
{jrCore_list module="jrEvent" search1="event_date >= `$smarty.now-86400`" limit="2"}
michael
@michael
10/16/16 06:10:34PM
7,832 posts

Understanding Server Load and when to upgrade


Using Jamroom

Its all a balancing act. If your server is at 90% diskspace, then you're going to need to upgrade to get more diskspace or delete stuff to make room.

If your site is starting to throw errors in your activity log about time taken to process stuff, you might need more CPU power, like many people uploading tons of audio. Even if you have space to fit it on the server, the conversion process continuously running while also having many visitors to your site may mean you need more CPU power.

If you had a Ton of content, but not very active, diskspace is your main issue. If you had a ton of visitors to your site, CPU. If your visitors main activity is streaming video, CPU, Memory and Bandwidth.

CPU Cores
Quote: Server CPU (Processor) Cores

This is the number of processors in the server

The higher the number of processors, the larger load the server can handle.
Memory
Quote: Server Memory (RAM)

The amount of memory (in Gigabytes) that the server has

The higher the amount of memory, the more simultaneuous users can be on your site at one time.
SSD Disk Space
Quote: Server SSD Disk Space

This is the amount of Disk Space (in Gigabytes) on the server.

All Jamroom Hosted servers use premium enterprise grade SSD (Solid State Disks) - these can be up to 100 times faster than older hard drives.
Network Bandwidth
Quote: Server Network Bandwidth

This is the amount of dedicated bandwidth (in megabits or gigabits per second) available to the server.

The higher the bandwidth the more simultaneous users can be on your site at the same time. If your site streams media (audio, video) higher bandwidth is better.
michael
@michael
10/16/16 05:16:40AM
7,832 posts

Is there a date setting that needs to be checked?


Installation and Configuration

Got steps to reproduce that? I did the obvious:
PROFILE -> BLOG -> +

and the date shown was 10/16/16. published it and it showed as 2016-10-16.

No timemachine yet. (maybe when ASI gets here. ;) )
michael
@michael
10/15/16 11:43:07PM
7,832 posts

cri mysql error in shops...only when logged out


Design and Skin Customization

The query should show up in the activity log under the ?. paste it here.

If you're saying that it only happens when {debug} is placed in your code, try placing debug somewhere else.
michael
@michael
10/15/16 11:32:03PM
7,832 posts

Site Builder Widget behaviour - Forums, Photos and Timeline


Installation and Configuration

Better to put questions like this in its own thread so someone searching might find the answer, perhaps:
"How to list upcoming events"

The answer is:
value="event_date >= `$smarty.now`"
michael
@michael
10/15/16 11:26:35PM
7,832 posts

Can the skin global config section be more self-explanatory?


Using Jamroom

"index" means the home page. Those settings are put there by the designer to get the skin owners input.

So the "index about section" with the help text "Check to show, uncheck to hide" is asking you for your input:

"On the home page of your site, we could show the 'about' section if you would like to, if you would like to leave this box checked. If you want to hide that section, uncheck the box."

Ningja is being redesigned to use site builder by default at the moment, so a lot of those settings could disappear.
updated by @michael: 10/15/16 11:26:52PM
michael
@michael
10/15/16 04:51:08AM
7,832 posts

cri mysql error in shops...only when logged out


Design and Skin Customization

I mean, you had code that worked. Put that code into a template widget.
michael
@michael
10/15/16 04:49:23AM
7,832 posts

maybe a bug in itemlist maybe only in tabbed containers


Using Jamroom

If it only gave you 3 options it means you have no forum posts in the datastore to get the keys from. Create a forum post and you should see more options.
michael
@michael
10/15/16 01:38:08AM
7,832 posts

Open PDF on page?


Off Topic

Try this howto:
http://www.howtogeek.com/howto/18948/view-docs-and-pdfs-directly-in-google-chrome/

There are lots of "How do I turn it ON" and "How do I turn it OFF" results:
https://www.google.co.jp/?q=chrome+open+pdf+in+browser

If the first doesnt work, try a second.
  330