Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 02-17-2010, 05:11 PM
alanshort alanshort is offline
 
Join Date: Nov 2009
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default sidebar php problems ... ???

Hey All

I'm trying to create a custom sidebar block in my forum.

the text and html options work fine, however when trying to use the php option, it displays the text at the very top of the page and not in the sidebar ... ?

i.e

if i create a new php block containing :

echo "hello world!";

then this is displayed at the very top of the page and not in the side bar....

What am i doing wrong ???

Cheers
A
Reply With Quote
  #2  
Old 02-17-2010, 08:01 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is the default text for that widget:
PHP Code:
$output date(vB::$vbulletin->options['dateformat']) . "<br />\n"
The purpose of it was to show you that the widget needs your output to be assigned to the variable $output and then it will work.
WRONG:
PHP Code:
echo "hello world!"
CORRECT
PHP Code:
$output "hello world!"
Reply With Quote
  #3  
Old 02-18-2010, 01:47 PM
alanshort alanshort is offline
 
Join Date: Nov 2009
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you Lynne, very much appreciated !

Do you know how to easily display an rss feed in the side bar ? I'd like to display my recent articles from my wordpress site....

It's proving very difficult !!

A
Reply With Quote
  #4  
Old 02-18-2010, 11:49 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Try looking in the mods forums. You could probably do it with javascript if there isn't something in the mods forums.
Reply With Quote
  #5  
Old 02-19-2010, 07:24 PM
alanshort alanshort is offline
 
Join Date: Nov 2009
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks Lynne...

Nothing in the mod forums that I could see, however I've adapted a php script which will parse the rss feed and output html...

however I'm still having the same issue of the text appearing at the top of the page when i try to include the script in the side bar.

my script is here : http://www.kitesbuggiesandboards.com...kbbrssfeed.php

which outputs just what i need...

when using :

$output=include "http://www.kitesbuggiesandboards.com/kbbrss/kbbrssfeed.php";

or just :

include "http://www.kitesbuggiesandboards.com/kbbrss/kbbrssfeed.php";

in the block it puts the text at the top, not in the block.... ?

When i paste in the code you provide above, nothing appears in the block ??

What am I missing ??

Cheers
A
Reply With Quote
  #6  
Old 03-04-2010, 07:03 PM
axe70's Avatar
axe70 axe70 is offline
 
Join Date: Apr 2002
Location: Perugia, Italy
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

also a code like this seem to do not work correctly,but it should:
PHP Code:
ob_start();
   include
'./includes/test_include.php';
   
$output ob_get_contents();
ob_end_clean();
return 
$output
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:57 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.06116 seconds
  • Memory Usage 2,209KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (4)bbcode_php
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (6)post_thanks_box
  • (6)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (6)post_thanks_postbit_info
  • (6)postbit
  • (6)postbit_onlinestatus
  • (6)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete