Arrow Home arrow Forums
larger font smaller font default font Fixed screen resolution Auto adjust screen size

Joomlapolis Forums  


<< Start < Prev 21 22 23 24 Next > End >>
Re:Community Builder 1.0.2 Released
Date: 2007/02/20 06:16 By: nikdooley Status: User  
Karma: 1  
Fresh Joomlapolitan

Posts: 14
graphgraph
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
Code:

 <p> <br> <strong>

. But I get this error on the front end profile and still nothing has changed with html in the profile:

Code:

 Warningarray_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 weekthis the most economical way to learn Krav MagaWell paced with a friendly atmospherethese classes are suitable for all ages from 16 years and olderYou do not need to be fit to join in!</p> <p>Time:     Monday and Wednesday Nights 6.45 sign on7pm start</p> <p>Place:         Parramatta SDA Community Hall<br />   77-81 Hammers RoadOld 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 idealEither work through the regular syllabus, or deal with specific problemsChose a time and place suitable to you!</p> <p>RegionGreater Sydney area Limited sessions available!<br />   Small Group<br />   Similar to private lessonsbut 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 weekthis the most economical way to learn Krav MagaWell paced with a friendly atmospherethese classes are suitable for all ages from 16 years and olderYou do not need to be fit to join inTimeMonday and Wednesday Nights 6.45 sign on7pm start PlaceParramatta SDA Community Hall 77-81 Hammers RoadOld 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 idealEither work through the regular syllabus, or deal with specific problemsChose a time and place suitable to youRegionGreater Sydney area Limited sessions availableSmall Group Similar to private lessonsbut 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
Click here to see the profile of this user 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
graphgraph
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
Code:

 <p> <br> <strong>

. But I get this error on the front end profile and still nothing has changed with html in the profile:

Code:

 Warningarray_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 weekthis the most economical way to learn Krav MagaWell paced with a friendly atmospherethese classes are suitable for all ages from 16 years and olderYou do not need to be fit to join in!</p> <p>Time:     Monday and Wednesday Nights 6.45 sign on7pm start</p> <p>Place:         Parramatta SDA Community Hall<br />   77-81 Hammers RoadOld 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 idealEither work through the regular syllabus, or deal with specific problemsChose a time and place suitable to you!</p> <p>RegionGreater Sydney area Limited sessions available!<br />   Small Group<br />   Similar to private lessonsbut 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 weekthis the most economical way to learn Krav MagaWell paced with a friendly atmospherethese classes are suitable for all ages from 16 years and olderYou do not need to be fit to join inTimeMonday and Wednesday Nights 6.45 sign on7pm start PlaceParramatta SDA Community Hall 77-81 Hammers RoadOld 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 idealEither work through the regular syllabus, or deal with specific problemsChose a time and place suitable to youRegionGreater Sydney area Limited sessions availableSmall Group Similar to private lessonsbut 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!
Click here to see the profile of this user The administrator has disabled public write access.

Re:Community Builder 1.0.2 Released
Date: 2007/03/07 19:16 By: mediaguru Status: CB Doc subscriber  
Karma: 59  
Platinum Joomlapolitan

Posts: 785
graphgraph
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!
Click here to see the profile of this user The administrator has disabled public write access.

Re:Community Builder 1.0.2 Released
Date: 2007/03/16 08:42 By: joomlaz Status: User  
Karma: 3  
Fresh Joomlapolitan

Posts: 22
graphgraph
It's maybe a problem of your server's php installation.
There is a hardening patch for php installed.

Solution proposal here:
http://www.joomlapolis.com/component/option,com_joomlaboard/Itemid,38/func,view/id,30772/catid,29/ limit,6/limitstart,18/

JoomlaZ
www.zechmann.com
Click here to see the profile of this user 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
graphgraph
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
Click here to see the profile of this user 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: CB Doc subscriber  
Karma: -10  
Expert Joomlapolitan

Posts: 148
graphgraph
next version?....wow...
My soon to be released website.
www.joomla-reviews.com
Click here to see the profile of this user The administrator has disabled public write access.

<< Start < Prev 21 22 23 24 Next > End >>

Documentation

Documentation Subscription Service
(updated for CB 1.2 RC2)

What?

Why?

Where?

Just click here for answers!

Click here for a yearly subscription: subscribe now

Download Latest Release

The latest stable Community Builder Release is version 1.1 for Joomla 1.0 and Mambo.
You need to be a registered member of Joomlapolis to download.

The latest release candidate of Community Builder is version 1.2 RC3, native for Joomla 1.0, 1.5 and Mambo.
It is available as "thank you" to all CB documentation subscribers at this time.

CB Login