|
|
Re:Community Builder 1.0.2 Released
|
|
Date: 2007/01/05 17:59
|
By: darkomenFR
|
Status: User
|
|
|
Karma: 1  
|
|
Fresh Joomlapolitan  | Posts: 6 |   | |
|
|
forge.joomla.org seems down. Where can i get CB 1.0.2 ?
|
|
The administrator has disabled public write access. |
|
|
|
Re:Community Builder 1.0.2 Released
|
|
Date: 2007/01/15 15:14
|
By: beavis82
|
Status: User
|
|
|
Karma: 1  
|
|
Fresh Joomlapolitan  | Posts: 6 |   | |
|
beavis82 wrote: Since upgrading to CB 1.0.2, I'm getting the following error when a user tries to register:
"Postal / Zip Code : This input value is not authorized."
The "Postal / Zip Code" field is a delimiter field.
I've tried the Database Check procedure, but it throws up no problems. I'm using PHP Version 4.3.11.
Is anyone else getting this problem?
Post edited by: beavis82, at: 2007/01/15 15:14
|
|
The administrator has disabled public write access. |
|
|
|
Re:Community Builder 1.0.2 Released
|
|
Date: 2007/01/17 14:30
|
By: gayus
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 22 |   | |
|
@ beat, anyone who can help me more...
Original link moved to here.
I already added in: administrator/components/com_comprofiler/ue_config.php
| Code: |
$ueConfig['html_filter_allowed_tags'] = "object embed";
$ueConfig['html_filter_allowed_tags'] = "embed";
$ueConfig['html_filter_allowed_tags'] = "div";
|
At my profile:
| Code: |
<div
style='font:bold 11px verdana;'><a
style='background-color:#eeeeee;display:block;width:300px;border:solid
2px black;padding:5px;'
href="http://song2play.com/h/hillsong_united-19081/united_we_stand-41051/take_it_all-518827.html"
target='_blank'>Hillsong United - Take It All<p><embed
name='RAOCXplayer' src='http://song2play.com/play/song_518827.asx'
type='application/x-mplayer2' width='310' height='45' autoplay="true"
controller="true" ShowStatusBar="false" loop='false'
pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/"></embed></a><p
style="margin:3px 0px"><a href='http://song2play.com/'>Music
Code provided by Song2Play.Com</a></p></div>
|
Result:
| Code: |
Hillsong United - Take It All
<p><a href="http://song2play.com/">Music Code provided by Song2Play.Com</a></p>
|
The Media Player plugin still not shows up , any solution?
beat wrote:
[will2b wrote:
I am new to all this and was wondering if I missed something. In the files that were zip one was not used in the text setup.
mod_comprofileonline.zip
Is it an extra that is contained in one of the other files?
It's an optional module displaying online community users, not needed for functions, that's why it's not mentioned. But you are right, it could be mentioned in future releases.
b]yhyusuf wrote:[/b]
first of all I would like to say thank you very much you guys are the best.
Expert installation is a breeze...however my users are missing their youtube videos that was in a field of type 'editor text area'.
In the profile nothing shows but when i went to edit it I saw that the code was being striped
....
I assume this is because of the increased security but is there a way to stop this from happening. This is very important for me and I appreciate any help.
Thank you in advance
Thank you
Yes, you guessed correctly.
Nevertheless, you can untighten security level of your site by allowing specific tags to be used.
To do that, you can add at the end of your CB configuration file in:
administrator/components/com_comprofiler/ue_config.php
for your case :
| Code: | $ueConfig['html_filter_allowed_tags'] = "object embed";
|
EDIT: (not an array, but single-space-separated tags !)
you can change or add to the values in the array above any other potentially hostile tag which are now getting filtered by Community Builder, to allow them on your site. You need to be aware that allowing these tags, in particular script tag can be missused by users for potentially hostile content.<br><br>Post edited by: beat, at: 2006/11/30 09:21
Post edited by: gayus, at: 2007/01/17 14:32
Post edited by: gayus, at: 2007/01/17 14:34
gayus. --------
|
|
The administrator has disabled public write access. |
|
|
|
|
expert method success w/ SMF and joomla 1.0.12
|
|
Date: 2007/01/18 07:48
|
By: zimv20
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 1 |   | |
|
i saw some questions regarding SMF, but no one's mentioned joomla 1.0.12 that i've seen.
so i simply wanted to post a message indicating a smooth and successful CB upgrade, from 1.0.1 -> 1.0.2, using the expert method on the following configuration:
- joomla 1.0.12 - SMF 1.1.1 - SMF Bridge (the orstio one) v1.1.6 as login module
also:
- MySQL 4.1.21-standard - php 4.4.4
thanks for the good work!
|
|
The administrator has disabled public write access. |
|
|
|
Re:Community Builder 1.0.2 Released
|
|
Date: 2007/01/20 22:08
|
By: beat
|
Status: Admin
|
|
|
Karma: 243  
|
|
Admin  | Posts: 4066 |   | |
|
gayus wrote: @ beat, anyone who can help me more...
... I already added in: administrator/components/com_comprofiler/ue_config.php
| Code: |
$ueConfig['html_filter_allowed_tags'] = "object embed";
$ueConfig['html_filter_allowed_tags'] = "embed";
$ueConfig['html_filter_allowed_tags'] = "div";
|
Probably this should work better:
| Code: | $ueConfig['html_filter_allowed_tags'] = "object embed div";
|
in ue_config.php for what you intend to do.... (a single line). 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. |
|
|