vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   PluhNews 1.5 (https://vborg.vbsupport.ru/showthread.php?t=21875)

Dark_Wizard 07-13-2001 03:24 PM

Kayn >>> Did you implement the time fix I sent you? Let me know what else I can help with....keep up the great work!

Kayn 07-13-2001 03:31 PM

I wanted to let you all know that I'm going to try and have line breaks and VBcode working on Sunday, but that depends on how things go this weekend for me (I have a show on Saturday, and those are exhausting for me). ;)

Dark Wizard added some stuff and sent it over to me (which is really handy), so I'll be implemeting those additions as well. I'll keep you updated.

rmusic 07-13-2001 03:33 PM

Quote:

Originally posted by Kayn
I wanted to let you all know that I'm going to try and have line breaks and VBcode working on Sunday, but that depends on how things go this weekend for me (I have a show on Saturday, and those are exhausting for me). ;)

Dark Wizard added some stuff and sent it over to me (which is really handy), so I'll be implemeting those additions as well. I'll keep you updated.


good line breaks

im getting tired of <br>'s

jarvis 07-13-2001 03:46 PM

Not to stray off-topic here, but...

RobAC,

That home page for you is HTML?!? It looks like a php portal of sorts.

White Knight 07-13-2001 04:49 PM

Just some help from me if you want to do the ssi command. This is what I have on my website www.sportbikes.net

Quote:

<!--#include file="forums/news.php"-->
parses in nicely

MarkB 07-14-2001 01:00 AM

Great hack, exactly what I was after, and now I even have it working! :D

http://www.metaltours.com/

RobAC 07-14-2001 02:43 AM

Quote:

Originally posted by jarvis
Not to stray off-topic here, but...

RobAC,

That home page for you is HTML?!? It looks like a php portal of sorts.

It's pure html. I shaped it to look like php portal in appearance, but everything that's running on it that's forum related is through individual hacks.

jarvis 07-15-2001 07:23 AM

Quote:

It's pure html
Thanks for the reply, Rob.

I'm trying to do something similar as the:

"0 Comment(s) Last comment was by Fred"

on my page, but I really do not want to implement all of the features of PluhNews. I manually type in the articles and links and photos, but I would love to replace my "Discuss this post" with the above real-time counter.

The only way I see I'd be able to do it with PluhNews is to call an unique file for each article and manually specify the threadid's in each file, i.e. news1.php, news2.php, etc.

Any ideas, or would I have to go all or none in order to do this. My site is www.mhogaming.com so that you may see exactly what I am talking about.

Thanks!!

sysmom 07-15-2001 12:14 PM

I installed this yesterday without any troubles and am ever so pleased with it.

Heck, even my boss is pleased with it!

Thank you!

Redmak 07-15-2001 02:33 PM

There's an easy way to have vbcode and linebreaks and stuff interpreted by vbulletin so it shows up on your main news page.

Make sure the following line is added to the news script

PHP Code:

require("./global.php"); 

To have the message parsed by vbulletin add the following:

PHP Code:

  $bericht=bbcodeparse2($pagetext,"1","1","1","1"); 

$bericht is now the formatted message

The 1's stand for "dohtml,dobbimagecode,dosmilies,dobbcode"


Enjoy :)


All times are GMT. The time now is 06:55 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01464 seconds
  • Memory Usage 1,744KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete