+ Reply to Thread (include dating software, release, and patch number!)
Results 1 to 7 of 7

Thread: Profile View -- fields with values NOT showing -- work around

  1. #1
    mark
    Guest

    Post Profile View -- fields with values NOT showing -- work around

    Profile View -- fields with values not showing -- work around

    In File base/scripts/BxBaseProfileView.php
    In this Function collectProfileFieldsByCateg( $categ )

    code change :
    PHP Code:

    if ( $categ 0)
                 {
    if( 
    is_numeric$aField['name'] ) and (int)$aField['name'] == $categ )
                {
                    
    $doCollect true//begin collect fields
                    
    continue;
                }
                
                if( !
    $doCollect )
                    continue; 
    //do not collect
                
                
    if( is_numeric$aField['name'] ) )
                    break; 
    //stop collect fields
                  


    It should look like this :

    PHP Code:
    function collectProfileFieldsByCateg$categ )
        {
            
    $rFields db_res"SELECT * FROM `ProfilesDesc` WHERE `visible` AND ( FIND_IN_SET('0',show_on_page) OR FIND_IN_SET('7',show_on_page) ) ORDER BY `order`" );
            
    $aFields = array();
            
    $doCollect false;
            
            while( 
    $aField mysql_fetch_assoc$rFields ) )
            {
      if ( 
    $categ 0)
                 {
                if( 
    is_numeric$aField['name'] ) and (int)$aField['name'] == $categ )
                {
                    
    $doCollect true//begin collect fields
                    
    continue;
                }
                
                if( !
    $doCollect )
                    continue; 
    //do not collect
                
                
    if( is_numeric$aField['name'] ) )
                    break; 
    //stop collect fields
                       
    }
                
                
    $aFields[] = $aField//do collect
            
    }
            
            return 
    $aFields;
        } 
    Last edited by mark; 10-01-2007 at 08:52 PM.

  2. #2

    Join Date
    Sep 2007
    Posts
    6

    Default This workaround still doesnt fix

    Well , i tried this workaround but it still doesnt solve the problem.Thanks though for this workaround

  3. #3
    mark
    Guest

    Post

    Quote Originally Posted by slashz View Post
    Well , i tried this workaround but it still doesnt solve the problem.Thanks though for this workaround
    Maybe your problem is different? do you care to share it ?

    If the field is "memo" see here : Any chance of getting any answers here?
    Last edited by mark; 10-01-2007 at 09:16 PM.

  4. #4

    Join Date
    Sep 2007
    Posts
    6

    Default Profile field not showing for any type

    Thank for replying Mark, well i have been trying for days to create a new field using edit box and memo In join page and edit page the field i created is showing but in profile it isnt showing, i cant see the field i created inside profile builder either. Many Dolphin users are having the same problem, if u can solve this problem, we all will be gratefull to you .Thanks
    Rgds
    Tim

  5. #5
    mark
    Guest

    Post Understanding Profile Fields

    Quote Originally Posted by slashz View Post
    i cant see the field i created inside profile builder either.
    Verify the actual data for that field in "ProfilesDesc" Table and change some values to test it. Working in "ProfilesDesc" Table itself gives you better understanding how it works.

    To edit ProfilesDesc table use this tool :

    phpmyadmin or SQLYOG

    Im using sqlyog its faster,easier to used and it has features not in phpmyadmin.

    To access your database using sqlyog for "cpanel" goto "mysql databases" then at bottom look for "Access Hosts:" from there add your ip address.

    Many Dolphin users are having the same problem
    For newbies I think.

    My conclusion is that adding/editing profile fields is not that simple, thats why many AeDating/Dolphin users are having the same problem


  6. #6

    Join Date
    Sep 2007
    Posts
    6

    Default Fields still isnt showing

    I tried as u said but still it isnt showing , now im seeing tags under info box in profiles which isnt there b4.Anyway i give up adding a new field , ill just stay with the current field.Dont you guys plan to release a better software like Dolphin ?

  7. #7
    mark
    Guest

    Post Dolphin Clean Profile fields -- Pre-Populated with custom fields

    Quote Originally Posted by slashz View Post
    Anyway i give up adding a new field , ill just stay with the current field
    Smoge plan for the next Dolphin Clean release -- pre-populated with custom (dating site...) fields like in Dolphin version 5.x.x

    Quote Originally Posted by slashz View Post
    Dont you guys plan to release a better software like Dolphin ?
    Maybe in the future modmysite will have its own software to play with , for now the goal is to fix all possible bugs in dolphin -- free for everybody.

+ Reply to Thread (include dating software, release, and patch number!)

Thread Information

Users Browsing this Thread

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

     

Similar Threads

  1. new fields not showing in Profile
    By kruemelg in forum Bugs Dolphin 6.01
    Replies: 10
    Last Post: 02-25-2008, 05:23 PM
  2. Profile Fields Not Showing Up
    By bdr in forum Dolphin General Discussion v6.00 and above
    Replies: 3
    Last Post: 01-29-2008, 04:08 PM
  3. Linking a Profile Fields Values with Images ?
    By Faxel in forum General Issues, Comments, Questions
    Replies: 1
    Last Post: 04-13-2007, 12:29 PM
  4. Problem showing profile fields
    By joboy84 in forum General Troubleshooting
    Replies: 8
    Last Post: 10-12-2006, 10:53 PM
  5. Profile fields not showing.
    By Omnisci3nt in forum General Troubleshooting
    Replies: 2
    Last Post: 10-07-2006, 05:36 AM

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