Forum Activity for @brian

brian
@brian
11/14/15 07:44:44AM
10,149 posts

core update crashes


Installation and Configuration

I'm not seeing an issue here Ken:

http://indiegospel.net/

Is it a different domain?

Thanks!
brian
@brian
11/14/15 07:43:17AM
10,149 posts

(Beta 5.3) Empty item in TinyMCE menu


Using Jamroom

Looks like only "hr" has a button now in TinyMCE 4 - so I've cleaned this up for the next release.

Thanks!
brian
@brian
11/14/15 07:28:24AM
10,149 posts

(Beta 5.3) Empty item in TinyMCE menu


Using Jamroom

I'll check this out. Thanks!
brian
@brian
11/14/15 07:27:09AM
10,149 posts

(5.3 Beta) Modify template


Using Jamroom

Yep this is correct - modify template as well as template compare use the full width.
brian
@brian
11/13/15 02:27:32PM
10,149 posts

Is it possible to customize a profile url?


Using Jamroom

pch:
Hello,

Is it possible to customize a profile url?

A profile name "Joe Smith" will have the following url

site.com/joe-smith

Can it get customized to site.com/js while the profile name remains "Joe Smith"?

Thanks

I believe you can do it by creating a custom form field in the Profile Settings form - call the new field "profile_url" and set the Validation type to:

(string) the numbers 0-9, letters a-z, _ and - (dash)

Not 100% sure that is going to work but I think it will.
brian
@brian
11/13/15 02:23:52PM
10,149 posts

Replacing special Latin characters in friendly URLs issue


Using Jamroom

pch:
Thanks Brian. What about if I ask my Web host to set my iconv output encoding to UTF8 instead of ISO-8859-1? Can it be done? Will it work for me? or What about if I ask them to upgrade my PHP to 5.6, will it fix this issue?

Thanks

Just go to ACP -> Core -> Marketplace -> Reload Modules and Skins and reload Core 5.3.0b3 - let me know if that fixes it for you.
brian
@brian
11/13/15 01:58:16PM
10,149 posts

How to build a JrElastic multilingual-based site using the Site Builder?


Using Jamroom

pch:
I have already cloned the language. Now I have EN, ES, FR, PT and I have already started translating them.
Should I proceed with the "Clone skin" step? Will I have to clone the language twice?

No - if you have already done that, just add your new lang strings to the en-US.php file and run the integrity check and they will be added in.
brian
@brian
11/13/15 01:57:22PM
10,149 posts

Replacing special Latin characters in friendly URLs issue


Using Jamroom

I think the issue here is that your iconv has it's output encoding set to ISO-8859-1 instead of UTF8. I have a PHP 5.4 install here that is setup the same as yours and it removes the character as well. On my PHP 5.6 install there is no issue since those options have been removed.

Looks like we can set the output formatting via an ini_set() for older PHP installs - I'll work on that for 5.3.0b4 and that should hopefully fix it on your install.

Hope this helps!
updated by @brian: 11/13/15 01:57:33PM
brian
@brian
11/13/15 01:43:08PM
10,149 posts

Replacing special Latin characters in friendly URLs issue


Using Jamroom

What version of PHP are you using?
brian
@brian
11/13/15 01:37:08PM
10,149 posts

How to build a JrElastic multilingual-based site using the Site Builder?


Using Jamroom

Sure - try this:

- Clone the skin you want to use in the Developer Tools -> Tools -> Clone Skin section
- modify the ClonedSkin/lang/en-US.php file and add in all the language strings you want
- run the Integrity Check - this will "install" the new lang strings
- modify the ClonedSkin/header_menu_desktop.tpl file and add in your new menu options you want - you'll see a lot of other entries in there using {jrCore_lang} - the format is identical and you just use the index of the new lang strings you added to the file.

Then, once you are happy with how it looks in English, go to ACP -> Users -> Users -> Tools -> Create a Language and use en-US as your language to clone from, and whatever the new language is you want.

Then in the ACP -> Skins -> Cloned Skin -> Language tab you can select the new language and translate the strings.

Let me know if that helps.
  319