Closed Thread
Results 1 to 4 of 4

Thread: Where is from

  1. #1
    Fred@eisfi's Avatar
    Fred@eisfi is offline Newbie
    Join Date
    Jul 2008
    Posts
    6
    Rep Power
    0

    Where is from

    Hello,

    On my really simple files management, I set some files. No column needed.
    Display simple as you never see
    But, some data are there (mark 1), and I don't not where they are from and I would like move the CodeCall signature to another place.(from mark2 to mark3)

    as :
    To be able to post links your post count must be 3 or greater. Your post count is 0 momentarily.

    Please remove links from your message, then you will be able to submit your post.
    you can see my screen shot at:
    Whereisfrom.png
    Thanks
    Last edited by Fred@eisfi; 03-08-2011 at 10:56 AM.

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Jordan Guest

    Re: Where is from

    Edit the ionfiles.php and you can make the movements you require.

  4. #3
    Fred@eisfi's Avatar
    Fred@eisfi is offline Newbie
    Join Date
    Jul 2008
    Posts
    6
    Rep Power
    0

    Re: Where is from

    Thanks Jordan, but ...
    Could give me more details about lines ?
    I read PhP like Chinese

    I read on this file
    Code:
    // Basic Language
     ***************************************************************/
    if (file_exists ( 'components/com_ionfiles/language/' . $mosConfig_lang . '.php' )) {
    	include_once ('components/com_ionfiles/language/' . $mosConfig_lang . '.php');
    } else {
    	include_once ('components/com_ionfiles/language/english.php');
    }
    If I interprate what I read:
    Code:
    . $mosConfig_lang . '.php' ))
    This could be a variable.
    How can I check if it is set on my system. Is there a command line ?

    But the french.php is on the right directory ... without effect.

    About your "signature" I found a paragraph:
    Code:
    // CodeCall Link
    I don't know how to move it ...on another place.

    Also about the text "Product" quoted on my first message, please, have a look on the link to the image. I beleive this text is from my MySQL database?
    But how can I change it, move ou remove it ? I don't found where it's from in the php file.

    Thanks for your help.

  5. #4
    Fred@eisfi's Avatar
    Fred@eisfi is offline Newbie
    Join Date
    Jul 2008
    Posts
    6
    Rep Power
    0

    Re: Where is from

    up!

Closed Thread

Thread Information

Users Browsing this Thread

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

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