Results 1 to 2 of 2

Thread: ANYONE NEW FIELDS???? HELP for crying out loud

  1. #1

    Join Date
    Sep 2006
    Posts
    30

    Default ANYONE NEW FIELDS???? HELP for crying out loud

    1. add a new field
    the setting are:

    * memo

    * add new field after description

    * field name: Who I want to meet or just meet

    * visible to visitor, member, admin

    * editable member, admin

    * show on page: ALL

    * memo rolls: 36 just like description an 10 colums

    * Then add[/list]Then form builder I make it visible on join page 1 may be in between dating and tags

    goto member input the info safe goto my profile view and nothing need even a box or heading for that new field ....this should be as simple as that make input view easy but no cigar. WHAT AM I MISSING OR OVERLOOKING...THANKS

    AND IF YOU GET A SEC IS THERE AWAY TO MAKE A MORE ADVANCED SEARCH WITH MORE OPTIONS....THANKS AGAIN.

  2. #2
    mark
    Guest

    Post Adding new memo field -- needs code change

    IN file : base/scripts/BxBaseProfileView.php

    IN function showBlockDescriptions( $sCaption )


    Code should like this :
    PHP Code:
    function showBlockDescriptions$sCaption )
        {
            if( 
    strlen(  $this -> _aProfile['DescriptionMe'] ) )
            {
                
    $text '<div class="discr">' 
                    
    '<div class="rss_item_header">' process_text_output$this -> _aProfile['Headline'] ) . '</div>' .
                    
    process_smilesprocess_text_output$this -> _aProfile['DescriptionMe'] ) ) .
                
    '</div>';
                echo 
    DesignBoxContent_t$sCaption ),  $text);
            }
            
            if( 
    strlen$this -> _aProfile['DescriptionYou'] ) )
            {
                
    $text '<div class="discr">' process_smilesprocess_text_output$this -> _aProfile['DescriptionYou'] ) ) . '</div>';
                echo 
    DesignBoxContent_t'_Ideal match description' ), $text);
            }
            
            
    // START ADDED CUSTOM FIELD MEMO "CustomField" TO SHOW IN PROFILE VIEW
            
    if( strlen(  $this -> _aProfile['CustomField'] ) )
            {
                    
    $text '<div class="discr">' process_smilesprocess_text_output$this -> _aProfile['CustomField'] ) ) . '</div>';
                echo 
    DesignBoxContent_t"_CustomField" ),  $text);
            }
            
    // END ADDED CUSTOM FIELD MEMO TO SHOW IN PROFILE VIEW
            
        


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Problems with new fields.
    By apolloboy in forum Dolphin General Discussion v6.00 and above
    Replies: 0
    Last Post: 01-28-2009, 02:43 AM
  2. Profile fields help
    By Indiana in forum Dolphin General Discussion v6.00 and above
    Replies: 2
    Last Post: 12-13-2008, 06:21 AM
  3. Duplicate fields 6.1
    By nolimitslove in forum Dolphin General Discussion v6.00 and above
    Replies: 1
    Last Post: 09-17-2008, 01:49 PM
  4. How do you use Fields builder?
    By vibesingles.com in forum FAQ & HOWTO
    Replies: 0
    Last Post: 09-09-2008, 11:14 PM
  5. new fields
    By kylerichards in forum General Issues, Comments, Questions
    Replies: 1
    Last Post: 02-25-2008, 05:23 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •