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)

azn_romeo_4u 08-12-2007 03:58 PM

yea i have this on my website

www.flyffworld.com Fully customizable btw. Works nicely. Anyone know if this works on the latest version of vb?

Pacman15 08-12-2007 10:08 PM

It works... at least on 3.6.7 PL1 :)

Isn't there a way, that we can images attached to the post to show up on news?? And again also the date and time would be a nice addition.. :D

jags2ooo 08-12-2007 10:29 PM

Quote:

Originally Posted by Pacman15 (Post 1315134)
Can you add the Date an time? :) I really need that :D

Not sure how safe/good this is, but after

PHP Code:

                                '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']), 

I added:

PHP Code:

'date'     => date("F j, Y, g:i a",$News['dateline']), 

And this automatically made the {date} substitution available, you can change the date part to whichever you want, again I'm not sure it's completely good, or which ever.

I'm really new to this :o

TYorke 08-13-2007 05:20 AM

Quote:

Originally Posted by azn_romeo_4u (Post 1315984)
yea i have this on my website

www.flyffworld.com Fully customizable btw. Works nicely. Anyone know if this works on the latest version of vb?

Awesome, but I really meant to ask if custom BB Codes were able to be used externally through this script/add-on?

If not, anyone know of a way to parse custom BB Codes?

Pacman15 08-13-2007 09:26 AM

bb codes are parsed automatically :)

Thanks jags2ooo ;)

TYorke 08-13-2007 04:14 PM

Quote:

Originally Posted by Pacman15 (Post 1316425)
bb codes are parsed automatically :)

Thanks jags2ooo ;)

but the question remains: will custom BB codes be parsed as well?

Pacman15 08-13-2007 06:09 PM

I suppose they will, its a matter of trying... This script basically will get you, what it shows on the thread, so if it looks fine on the thread, it will look fine where you export it :D

TYorke 08-14-2007 04:39 PM

Quote:

Originally Posted by Pacman15 (Post 1316715)
I suppose they will, its a matter of trying... This script basically will get you, what it shows on the thread, so if it looks fine on the thread, it will look fine where you export it :D

Thanks. I will give it a whirl and report back with the findings :)

azn_romeo_4u 08-14-2007 06:54 PM

Quote:

Originally Posted by TYorke (Post 1316634)
but the question remains: will custom BB codes be parsed as well?

Yes it will be parsed. As long as the text doesn't get cut off.

TYorke 08-17-2007 05:01 AM

Quote:

Originally Posted by azn_romeo_4u (Post 1317549)
Yes it will be parsed. As long as the text doesn't get cut off.

YES YES ... custom BB Codes work as well, sweet!


All times are GMT. The time now is 04:58 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.01168 seconds
  • Memory Usage 1,747KB
  • 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
  • (6)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