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)

blu? 01-03-2006 07:19 AM

Now i get another error:
Quote:

Fatal error: Cannot redeclare class vbulletinhook in /srv/www/htdocs/****/html/forum/includes/class_hook.php on line 29
Ok, this was the solution of my problem:
https://vborg.vbsupport.ru/showpost....&postcount=106

But there is another..
I want to display the online user in javascript - "box".
Code:

<a href="forum/online.php" onmouseover="return overlib('<?php output_UsersOnline(); ?>');" onmouseout="return nd();">Who's online?</a>
But this don't work.
Can i put the function of "output_UsersOnline" in a variable?

suhla 01-03-2006 09:19 AM

Do we have a solution yet how to show the date and time of the newest replies? I know that works with the News, but I am not able to get this working with the newest replies as well. :(

Would be cool if it could show "Today, 12:30:18" or "Yesterday, 15:34:54" or "29.12.2005, 09:54:34". Could this be possible?

hitmanuk2k 01-03-2006 11:23 AM

Quote:

Originally Posted by hitmanuk2k
QUESTION:

Is it possible, on the news, to link to the showpost.php for that individual post, as opposed to the showthread.php?

:rolleyes:

Dave-ahfb 01-05-2006 03:54 PM

I dont have a call to db_mysql.php nor do I have calls to ./forum in this script. are you looking at a different script?

Totti 01-05-2006 04:49 PM

Quote:

Originally Posted by Totti
hmm ... it shows up the latest posts/thread even from private boards ... any way to exclude board IDs?


come on guys,
anybody having this problem?!? don't you mind about the private threadtitles shown in public? :o

welo 01-05-2006 05:29 PM

<a href="https://vborg.vbsupport.ru/showpost.php?p=756742&postcount=28" target="_blank">https://vborg.vbsupport.ru/showp...2&postcount=28</a>

VW Derf 01-09-2006 03:07 AM

Any ideas how to have this check if a post has been approved? I manually moderate submitted topics for the 'front page news'. This works great with the news module, except all submision are seen BEFORE I can approve them. This generates invalid links.

Lynk Former 01-09-2006 10:02 AM

Quote:

Originally Posted by BassX
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.

Very nice... though it'd be cool if the GMT on the page where the news dates were being displayed were in sync with the forums default GMT and user preferences to give more accurate readings.

Totti 01-09-2006 03:11 PM

thanks welo,

and what about hidden users? They are shown in the OnlineUsers of vBex :(

Alviker 01-09-2006 08:44 PM

Run with vBulletin 3.5.1? :( :( Don't run me this hack... :( :(

Er... The next code, where I copy it?:

PHP Code:

<?php
chdir
('./forums');
require_once(
'./vBExternal.php');
?>

Can I copy It in a include of my WebSite? This include is "cab.php", is the header of the all my WebSite. Help please! :( :(

Sorry for my bad english :( :(.

Bye and thanks.

Atte. Alviker


All times are GMT. The time now is 10:40 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.01617 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
  • (1)bbcode_code_printable
  • (3)bbcode_php_printable
  • (5)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