Forum Activity for @michael

michael
@michael
01/15/14 05:32:36PM
7,832 posts

Can I pay someone to setup a Digital Ocean droplet for me?


Using Jamroom

Yeah real important to understand that one of the reasons DO is so cheap is that there is no support.

They are giving you the hardware for you to do whatever you like with. Support is limited to about "is the server running?".

After that its up to you.

-- edit --
There is however an IRC peer support channel on freenode at #digitalocean which is very active.
updated by @michael: 01/15/14 05:33:57PM
michael
@michael
01/14/14 11:58:47PM
7,832 posts

multiple Jamroom Licenses?


Installation and Configuration

try:
* running the integrity check
* clearing the caches
* reload modules or skins
MARKETPLACE - TOOLS - RELOAD MODULES OR SKINS
* run the system updates
MARKETPLACE - SYSTEM UPDATES

In none of that helps, check the activity logs for errors.
michael
@michael
01/14/14 12:34:36AM
7,832 posts

Jr4 Licenses


Using Jamroom

eric.dion:
I still use jamroom 4 and I need tamplate oinkba that I have purchased,how can I get it?

best regard

this from huw:

I no longer own JR templates, these are now owned and supported by Jamroom. Contact "Michael or Brian" support@jamroom.net and tell them that I authorize the downloads you require.. MediaPro (all mods) Pack.

If you don't have your license codes, send us your info to support [at] jamroom [dot] net along with your email and we can get you sorted out.
michael
@michael
01/13/14 11:08:45PM
7,832 posts

Blog cant handle large content in greek language


Using Jamroom

Is there anywhere where I can get a copy of that 10000 word greek text to test with?
michael
@michael
01/13/14 11:07:41PM
7,832 posts

Timeline @Profile_Name link encoding


Using Jamroom

it might need a |rawurldecode in your action templates. I'll take a look.


tracker:
https://www.jamroom.net/the-jamroom-network/tracker/297/rawurlencode-appearing-as-content
michael
@michael
01/11/14 03:04:49AM
7,832 posts

help getting bootstrap 3.0.3 turned into a skin?


Jamroom Developers

After talking to @Soundcafe the other day he said he wants a bootstrap based skin.

Anyone up for helping get that up and running?

Here is the beginnings of it:

https://github.com/ussher/bootstrap
updated by @michael: 02/10/14 06:05:36PM
michael
@michael
01/10/14 11:20:00PM
7,832 posts

Jamroom 5 with GoDaddy


Jamroom Hosting

not really. The system is telling you "I'm not going to work correctly" and by "push past" your saying "I know your not going to work correctly but I just want to see how you work."

To see whats available in JR5 check out some of the other sites running it:
https://www.jamroom.net/showcase
https://www.jamroom.net/showcase/sites

and some videos on it:
https://www.youtube.com/user/jamroomdotnet

or perhaps setup a virtualbox server and install it locally.
michael
@michael
01/10/14 08:08:47PM
7,832 posts

Jr4 Licenses


Using Jamroom

The archives for all the modules are here:
http://archive.jamroom.net/index.php?m=td_market&o=browse

Specifically for "Marketplace Info: MediaPro + All Mods (ProPack)" is here:
http://archive.jamroom.net/index.php?m=td_market&o=browse&item_id=290
michael
@michael
01/09/14 07:05:57PM
7,832 posts

Remove Comment Box from Created Page


Design and Skin Customization

Without doing it, this is how I would approach the problem.
* does the QTOS module have any templates? If it does is one of them responsible for outputting that page, if it is, does putting a {debug} in there give us any info that is specific to that particular page.

If YES then: use that info to wrap a {if} around the comment box so the comment box doesnt show on that page.

----
didnt work.... ok, try something else.
* does the process that outputs that page have any events that fire when the comments box is trying to decide whether to write to the screen or not? yes, then use that to check if the page is the QTOS page and stop it from displaying if it is.
  743