Results 1 to 4 of 4

Thread: Member menu not showing!

  1. #1
    magy
    Guest

    Thumbs up Member menu not showing!

    This is from expertz forum when member menu is not showing:

    this should fix your problem....open the file inc/menu.inc.php.....around line #97 find this:

    strrpos($aValue['Visible'],$sVisible) !=0

    replace it with:
    strrpos($aValue['Visible'],$sVisible) !== false
    hope this helps everyone......thanks to smoge and mms.......George


    mine is line #101 and this is the whole line:
    if (check_condition(str_replace('\$','$',$aValue['Check'])) == TRUE && strrpos($aValue['Visible'],$sVisible) !== false)

    It helped me, testing= 5.6.4

    another problem if in the admin panel the member menu won't change line #464:

    find in file admin/memb_menu.php file next string:

    $sFileContent = "<?{$sNewLine}\$aMenu = array(";

    and replace with

    $sFileContent = "<?
    {
    $sNewLine}\$aMenu = array(";



    I hope it will help some



    magy

  2. #2

    Join Date
    Mar 2007
    Posts
    2

    Default Very good post

    Quote Originally Posted by magy
    This is from expertz forum when member menu is not showing:

    this should fix your problem....open the file inc/menu.inc.php.....around line #97 find this:

    strrpos($aValue['Visible'],$sVisible) !=0

    replace it with:
    strrpos($aValue['Visible'],$sVisible) !== false
    hope this helps everyone......thanks to smoge and mms.......George


    mine is line #101 and this is the whole line:
    if (check_condition(str_replace('\$','$',$aValue['Check'])) == TRUE && strrpos($aValue['Visible'],$sVisible) !== false)

    It helped me, testing= 5.6.4

    another problem if in the admin panel the member menu won't change line #464:

    find in file admin/memb_menu.php file next string:

    $sFileContent = "<?{$sNewLine}\$aMenu = array(";

    and replace with

    $sFileContent = "<?
    {
    $sNewLine}\$aMenu = array(";



    I hope it will help some



    magy

    Hi Magy,
    You have realy helped me whith this post. I thank you a lot.
    Therefore I have trouble to show photo in profiles members . A mean when a member login, he can upload his photo successfully but the photo won't be displayed into his profile, even after I activate the member's profile.
    Thank you again

    Bayekas

  3. #3
    sillywabbit's Avatar
    Join Date
    May 2006
    Posts
    115

    Default Have you tried?

    Hi Bayekas

    Have you tried the separate approval of the photos?
    The profiles have to be approved,.... but there is also a seperate link to approve the photos.
    Try the "postmoderation photos" and see if that helps.

    Ann
    http://www.christiandatingandchat.com
    Abledating 2.4.11A

    http://www.thefuzzypeach.com/dating
    6.02
    ********************
    It's not the load that breaks you down; it's the way you carry it.
    --Lena Horne
    ********************

  4. #4

    Join Date
    Mar 2007
    Posts
    2

    Default My photos are shown now

    Thank you very much sillywabbit,
    My photos are shown now because of your advice. You are all wonderfull in modmysite.com . Therefore I wanna know how to add a language key in a specific mod. I explain : I had added a french language in my dolphin 5.6 website before I solve the problem about member menu which didn't shown. Then when I solve this problem, I have in some text links located in the member menus the underscore and others not translated in french
    This is what I get in a member's menu ( Note: I have added the TRANSLATION part in order to explain you the meanings and the difference of the text links) :

    MENU.......................................... TRANSLATION
    Contr&#244;le ..................................... Control Panel
    Mon profil ....................................My profil
    Personaliser mon profil ...................... Customize profil
    Upload .........................................NOT TRANSLATED IN FRENCH
    communicator.................................NOT TRANSLATED IN FRENCH
    _Orca forum...................................NOT TRANSLATED IN FRENCH
    _my pages..................................... NOT TRANSLATED IN FRENCH
    Evenements........................................ Events
    _RayPresence..................................NOT TRANSLATED IN FRENCH
    D&#233;connexion.................................. .....LOGOUT

    I have this problem becuase I haven't add the language key in the text links NOT TRANSLATED IN FRENCH. So now, how can I add these language keys?
    Thank you very much again to all the modmysite.com team and the members.
    Specials thanks to Sillywabbit, Magy and Smoge

    bayekas

    .............................
    http://www.yamasaf.com
    Last edited by bayekas; 04-09-2007 at 11:40 PM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 2
    Last Post: 02-28-2010, 11:52 AM
  2. Member Menu items moved to member.php
    By Prometheus in forum Free Mod Exchange
    Replies: 6
    Last Post: 06-28-2007, 06:16 PM
  3. Member Menu links not showing
    By quantumkangaroo in forum General Troubleshooting
    Replies: 7
    Last Post: 05-09-2007, 12:54 AM
  4. New Member Menu items not showing
    By Toreador in forum General Troubleshooting
    Replies: 3
    Last Post: 02-11-2007, 02:47 PM
  5. Latest Members link - member menu and visitors menu
    By Prometheus in forum Free Mod Exchange
    Replies: 1
    Last Post: 06-16-2006, 11:06 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
  •