Forum Activity for @michael

michael
@michael
10/28/14 12:53:30AM
7,832 posts

Calendar for jrEvent


Suggestions

Its supposed to search the database for any events with a date that is between the beginning of this month and the end of this month. Any that it finds, show them.

Yes it all helps, thanks very much. I'm trying to figure out why some show and others don't.
michael
@michael
10/28/14 12:53:13AM
7,832 posts

jrNova-1.3.5 bug in Firefox


Design and Skin Customization

turn off add block plus, then try again. ;)

Adblock plus blocks anything with the word 'advert' in it.
michael
@michael
10/28/14 12:25:32AM
7,832 posts

rotates phrases ,, good idea... :)


Using Jamroom

Where are you seeing that? make sure you change any jrXxxxxxx to a 2 letter prefix that is unique to you.

So stuff you make will be blXxxxxxxx or whatever you choose. I think the ones that are gone are:

* jr //the jamroom network
* uj //ultrajam, stevex
* n8 //nate flex
....
michael
@michael
10/28/14 12:10:14AM
7,832 posts

Calendar for jrEvent


Suggestions

@gary.moncrieff sent.
michael
@michael
10/28/14 12:09:46AM
7,832 posts

Calendar for jrEvent


Suggestions

You can add an event calendar to the top page of your site if you like with this code:

{jrEvent_calendar month=$_post.month year=$_post.year}

So a full page, perhaps called ourcalendar.tpl would look like:
{jrCore_include template="header.tpl"}

{jrEvent_calendar month=$_post.month year=$_post.year}

{jrCore_include template="footer.tpl"}
and would be accessed at:
your-site.com/ourcalendar

Passing in variables to that page would change the calendar dates:
your-site.com/ourcalendar/month=06/year=2014

Would get the calendar for june.


--edit--
actually don't bother with this, I will make it part of the module once I figure out why some events are working while others arent.
updated by @michael: 10/28/14 12:12:21AM
michael
@michael
10/27/14 11:00:25PM
7,832 posts

Calendar for jrEvent


Suggestions

sent. Thanks.
michael
@michael
10/27/14 08:49:34PM
7,832 posts

Connect with jrEmbed?


GoogleMaps

Yeah, that first one is working fantastic! Great Job Steve! I'll continue to fiddle.
michael
@michael
10/27/14 08:43:11PM
7,832 posts

Connect with jrEmbed?


GoogleMaps

SteveX:
A difference in behaviour - on the site where it works the tag does not appear in the timeline. On the other site, the unparsed tag appears in the timeline.

First place to check is the ACP -> SYSTEM CORE -> QUOTA CONFIG -> (change to the quota not working) -> Make sure "Convert Embed Tags" is checked.

-- edit --
the QUOTA CONFIG on the jrEmbed module is "People in this quota are allowed to embed stuff, so will see the embed button when they are using the editor."

The link above is "People in this quota will see stuff thats embeded converted into its correct format."
updated by @michael: 10/27/14 08:44:35PM
michael
@michael
10/27/14 08:31:29PM
7,832 posts

Connect with jrEmbed?


GoogleMaps

going to play with it now. Thanks for the book on how to use it. ;)
michael
@michael
10/27/14 08:21:53PM
7,832 posts

css in elastic skin


Design and Skin Customization

Steves right, its #wrapper that you want.

The issue that exists though is that that tag is not setup to be found by the STYLE editor, so it wont appear in the STYLE tab on the skin in the ACP.

You can change it in:
/skins/jrElastic/css/site.css

Its right at the top. Or wait for the next release of jrElastic which will have that selector in the CSS.

This will be the update if you want to go ahead and change it yourself, then the STYLE tab will work.
/* @title Site Wrapper */
/* @help This is the wrapper for the Site Content */
#wrapper {
    margin:0 auto; /* @ignore */
    padding-top:72px; /* @ignore */
    background-color:#EEEEEE;
    padding-bottom: 12px;
}
  646