PHP Coding Problem Please Help!!!

by 10 replies
12
Hi all PHP guru! I have a Big Problem with the Arcade script I am using with the site I lunch recently.

My problem is I want my "News Section"="What is funbrain zone?" at Funbrainzone dot com same as the
"News Section"="What Is Andkon?" of Andkon7 dot com

This is I want to do with the news Section:
1. I want to Show all the Content of the NEWS section "What is Funbrainzone?" like andkon7 dot com

2. I want to Opt out the "READ MORE" of the News Section



Please! Download the Attached Files to check my problem. This are the files that have the NEWS SECTION CODES...
#programming #coding #php #problem
  • Hello randypatok

    I had a look at your site and the code.

    This is the important bit of code:






    If you want to display a different title then edit that code above to

    $newstitle= "Your Title";

    Similarly you can edit the content of the news section

    $newstext= "Any content you want";

    You can include links and any html tags in this. If this is long do as follows

    $newstext= "This is the first bit of the content, .
    this is the second etc over many lines";

    (make sure you have a . at the end of every line but the last.)

    Changing the newstext will mean that the READ MORE section will no longer be there
  • ok I will try this! I will be back if I have Questions. Thanks Elliot!
  • @Elliot Bean
    I have another question. so you mean is I will change this line of code

    Sorry newbie to php...
  • @Elliot Bean

    All I want is to show all the content of the news section "What is funbrain zone?" on the first page of the site...
  • @Elliot Bean

    Let me clarify things. I have a WYSWYG News editor in my Admin panel where I can edit, delete and add news. I want to show all the content of the news section "What is funbrain zone?" on the first page or index page of my site.







    What changes am I going to do with this line of code?

    • [1] reply
  • ALL I want to do is display All the content of my News Section "What is funbrainzone?" in the index page or main page of my site. And I want to opt out the "READ MORE" thing.

    @m4rx

    Can you give me the exact code please. I really don't understand what your telling me in the link you provided. Sorry kinda newbie to php. THANKS!!!
  • With the code that you have given in your .doc there is nothing I can see that you can fix. It looks like half of a file or something. It abruptly ends.

    There really isn't much that I can help you with unless the entire code is released. From what I have found, it might be something in your database that causes the [Read More] to show up.

    Any more questions feel free to ask.

    --m4rx
    • [ 1 ] Thanks
    • [1] reply
    • I added you in Skype. Can you please chat with me there now? please!!!:confused:
      I tried the code you gave me but its not working.
  • Thank you so much m4rx! You save my Life!!!You are the Best!!!

Next Topics on Trending Feed