|
|
Re:Community Builder 1.0.2 Released
|
|
Date: 2006/11/29 14:52
|
By: janieluk
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 3 |   | |
|
In response to queries over SMF / Joomla / CB sites, I've just upgraded from CB 1.0.1 to 1.0.1 this morning with such a site. I'm using the latest JSMF bridge rather than the 'official' SMF one, the latest SMF release (RC3?), J! 1.0.11. I used the expert upgrade path, and so far haven't hit any problems.
It's worth noting, though, that Avatar upload hasn't worked properly for me in this installation, and is continuing to not work in the updated version! *sighs*
Dan
|
|
The administrator has disabled public write access. |
|
|
|
Re:Community Builder 1.0.2 Released
|
|
Date: 2006/11/29 16:17
|
By: janieluk
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 3 |   | |
|
|
Quick update on my previous post re: upgrading JSMF sites. Turns out my core JSMF component was RC2 while all my other components were from the RC3 bundle. Updating this has solved my image upload problems, and *still* hasn't broken anything.
|
|
The administrator has disabled public write access. |
|
|
|
Re:Community Builder 1.0.2 Released
|
|
Date: 2006/11/29 16:53
|
By: p9939068
|
Status:
|
|
|
Karma: 120  
|
|
Platinum Joomlapolitan  | Posts: 728 |   | |
|
Hi! Good job on this release! I've recently just upgraded to 1.0.2. Had to wait to make sure all my backups were done properly. Someone asked if this CB release works with SMF and the bridge. Sure it does! Perfectly, too Well, as far as it is for me, at least. Just make sure you do all the necessary backups (db and files), and you'll be fine. Patience is key, which is why i waited till i have enough free time to upgrade 
I have a problem though. As we all know, there was a "security leak" in the past, whereby users can enter "malicious" codes like <object> and <embed>. However, there was a topic on "Creative Tab" which allows users to enter YouTube embed codes to stream videos. 1.0.2 has plugged this hole, however.
Now, I've tried adding the
| Code: | $ueConfig['html_filter_allowed_tags'] = array( 'object', 'embed' );
| line into my $ue_config.php, and I've already tried resaving the profile, even by emptying the field, save, and re-entering it. All these do not seem to work. The codes in the field are still "htmlspecialchars"'ed if you know what i mean.
Is there a real fix to this or am I missing something else..?
Regards, Mike
*scrap that. solutions here: http://www.joomlapolis.com/component/option,com_joomlaboard/Itemid,38/func,view/id,25629/catid,28/
limit,6/limitstart,6/

Post edited by: p9939068, at: 2006/11/29 17:11 ----- Mike's Projects http://mike.simbunch.com
SIMGallery ParaInvite AJAX CB Connections AJAX Sandbox Profile AdSense Profile URL
|
|
The administrator has disabled public write access. |
|
|
|
Re:Community Builder 1.0.2 Released
|
|
Date: 2006/11/29 21:51
|
By: rswennen
|
Status: User
|
|
|
Karma: 0  
|
|
Junior Joomlapolitan  | Posts: 33 |   | |
|
Dionysus wrote: Hi All,
sorry i am not familiar with SQl, so i don't know what step E means. Can someone explain?
Thanks
Don't use the expert install if you're not familiar with this.
You should paste these either command line in mysql or using phpmyadmin
|
|
The administrator has disabled public write access. |
|
|
|
Re:Community Builder 1.0.2 Released
|
|
Date: 2006/11/30 05:36
|
By: FireIslandMan
|
Status:
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 14 |   | |
|
Works as advertised and fast too!
Post edited by: FireIslandMan, at: 2006/12/18 17:56
|
|
The administrator has disabled public write access. |
|
|
|
Re:Community Builder 1.0.2 Released
|
|
Date: 2006/11/30 09:24
|
By: beat
|
Status: Admin
|
|
|
Karma: 241  
|
|
Admin  | Posts: 4061 |   | |
|
I made a mistake in my instructions to allow some tags here: http://www.joomlapolis.com/component/option,com_joomlaboard/Itemid,38/func,view/catid,7/id,25319/
#25319
in fact correct syntax for config file is not an arry, but a string (for example):
| Code: | $ueConfig['html_filter_allowed_tags'] = "object embed";
|
(not an array, but single-space-separated tags !)
Edited all my posts and know quotes of it. Beat - Developer on Community Builder core Team - If you like CB and this forum, you will love Nick's CB 1.1 reference manual ! : Click here to Get it now  - Would like to help us move faster ? Get it, and/or help us spend more time coding by helping others in this forum, many thanks
|
|
The administrator has disabled public write access. |
|
|