vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   vBExternal v1.6 (https://vborg.vbsupport.ru/showthread.php?t=83005)

blue6995 11-10-2005 04:28 PM

I am obviously doing something wrong - I keep getting this message when trying to open a test webpage I produced calling vb stats

Warning: main(./includes/db_mysql.php): failed to open stream: No such file or directory in /homepages/18/d121175559/htdocs/vBulletin/vBExternal.php on line 67

Fatal error: main(): Failed opening required './includes/db_mysql.php' (include_path='.:/usr/local/lib/php') in /homepages/18/d121175559/htdocs/vBulletin/vBExternal.php on line 67

Any idea what is wrong?

i-Symbian.Com 11-11-2005 04:44 PM

Great Hack!!!

3 questions :-

1. How to display News from multiple forum ids?

################################################## #
# Displaying News

<?php
output_News(5,4);
?>

# Change '5' to the amount you want to show
# Change '4' to the forum id you want to pull
# news from (must be set - only 1 forum id allowed)
################################################## #

2. How to display time of the post in the News?

3. How to limit characters in the News to a specified number. e.g. the first1500 characters and add a "Read more"?

Cheers!

:)

majorxp 11-14-2005 09:22 PM

Quote:

Originally Posted by azmi
is it possible to display the message in the last news ?
maybe like in the last X posts 3.1 ?

I would love to know this as well.

mikehawk 11-14-2005 09:34 PM

Warning: main(./realboards/vBExternal.php): failed to open stream: No such file or directory in /home/.gambia/realopin/realopinion.com/index.php on line 3

Fatal error: main(): Failed opening required './realboards/vBExternal.php' (include_path='.:/usr/local/lib/php') in /home/.gambia/realopin/realopinion.com/index.php on line 3

:ermm:

mikehawk 11-14-2005 09:57 PM

Alright it is now working on my index.

Now, how do I change the font, etc? It is taken strictly from my html code specs in my index.html or from VBexternal.php?

mikehawk 11-14-2005 10:00 PM

NVM, i'm an idiot. :disappointed:

BassX 11-15-2005 03:58 PM

Quote:

Originally Posted by i-Symbian.Com
2. How to display time of the post in the News?

Cheers!

:)

Find the following in ouput_News()

PHP Code:

array(
        
'threadid'     => $News['threadid'],
        
'threadname' => $News['title'],
        
'postuserid' => $News['postuserid'],
        
'postusername' => $News['postusername'],
        
'post'         => $bbcode_parser->parse(unhtmlspecialchars($News['pagetext']), $f),
        
'comments'     => vb_number_format($News['replycount']),


And add the following to the array:
PHP Code:

'date'     => vbdate($vbulletin->options['dateformat'], $News['dateline']),
'time'     => vbdate($vbulletin->options['timeformat'], $News['dateline']), 


Then add date and time to your template.

xug 11-16-2005 12:47 AM

Would be cool if this could be updated to vB 3.5.1 ;)

i-Symbian.Com 11-16-2005 05:10 AM

@BassX,

Thanks a million! :D

xug

I'm using vb 3.51 and it works perfectly! ;)

Cheers!

i-Symbian.Com 11-16-2005 07:18 AM

I will answer my own question here ;)

How to limit News to certain characters?

Open vBexternal.php

Find

PHP Code:

'post'         => $bbcode_parser->parse(unhtmlspecialchars($News['pagetext']), $f), 

Replace with
PHP Code:

'post'         => $bbcode_parser->parse(unhtmlspecialchars(substr ($News['pagetext'],0,250)), $f), 

Change 250 to any numbers you wish and this will be pulled from the database.

Cheers!


All times are GMT. The time now is 05:01 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.01639 seconds
  • Memory Usage 1,753KB
  • 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
  • (4)bbcode_php_printable
  • (2)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