View Single Post
  #5  
Old 06-29-2000, 09:19 AM
Guest
 
Posts: n/a
Default

I've already written such a news log (also called weblog) script myself now.
Yesss...

I used forumdisplay.php and showthread.php as a starting point, a lot of copy and paste (really a lot), some new templates etc. and it's already working - including support for vB code, similies etc.. I had some problems calling the script from within the front page (index.html) of the web site instead of inside the vB folder but I could fix that (there were slight changes to global.php necessary).

I noticed also that I had no clear idea how to show the 'first few lines' since the line number depends on the HTML formatting. Counting sentences or words wasn't a good idea either because some news writers here wanted to determine the size of the intro text by themselves. So I added support for a tag '{RM}' which tells my script to stop printing the text and instead it creates a link pointing to the article (i.e. to the top of the thread). The text for this link just reads 'Read more...' + a 'Commments(n)' link where n is the number of replies to the news article.
The news writer has to insert such a {RM} tag himself in the article which is ok for me.

If somebody is interested I would release the script after some cleanup. I'm a PHP beginner so it's not very clean yet - it's more or less copy&paste from the vB scripts. So there is a lot of redundant stuff in there etc.. It might also be that it works only with PHP4 for some reasons.

BTW, I'm glad that I bought the vB and not one of those unreadable Perl based forum systems because after 4 days playing around with PHP I think PHP is pretty cool. You can start progamming within one day if you know some C.
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01065 seconds
  • Memory Usage 1,756KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete