Forum Activity for @ultrajam

SteveX
@ultrajam
01/19/15 01:43:45PM
2,587 posts

Questions about managing own server


Ning To Jamroom

Similar to you I don't know enough about servers to run one entirely from the command line. It's not so much the command line, I just don't know what to read to keep myself sufficiently informed in order to remain up to date.

So I "outsource" that to webmin/virtualmin (free software with free docs, roughly equivalent to whm/cpanel), and rely on their expertise. There is a learning curve, but the gui and the help and the emails when you need to update are extremely helpful to me and make it possible (for me) to attempt a non-critical unmanaged server or two.

After reading the virtualmin docs and doing a few installs, if you have any doubts at all just go managed until you have confidence in your ability to run it long-term.
updated by @ultrajam: 01/19/15 01:45:07PM
SteveX
@ultrajam
01/18/15 02:43:23PM
2,587 posts

Profile Menu


Jamroom Developers

You need this at the top of your module's language file:
// Profile Menu Entry Name
$lang['menu'] = 'quizzes';
SteveX
@ultrajam
01/17/15 03:25:23PM
2,587 posts

Profile pages show not found


Proxima

Is that cricket?
SteveX
@ultrajam
01/17/15 03:21:44PM
2,587 posts

sitebuilder ez add slider and slideshow


Suggestions

Strumelia:
Me and Soaring may have to be a bit careful- just got politely criticized for crowing about JR a little TOO often on Creators... lol

Tell them to go fork an angular project (not too polite I know, but it's Saturday).
SteveX
@ultrajam
01/17/15 03:14:39PM
2,587 posts

Context sensitive menu in Tiny MCE editor?


Ning To Jamroom

There is a context menu plugin in tinymce, I can't look right now but I don't think it is installed for the default jamroom tinymce config, you can add it in the config template though. I have used it recently, and it is handy if you get your comonly used items in the context menu.
SteveX
@ultrajam
01/17/15 03:03:48PM
2,587 posts

Forum


Jamroom Developers

Strumelia:nice to see your face!

I agree! :)
SteveX
@ultrajam
01/16/15 04:03:06PM
2,587 posts

gallery oddness (last image dropping below rest)


Design and Skin Customization

That smarty manual is really great for clues. Smarty is really pretty easy to get to grips with, the manual is brief and doesn't have hundreds of pages (which is very cool) yet it releases 1.5 avalanches of additional Jamroom customisation power for each page you read.

A little bit of smarty plus a little bit of css and jquery... MUCH more power, and the next skin on the onion.
SteveX
@ultrajam
01/16/15 03:50:35PM
2,587 posts

gallery oddness (last image dropping below rest)


Design and Skin Customization

The answer here shows how to do this dividing by 4:
http://stackoverflow.com/questions/12424504/looping-with-smarty

Then you can jsut use:
{if $item@ % 4 == 0}
  123