Forum Activity for @brian

brian
@brian
04/22/15 01:43:47PM
10,149 posts

Some weird going's on with the photo navigation


Using Jamroom

Yep that's it - I see what you are seeing locally here as well. I'll get it fixed.

Thanks!
brian
@brian
04/22/15 01:42:14PM
10,149 posts

Some weird going's on with the photo navigation


Using Jamroom

I should have added a photo - let me try that now and see what's up.

Thanks!
brian
@brian
04/22/15 01:32:31PM
10,149 posts

Some weird going's on with the photo navigation


Using Jamroom

John Bizley:
Thanks Brian, it seems as though it is moving backwards through the list of images.

Yeah I just tested here locally and I cannot replicate this - it's all working as expected. Have you customized any of the gallery templates?

Thanks!
brian
@brian
04/22/15 01:21:35PM
10,149 posts

Some weird going's on with the photo navigation


Using Jamroom

I see this on your site - I will check this out and see what's up.

Thanks!
brian
@brian
04/22/15 12:38:04PM
10,149 posts

Some quick observations on new site builder


Using Jamroom

derrickhand300:
Still today I spend hours ( sometimes days) trying to figure this out - still one of the most frustrating parts of working on a page here for me anyways.

I dont know if that could even be added to the tool...but if it could you would be relieving a lot of headaches for a lot of new users

Actually this is supported - we just only have templates for the User Profiles module at this time. The new Site Builder allows it to work with a variety of special "widget" templates - so we can offer multiple templates for your use in creating lists and featured items - we just have to build those now :)
brian
@brian
04/22/15 11:57:04AM
10,149 posts

Background tree


Genosis

Yeah you want to:

- upload the image to your site
- add style to the container tag - i.e.:

<div class="container" style="background-image: url(http://yoursite.com/images/image.jpg);">

Hope this helps!
brian
@brian
04/22/15 11:53:26AM
10,149 posts

Some quick observations on new site builder


Using Jamroom

derrickhand300:
Thanks-got it returned to normal again
I am sure this is geared to help new users which is a good thing but from my testing it looks like it forces me to learn new ways to do less which is going backwards to me

It definitely won't be a step backwards once we have all the widgets created - we wanted to get it into the hands of users to start getting feedback. In your case, you use it very extensively - we know there's going to be features that need to be added to it, so it's not a surprise to me that it does not work for you at this time - eventually it will :)

Quote:
I was pretty jacked about the new site builder giving me the ability to add metatags per page but did not see that function

This would be part of the Meta Tag Manager module - not Site Builder - I've got it on my todo.

Thanks!
updated by @brian: 04/22/15 11:53:49AM
brian
@brian
04/22/15 11:24:30AM
10,149 posts

recomended server side caching options (linux/centos apache 2.4 newest php)


Installation and Configuration

soaringeagle:
the jr search sucks

I couldn't disagree more, but you can have your own opinion :)

Quote:
what are the best server cache options

We use Xcache on Jamroom hosting and it works well.
brian
@brian
04/22/15 10:56:36AM
10,149 posts

How to access jrCore_get_flag('my-custom-array') in tpl file


Jamroom Developers

You need to include it as a replacement key in your jrCore_parse_template call - i.e.

$tmp = jrCore_get_flag('my-custom-array');
$_rp = array(
    'my_custom_array' => $tmp
);
$out = jrCore_parse_template('my-custom.tpl', $_rp, 'myModule');

Inside my-custom.tpl you can reference $my_custom_array.
brian
@brian
04/22/15 10:31:17AM
10,149 posts

Some quick observations on new site builder


Using Jamroom

derrickhand300:
Thanks How do I go back to the original site builder?

you want to:

- disable the new site builder in it's "info" tab
- enable all 4 of the original Site Builder modules
  386