|
|
Re:Community Builder 1.0.2 Released
|
|
Date: 2007/02/20 06:16
|
By: nikdooley
|
Status: User
|
|
|
Karma: 1  
|
|
Fresh Joomlapolitan  | Posts: 14 |   | |
|
Beat wrote: 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.
I tried the above advice, as I am having a problem that CB is stripping ALL of the html in my editorta fields. I only want to have . But I get this error on the front end profile and still nothing has changed with html in the profile:
| Code: | Warning: array_diff() [function.array-diff]: Argument 1 is not an array in /home/../administrator/components/com_comprofiler/comprofiler.class.php on line 1579
|
If I take the $ueconfig code out of the administrator/components/com_comprofiler/ue_config.php file then the error disappears. Either case I have no html in the profile.
And yes I have reentered the html into the field and saved it agian.
Here is a sample of the type of html code I need in the profiles:
| Code: | <p><strong> Regular Classes</strong></p>
<p>Training twice a week, this the most economical way to learn Krav Maga. Well paced with a friendly atmosphere, these classes are suitable for all ages from 16 years and older. You do not need to be fit to join in!</p>
<p>Time: Monday and Wednesday Nights 6.45 sign on, 7pm start</p>
<p>Place: Parramatta SDA Community Hall<br />
77-81 Hammers Road, Old Toongabbie<br />
Private Lessons<br />
Have your own personal trainer in Krav Maga. If you want more personal attention, or you are unable to attend regular classes these focused 1-on-1 sessions are ideal! Either work through the regular syllabus, or deal with specific problems. Chose a time and place suitable to you!</p>
<p>Region: Greater Sydney area - Limited sessions available!<br />
Small Group<br />
Similar to private lessons, but aimed at groups of friends or family that would like to train together in the privacy of their own home or chosen location.</p>
|
This is what shows in the profile:
| Code: | Regular Classes Training twice a week, this the most economical way to learn Krav Maga. Well paced with a friendly atmosphere, these classes are suitable for all ages from 16 years and older. You do not need to be fit to join in! Time: Monday and Wednesday Nights 6.45 sign on, 7pm start Place: Parramatta SDA Community Hall 77-81 Hammers Road, Old Toongabbie Private Lessons Have your own personal trainer in Krav Maga. If you want more personal attention, or you are unable to attend regular classes these focused 1-on-1 sessions are ideal! Either work through the regular syllabus, or deal with specific problems. Chose a time and place suitable to you! Region: Greater Sydney area - Limited sessions available! Small Group Similar to private lessons, but aimed at groups of friends or family that would like to train together in the privacy of their own home or chosen location
|
Can someone help please!!!!
Post edited by: nikdooley, at: 2007/02/20 21:44
|
|
The administrator has disabled public write access. |
|
|
|
Re:Community Builder 1.0.2 Released
|
|
Date: 2007/02/26 23:02
|
By: nikdooley
|
Status: User
|
|
|
Karma: 1  
|
|
Fresh Joomlapolitan  | Posts: 14 |   | |
|
nikdooley wrote: Beat wrote: 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.
I tried the above advice, as I am having a problem that CB is stripping ALL of the html in my editorta fields. I only want to have . But I get this error on the front end profile and still nothing has changed with html in the profile:
| Code: | Warning: array_diff() [function.array-diff]: Argument 1 is not an array in /home/../administrator/components/com_comprofiler/comprofiler.class.php on line 1579
|
If I take the $ueconfig code out of the administrator/components/com_comprofiler/ue_config.php file then the error disappears. Either case I have no html in the profile.
And yes I have reentered the html into the field and saved it agian.
Here is a sample of the type of html code I need in the profiles:
| Code: | <p><strong> Regular Classes</strong></p>
<p>Training twice a week, this the most economical way to learn Krav Maga. Well paced with a friendly atmosphere, these classes are suitable for all ages from 16 years and older. You do not need to be fit to join in!</p>
<p>Time: Monday and Wednesday Nights 6.45 sign on, 7pm start</p>
<p>Place: Parramatta SDA Community Hall<br />
77-81 Hammers Road, Old Toongabbie<br />
Private Lessons<br />
Have your own personal trainer in Krav Maga. If you want more personal attention, or you are unable to attend regular classes these focused 1-on-1 sessions are ideal! Either work through the regular syllabus, or deal with specific problems. Chose a time and place suitable to you!</p>
<p>Region: Greater Sydney area - Limited sessions available!<br />
Small Group<br />
Similar to private lessons, but aimed at groups of friends or family that would like to train together in the privacy of their own home or chosen location.</p>
|
This is what shows in the profile:
| Code: | Regular Classes Training twice a week, this the most economical way to learn Krav Maga. Well paced with a friendly atmosphere, these classes are suitable for all ages from 16 years and older. You do not need to be fit to join in! Time: Monday and Wednesday Nights 6.45 sign on, 7pm start Place: Parramatta SDA Community Hall 77-81 Hammers Road, Old Toongabbie Private Lessons Have your own personal trainer in Krav Maga. If you want more personal attention, or you are unable to attend regular classes these focused 1-on-1 sessions are ideal! Either work through the regular syllabus, or deal with specific problems. Chose a time and place suitable to you! Region: Greater Sydney area - Limited sessions available! Small Group Similar to private lessons, but aimed at groups of friends or family that would like to train together in the privacy of their own home or chosen location
|
Can someone help please!!!!<br><br>Post edited by: nikdooley, at: 2007/02/20 21:44
I really need help - Please!!!!! This is a big problem!
|
|
The administrator has disabled public write access. |
|
|
|
Re:Community Builder 1.0.2 Released
|
|
Date: 2007/03/07 19:16
|
By: mediaguru
|
Status:
|
|
|
Karma: 59  
|
|
Platinum Joomlapolitan  | Posts: 785 |   | |
|
beat wrote: 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).
I've tried all these suggestions yet only the actual text code shows up in the tab (editor text or text area). Any ideas? CB WISHLIST
1. Contextual (member type) registration fields (business, personal, artist etc). 2. Photo gallery style search results (like myspace) 3. Comments on profile gallery photos. 4. Auto resize profile images in backend. 5. Customizable user web pages (see tagworld) 6. Images in CB fields/tabs.
My main CB site: http://www.thegolfspace.com Check out my newest CB site: http://www.themacspace.com My Karma (user rating) suite now in the CB Directory!
|
|
The administrator has disabled public write access. |
|
|
|
Re:[SOLVED] Re:Community Builder 1.0.2 Released
|
|
Date: 2007/04/27 01:44
|
By: beat
|
Status: Admin
|
|
|
Karma: 238  
|
|
Admin  | Posts: 3997 |   | |
|
Please take a look at proposed fixes in these posts:
- for session expired problem:
http://www.joomlapolis.com/component/option,com_joomlaboard/Itemid,/func,view/catid,29/id,36419/
#36419
- for hardened php:
http://www.joomlapolis.com/component/option,com_joomlaboard/Itemid,/func,view/catid,29/id,36427/
#36427
Please reply in the other thread if it fixes your problems, as they will be part of next Community Builder version. 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. |
|
|
|
Re:[SOLVED] Re:Community Builder 1.0.2 Released
|
|
Date: 2007/04/27 01:48
|
By: john1000
|
Status:
|
|
|
Karma: -10  
|
|
Expert Joomlapolitan  | Posts: 148 |   | |
|
next version?....wow... My soon to be released website. www.joomla-reviews.com
|
|
The administrator has disabled public write access. |
|
|