Forum Activity for @ultrajam

SteveX
@ultrajam
05/08/14 02:05:24PM
2,589 posts

background color


Using Jamroom

Well, before you deleted everything, Douglas pointed out that your error logs said you hadn't managed to upload all the files successfully, so that's at least one thing that you are not doing. You do need to be able to upload all of the files.

You are deleting your database when you do the new install aren't you?
If not, you still need to delete that table like Michael said. Otherwise you are just reloading your same mistakes from the database over and over and over and over again.
SteveX
@ultrajam
05/08/14 12:59:45PM
2,589 posts

background color


Using Jamroom

From memory, you had a really hard time with the idiot-proof installer on several occasions.

If you can get the installation right, maybe your css problem will be fixed?
SteveX
@ultrajam
05/08/14 11:39:42AM
2,589 posts

Good Skin URL's


Design and Skin Customization

brian:
I think using dashes instead of underscores is a good idea, and one we should try to adhere to moving forward. I'll make sure this is something we check for before any new skins go out.

Thanks!

It's a good idea if its necessary, but surely google would start using hyphens in their own urls if it were important. Try a couple of searches using site:google.com and inurl:
Google don't seem to love hyphens much themselves. Wordpress seo "experts" do though.

On a more practical note, how should I go about checking for that in my skin? Do I just need to use hyphens everywhere, or is there something else I need to do?
updated by @ultrajam: 05/08/14 11:41:00AM
SteveX
@ultrajam
05/08/14 08:07:28AM
2,589 posts

can i add a page to a module?


Using Jamroom

Copy it from jrBlog and change the names to agTask?
SteveX
@ultrajam
05/08/14 04:57:29AM
2,589 posts

can i add a page to a module?


Using Jamroom

Do something similar to profile_view_jrBlog_default in your agTask profile.php

Instead of checking $_post['_1'] for 'category', check for 'invoiced' and serve up your view.
SteveX
@ultrajam
05/08/14 04:46:25AM
2,589 posts

Upload files on item detail page for module


Jamroom Developers

Do you need to use jrCore_save_all_media_files?

Your save function should be similar to jrFile update save.
SteveX
@ultrajam
05/07/14 02:31:44PM
2,589 posts

JrAction JSON parse error


Jamroom Developers

No quotes around _item_id should be fine with json as long as its a number. So just guessing on a quick look, I'd check encoding first:
audio_split":"{\"1\":\"100\"}". Looks different.

I dont understand the "line 3 column 9 of the JSON data " of the error, any idea where that relates to?
SteveX
@ultrajam
05/07/14 01:35:05PM
2,589 posts

Module Ideas?


Off Topic

Both cool names, and you'll take both them to gigs, so inevevevitably cool kids. Congrats Paul and family! Hello Annika.

jrAnnika should piss, shit and wail on your jamroom until it's been installed for around six weeks, then it should smile a bit and win hearts.

Baby Annika - Rock baby, rock.
SteveX
@ultrajam
05/07/14 12:14:40PM
2,589 posts

404 IPN error


Using Jamroom

They sent it to you because that's what you have entered into the box in your paypal config. They are sending it BACK to you.

Remove it.
SteveX
@ultrajam
05/07/14 12:03:40PM
2,589 posts

smarty scope=parent


Jamroom Developers

Yes, that does work :)

I'm using a skin dir template, so no overrides needed: the perfect solution.

Thanks Brian!
  161