vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Major Additions - [ITech] vBExternal Lite (https://vborg.vbsupport.ru/showthread.php?t=147344)

Kitara79 09-14-2007 03:05 PM

Works so far for me, but the Output ignores all
Code:

[quote] or [PHP] etc.
Tags. They are simply not shown. I think the Problem is, that they use their own templates and the script does not get them?

Does someone has any idea?

Archaic Sage 09-17-2007 11:55 AM

Is there any chance of a "Read More" option being added for this?

Koroku 09-26-2007 06:08 AM

Very nice!! It's just what I was looking for.

If anyone wants an avatar, you can use this:
<img src='{url}/image.php?u={postuserid}' alt='Avatar' />

steveneff 09-29-2007 03:24 PM

Hi all, This mod looks great.

Anyone got it working with phpnuke module in the home page and vb in /forum?

skepticality 09-29-2007 03:46 PM

Great addition to my own vBulletin system! This should be a 'standard' feature in the system out of the 'box'! :D

JtChurch925 09-29-2007 05:08 PM

I'm excited! This is exactly what I was looking for.
But, i'm a bit lost.

What I was hoping to use this for was to populate some sidebar boxes on the same page as my forum.

Ive dropped in the head code:
<?php
require_once('vBExternal.php');
?>


And I drop the output code into my sidebar box...
But I get a blank sidebar, nothing had changed.
Here is the code for the sidebar, perhaps you can see my mistake?

<table>
<div class="thead" align="left">Newest Member</div>
<td height="125px" class="lftbox1" height="25px"><?php
output_NewestMembers(1);
?></td>
</table>


Visually the box (or I should say 'table' in this case), appears as I want it to, with the one noticeable exception being that is is empty!

Any thoughts? :(

steveneff 09-29-2007 06:11 PM

Hi JtChurch925,

Looks similar to my problem with phpnuke

I've got it working by adding forum/ to the includes in vBExternal.php but it stops the rest of nuke from finishing, I think its a dir problem.

JtChurch925 09-29-2007 06:40 PM

Thanx for replying Steveneff,

I would be willing to try anything.
I'm guessing that you're referring to the code inside vBExternal.php
Looking at the code though im not shure what you mean by adding forum/

if( !file_exists('./includes/config.php'))
{
echo "includes/config.php does not exist. Cannot continue.";
exit;
}

require_once('./includes/class_core.php');
require('./includes/config.php');


is forum/ going in the place of the ./ ?

Again, I appreciate your reply. :)

steveneff 09-29-2007 06:49 PM

Quote:

Originally Posted by JtChurch925 (Post 1349770)
is forum/ going in the place of the ./ ?

Again, I appreciate your reply. :)

only if that's where your vb is.

JtChurch925 09-29-2007 06:56 PM

yep, it's forum/ for me.

I'll try that and let you know how it goes,
Going replace ./ with forum/ all the way down.

<!-- Fingers Crossed -->


All times are GMT. The time now is 08:06 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.01114 seconds
  • Memory Usage 1,735KB
  • 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
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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