Integrated PHP blog

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • svintuss

    Integrated PHP blog

    Hi. I'm new to blog scripts and engines, so I've got a silly question
    :-)
    Is there any script that could be integrated in an existing site? The
    site was created with RapidWeaver (a Mac tool), and CSS styles for blog
    already exist (as well as static html blog). So all I need is a script
    that could produce only needed parts of the page (without html, body
    tags) with specified CSS classes and support threaded comments.
    Any hope I can find such tool?

  • NC

    #2
    Re: Integrated PHP blog

    svintuss wrote:[color=blue]
    >
    > Is there any script that could be integrated in an existing site?[/color]

    Most of blog scripts can be.
    [color=blue]
    > The site was created with RapidWeaver (a Mac tool), and CSS
    > styles for blog already exist (as well as static html blog). So all
    > I need is a script that could produce only needed parts of the
    > page (without html, body tags) with specified CSS classes and
    > support threaded comments. Any hope I can find such tool?[/color]

    Yes and no... Yes, because the result you intend is achievable. No,
    because it's not achievable in the way you seem to imagine. In most
    cases, integration works in reverse to what you just described. You
    install the product to be integrated and replace its default layout
    with that of your choosing.

    Try PluggedOut Blog by Jonathan Beckett:



    Cheers,
    NC

    Comment

    • Edmond Dantes

      #3
      Re: Integrated PHP blog

      NC wrote:
      [color=blue]
      > svintuss wrote:[color=green]
      >>
      >> Is there any script that could be integrated in an existing site?[/color]
      >
      > Most of blog scripts can be.
      >[color=green]
      >> The site was created with RapidWeaver (a Mac tool), and CSS
      >> styles for blog already exist (as well as static html blog). So all
      >> I need is a script that could produce only needed parts of the
      >> page (without html, body tags) with specified CSS classes and
      >> support threaded comments. Any hope I can find such tool?[/color]
      >
      > Yes and no... Yes, because the result you intend is achievable. No,
      > because it's not achievable in the way you seem to imagine. In most
      > cases, integration works in reverse to what you just described. You
      > install the product to be integrated and replace its default layout
      > with that of your choosing.[/color]

      Also, if you are willing to get down and dirty, you can hack together some
      scripts using mod_rewrite (assuming you are using Apache) to process the
      queries in PHP and then you can use something like <% ... %> tags in your
      HTML code. But that's not an approach for the mere beginner.

      It just goes to show that anything is possible...

      --
      -- Edmond Dantes, CMC
      And Now for something Completely Different:









      Posted Via Usenet.com Premium Usenet Newsgroup Services
      ----------------------------------------------------------
      ** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
      ----------------------------------------------------------
      Best Usenet Service Providers 2025 ranked by Newsgroup Access Newsservers, Usenet Search, Features & Free Trial. Add VPN for privacy.

      Comment

      Working...