Forum Activity for @ultrajam

SteveX
@ultrajam
03/16/17 03:46:09AM
2,584 posts

Is There a PDF Version of Documents?


Installation and Configuration

@entertainmentworld the ability to search documentation online and know it is fully up to date are much more useful than in a pdf imo.

@michael, I also have a pdf module of sorts, it uses mPdf but it's not very sophisticated.

You can see it in action here:
http://academicskills.uwe.ac.uk/general/workbooks/assignment-planner/12073/assignment-planner
Create your schedule dates and the Create Pdf button will appear.
The Planner requirement was for students to be able to save their plan to a pdf as they cannot log into our system (which would be a better way for them to save and adjust their schedule). In reality though, hardly anyone ever uses the pdf facility.

I could look at making that a bit more versatile if it would be useful.
updated by @ultrajam: 03/16/17 03:50:49AM
SteveX
@ultrajam
03/13/17 06:08:58PM
2,584 posts

Keep getting an error message when i try to upload images?


Using Jamroom

Did you use phpmyadmin or adminer to delete something from your database?
SteveX
@ultrajam
03/10/17 12:16:12PM
2,584 posts

Changing the site builder page structure and layout.


Design and Skin Customization

In your browser try right clicking on the tab and select "inspect element". That should tell you all of the css rules which apply and the names of the style sheets they can be found in.
SteveX
@ultrajam
03/10/17 02:28:33AM
2,584 posts

Treating content after a certain number of page views


Using Jamroom

I think I'd find it annoying and doubt that I would sign up.

Wouldn't it be better to provide a sense of community, or extra features, or extra content to encourage signup?
SteveX
@ultrajam
02/28/17 06:15:29AM
2,584 posts

Overriding lightbox2 options in a template


Design and Skin Customization

Thanks Michael, that works perfectly.
SteveX
@ultrajam
02/27/17 03:42:43PM
2,584 posts

Overriding lightbox2 options in a template


Design and Skin Customization

Thank you Michael, I'm at the end of the day here so I'll give that a try tomorrow. :)
SteveX
@ultrajam
02/27/17 03:24:23PM
2,584 posts

Overriding lightbox2 options in a template


Design and Skin Customization

I think I have that already, how are you setting the options in the template?
SteveX
@ultrajam
02/27/17 03:12:22PM
2,584 posts

Overriding lightbox2 options in a template


Design and Skin Customization

Thanks Michael.

Does that work for you with 2.9.0? I tried replacing the script, but still couldn't set the option in the template.

The only way I could get the result was to edit 2.9.0 to change the default.
SteveX
@ultrajam
02/27/17 12:27:35PM
2,584 posts

Overriding lightbox2 options in a template


Design and Skin Customization

I'm trying to show long and tall, scrollable images in lightbox2. It defaults to images resized to fit the screen.

Lightbox2 documentation says that you should be able to alter that by changing the script options like this:
<script>
    lightbox.option({
      'fitImagesInViewport': false
    })
</script>
http://www.lokeshdhakar.com/projects/lightbox2/

I can't get that to work either with the jamroom version (v2.7.1) or the current version (v2.9.0) of lightbox2.

If I use the github unminified v2.9.0 rather than the jamroom minified v2.7.1, add the if($("#lightbox").length == 0) { ... } lines, and change the defaults in the script it works how I want, but I'd like to just change the options in the template.

Any idea how I can do that?

Thanks :)
updated by @ultrajam: 05/31/17 09:58:24AM
  46