Description on ToS on Join form

 

My ToS checkbox has a description on it.  Yet, when I click and edit the item, there is no description in the box.  What is more, if I add a description it does not show up.  I have removed the ToS checkbox from the join form and that Join Types goes away; so it is part of the ToS checkbox.  I have no idea how that got in there.

Question is where do I go in the database to try and remove this since I can not remove it using the builder.

tos_description.jpg · 29.7K · 325 views
Geeks, making the world a better place
Quote · 11 Sep 2013

Which table would this be in?

Geeks, making the world a better place
Quote · 11 Sep 2013

Wanted to get this one fixed. 

Geeks, making the world a better place
Quote · 11 Sep 2013

that is an odd one - cause technically, there should be nothing to the left of the checkbox. I remember seeing a similar post a few months back, but cant seem to find it now

caredesign.net
Quote · 12 Sep 2013

Yes, odd but needing fixing.  It will have to wait until I return.

Geeks, making the world a better place
Quote · 12 Sep 2013

I have returned from holiday but I don't see a posting that points to where I should look for this strange error on my join form.

Geeks, making the world a better place
Quote · 16 Sep 2013

I took time out to set up a mail server but I still need the answer to this problem.

Geeks, making the world a better place
Quote · 18 Sep 2013

what do you have here:

on the BxDolProfileFields.php around line 1654 (my code is below, looking for what you have in the section that looks like what I have):

 case 'system':
                switch ($aItem['Name']) {
                    case 'TermsOfUse':
                        $aInput = array(
                            'type' => 'checkbox',
                            'label' => _t($aItem['Caption']),
                            'colspan' => false,
                            'value' => 'yes',
                        );
                    break;

caredesign.net
Quote · 18 Sep 2013

case 'system':
                switch ($aItem['Name']) {
                    case 'TermsOfUse':
                        $aInput = array(
                            'type' => 'checkbox',
                            'label' => _t($aItem['Caption']),
                            'colspan' => false,
                            'value' => 'yes',
                        );
                        $aItem['Caption'] = '';
                    break;

Geeks, making the world a better place
Quote · 18 Sep 2013

The truncation thing is gone so let's fix this one Smile

Geeks, making the world a better place
Quote · 18 Sep 2013

ok, i am gonna take a leap out there because of a problem that I had before, and it looks like yours is similar. I am thinking you have a blank language key that has a value of Join Types. I screwed this up on a test site and everywhere there was supposed to be a blank caption, it instead displayed a word. How I did it, I have no clue, but how I resolved it was kind of funky. If you search your language keys for the value Join Types, what do you get? Also, check your language file for a line that looks like this:

' ' => 'Join Types',

And just to make sure - create an html block an a page. in the block itself just type in some random text. it doesnt matter what it is. But in the Caption Language Key field, make sure this is completely blank - no spaces either. View that page and see if it has Join Types for the Block Header or if it is blank

caredesign.net
Quote · 18 Sep 2013

It has cleared up on its own.  This is rather strange.  There must be gremlins at play here messing with me.  First the truncated text and now the ToS bug.

Thanks for the help.

Geeks, making the world a better place
Quote · 18 Sep 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.