Forum Activity for @douglas

douglas
@douglas
11/14/13 08:20:41AM
2,808 posts

Client Site Import



Thanks man, I'll give it a go and let you know how it works out.
douglas
@douglas
11/14/13 07:57:51AM
2,808 posts

Client Site Import



Hey Paul,

I've got a question for you, not sure if this is where we should be discussing this, but I'm getting ready to do an import on intvonline.com/Jamroom5, and I'm wondering about the multiple quotas he has on JR4.

I see in the config for the import module that there is an admin and artist quota field that I can add JR4 Quota ID's to, but that is all there is.

I've created new quotas on his JR5 install but they do not show up as fields in the import module config. I don't want all of his profiles ending up in one quota.

I guess my question is, is there a way to move the profiles from JR4 to the correct quotas in JR5? Or am I misunderstanding this?

You also mentioned that you had some tips on importing, this site has a little over 100 videos and maybe 10 audio tracks, do you think that will shut his site down due to video conversions? Is there some trick I can do to make this as easy as possible?

Both sites are on the same domain by the way.

Thanks,
Douglas
douglas
@douglas
11/13/13 08:43:46AM
2,808 posts

Custom Skin Enhancement


Jamroom Developers

Hello,

1. You'll want to add the new css and js to the skins include file in the YourSkin_skin_init function and then run the integrity check tool to bring in the new files.

CSS entry example:
    jrCore_register_module_feature('jrCore','css','YourSkin','your_css_file.css');

JS entry example:
    jrCore_register_module_feature('jrCore','javascript','YourSkin','your_js_file.js');

2. Yes, I believe it is in the modules/jrCore/js folder its is jquery-1.8.3.min.js .

3. You'll want to change the existing file. We made sure that there are not duplications in the default CSS files and they have been separated to make things easier.

Hope this helps,
Douglas
updated by @douglas: 11/13/13 09:00:49AM
douglas
@douglas
11/06/13 11:12:19AM
2,808 posts

Translations


Using Jamroom

Those languages are not available simply because we can't translate the language file into any of those languages.

The ProJam skin has a loosely translated language file for Spanish, so this can be done, just translate the English language file into the language you want and then add a link for it like this:

Using Spanish as an example
<a href="?set_user_language=es-ES">Spanish</a>

Then when a user clicks the link, your site will be translated into Spanish.

Hope this helps,
Douglas
douglas
@douglas
11/04/13 05:18:26AM
2,808 posts

Characters in Blogs Odd


Using Jamroom

I'm getting this php error when I try to reload the jrCore module.

[04-Nov-2013 05:17:18 America/Vancouver] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 22393857 bytes) in /home/pekard/public_html/Jamroom5/modules/jrCore/lib/util.php on line 872 [x 1]
douglas
@douglas
11/03/13 01:23:50PM
2,808 posts

Characters in Blogs Odd


Using Jamroom

brian:
Dazed - can you test it out again here and see if you still see the issue? I added in the entity encoding values to the htmlentities() function calls that are used on the form values - not sure if that is going to work or not, but it's worth a try. If that DOES work, it's strange that it was only affecting you, as it should have affected us all.

Let me know.

Thanks!

Would this change cause this php notice?

[03-Nov-2013 13:21:46 America/Vancouver] PHP Notice: Use of undefined constant ENT_HTML401 - assumed 'ENT_HTML401' in /home/pekard/public_html/Jamroom5/modules/jrCore/lib/form.php on line 374 [x 4]
douglas
@douglas
11/03/13 04:56:35AM
2,808 posts

Characters in Blogs Odd


Using Jamroom

That is odd, the only time I've ever seen characters like that is from pasting text from Notepad or Word.
douglas
@douglas
11/03/13 04:36:45AM
2,808 posts

Characters in Blogs Odd


Using Jamroom

I just tried this and could not get the character to show.

Using FF24.0.
douglas
@douglas
11/03/13 04:31:14AM
2,808 posts

Nova Typo


Using Jamroom

Thanks Steve,

I'm actually in the process of reworking the Nova skin so I'll get this fixed up.
douglas
@douglas
11/02/13 06:06:30AM
2,808 posts

Nova Typo


Using Jamroom

Thanks Steve, I'll get that fixed up.
  271