phpWebLog

find
story index | search | archive | submit story | downloads | stats | contact
Topics
  • General (898)
  • Announcements (20)
  • Development (516)
  • Mods & Hacks (29)


  • phpWebLog
  • Latest Release - 0.5.3 (BETA)
  • Latest Stable - 0.5.2
  • ChangeLog
  • TODO / Roadmap
  • BUGS

    CVS WEB

  • New XL fork 0.5.2
  • Unstable branch 0.5.3

  • For development discussions and for general support, join the phpWebLog mailing list

    phpWebLog needs active developers to help fix bugs. If you are interested, send me your SourceForge login information for CVS access.


    Last 5 Comments
  • Chaging the Time Zone in phpWebLog (Beth)
  • IP blocking? (Anonymous)
  • Need help (Razor)
  • Need help (Razor)
  • Chaging the Time Zone in phpWebLog (FranKi)


  • Question on new length..
    Posted under General by Ryan C on Monday September 11 2000 @ 01:21PM EDT

    How to I setup phpweblog to show more of a news post? (Like.. the entire thing..) instead of cutting it off after a certain length. I looked through the documentation, but no luck. I will probably browse through the code later today.. but would like to save myself any trouble.. any ideas?




    < New Programming Site..... | New feature >

    Theodore writes on Tuesday September 12 2000 @ 02:02PM EDT: [ reply | parent ]
    What you are looking for is in the file
    preview.php
    at about line 6 there is the following line:
    $summ = substr($Content,0,255);
    what you need to do to make it show the whole story is make it say
    $summ = $Content;
    you can also change the first line there to have a different number instead of 255 and that would make it short or longer or whatever.
    Post a Comment
    Name:
    Email:
    URL:
      Remember my information (uses cookies)
      I would rather be anonymous
    Comment:
    * Your email will not be made public.
    Save As:

    SourceForge
    SourceForge is providing us a mailing list , documentation and a CVS tree.

    SourceForge Logo


    PHP.net
  • PHP 4.3.2 Released!
  • Automatic Mirror Select
  • PHP 4.3.2RC4 Released
  • PHP 4.3.2RC3 Released
  • ActiveState Active Awards
  • Country Detection
  • PHP 4.3.2RC2 Released
  • My PHP.net
  • PHP 4.3.2RC1 Released
  • Grant Program

  • PHPBuilder
  • Advanced Image Editing Under the GD Library
  • The Benefits of Using Objects with Databases
  • Interfacing with COM objects under Windows
  • Dynamic XML Conversion Using the SAX Parser
  • Arrays 101
  • Introduction to PHP5
  • Installing PHP-GTK on Linux
  • Installing PHP under BadBlue Web Server
  • Installing PHP under Xitami
  • A Test To See If You Write Sloppy Software


  • phpWebLog: A PHP News and Content Management System
    Copyright (C) 2000-2002, Jason Hines / Eye Integrated Communications