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)
-   -   AboutToday - Bring RSS Feeds and Daily Events to Your Site! (https://vborg.vbsupport.ru/showthread.php?t=107319)

CyberRanger 11-06-2007 12:35 PM

Quote:

Originally Posted by basilrath (Post 1375743)
any ideas on this

ive add $myfeeds to a sidebar nothing shows in it at all
...

any ideas

3.6.8 and vbadvanced

Can you PM me your site url along with a vbulletin admin login? I'll take a peek at it.

Fungsten 11-06-2007 07:24 PM

Newbie question. What are the $myfeeds variables? What do they do? Sounds obvious, but what are they? Thanks.

CyberRanger 11-07-2007 06:32 PM

Quote:

Originally Posted by Fungsten (Post 1377227)
Newbie question. What are the $myfeeds variables? What do they do? Sounds obvious, but what are they? Thanks.

The $myfeeds variables let you place summary information from your RSS feeds on ANY page and ANY place you want if that page is vb powered (ie global.php is called). Here is a good example of what you can do: https://vborg.vbsupport.ru/showpost....&postcount=215

I really should have called that "columns" across. If you set it to two and you have two feeds assigned to $myfeeds, you'd get this:

feed1 feed2

If you had it set to 1, you'd get:

feed1
feed2

sean289855 11-08-2007 03:13 AM

When I try to force my feeds then I get this error

Warning: set_time_limit(): Cannot set time limit in safe mode in /abouttoday.php on line 1463

Any help woudl be good I love the mod.

http://www.faceoffhockeyshow.com/forum/abouttoday.php

CyberRanger 11-08-2007 06:04 PM

Quote:

Originally Posted by sean289855 (Post 1378201)
When I try to force my feeds then I get this error

Warning: set_time_limit(): Cannot set time limit in safe mode in /abouttoday.php on line 1463

Any help woudl be good I love the mod.

Hmmmm .... with safe mode on the only option is to remove that line. Go into abouttoday.php, find
PHP Code:

set_time_limit(0); 

and delete it. Under most circumstances, the program will still work okay.

Fungsten 11-08-2007 06:09 PM

Quote:

Originally Posted by CyberRanger (Post 1377929)
The $myfeeds variables let you place summary information from your RSS feeds on ANY page and ANY place you want if that page is vb powered (ie global.php is called). Here is a good example of what you can do: https://vborg.vbsupport.ru/showpost....&postcount=215

I really should have called that "columns" across. If you set it to two and you have two feeds assigned to $myfeeds, you'd get this:

feed1 feed2

If you had it set to 1, you'd get:

feed1
feed2

Thank you! Could you please mention that in the next update?

On Edit:

Where do you change the variable?

sean289855 11-09-2007 04:47 AM

Perfect Fix.

rwoscott 11-30-2007 09:04 AM

Quote:

Originally Posted by CyberRanger (Post 1377929)
The $myfeeds variables let you place summary information from your RSS feeds on ANY page and ANY place you want if that page is vb powered (ie global.php is called). Here is a good example of what you can do: https://vborg.vbsupport.ru/showpost....&postcount=215

I really should have called that "columns" across. If you set it to two and you have two feeds assigned to $myfeeds, you'd get this:

feed1 feed2

If you had it set to 1, you'd get:

feed1
feed2

Hi mate. Installed it and got it all working easy enough.

I've just trawled through all 50 odd pages trying to work out how to get multiple columns.
I've set the $myfeeds to 2 in the settings and I've set the $myfeeds variable to "yes" in each of the feeds as suggested, but I still only get a single column.

I've tried the fix to the navbar, but I got nothing up top.

I'd like 2 (or even 3 columns) across the top of the fourmhome page under the navbar.

Any suggestions??

CyberRanger 11-30-2007 05:43 PM

Quote:

Originally Posted by rwoscott (Post 1392225)
I'd like 2 (or even 3 columns) across the top of the fourmhome page under the navbar.
Any suggestions??

The $myfeeds settings don't impact what you see at the bottom of the forumhome.

To have a two column display of your selected feeds on forumhome, you need to add the $myfeeds variable to the FORUMHOME template. So, FORUMHOME would look like this:
PHP Code:

$stylevar[htmldoctype]
<
html dir="$stylevar[textdirection]lang="$stylevar[languagecode]">
<
head>
    <!-- 
no cache headers -->
    <
meta http-equiv="Pragma" content="no-cache" />
    <
meta http-equiv="Expires" content="-1" />
    <
meta http-equiv="Cache-Control" content="no-cache" />
    <!-- 
end no cache headers -->
    
$headinclude
    
<title><phrase 1="$vboptions[bbtitle]">$vbphrase[x_powered_by_vbulletin]</phrase></title>
</
head>
<
body>
$header
$navbar
$myfeeds
<if condition="$show['guest']">
..... 

I have cnn and yahoo set to display with $myfeeds so my forumhome looks like the attached image.

rwoscott 12-01-2007 03:21 AM

Quote:

Originally Posted by CyberRanger (Post 1392460)
The $myfeeds settings don't impact what you see at the bottom of the forumhome.

To have a two column display of your selected feeds on forumhome, you need to add the $myfeeds variable to the FORUMHOME template. So, FORUMHOME would look like this:
PHP Code:

$stylevar[htmldoctype]
<
html dir="$stylevar[textdirection]lang="$stylevar[languagecode]">
<
head>
    <!-- 
no cache headers -->
    <
meta http-equiv="Pragma" content="no-cache" />
    <
meta http-equiv="Expires" content="-1" />
    <
meta http-equiv="Cache-Control" content="no-cache" />
    <!-- 
end no cache headers -->
    
$headinclude
    
<title><phrase 1="$vboptions[bbtitle]">$vbphrase[x_powered_by_vbulletin]</phrase></title>
</
head>
<
body>
$header
$navbar
$myfeeds
<if condition="$show['guest']">
..... 

I have cnn and yahoo set to display with $myfeeds so my forumhome looks like the attached image.

OK thanks CR. (for the quick response as well.
Done that, and now I get the 2 columns as you have your 2.
BTW, it is a most excellent mod, some posters get sick of the std vb rss feeds creating threads when no one is really interested in the topic. This way they can decide if it is worth chatting about!!.

just 2 more silly qns.

1) in the above how do I only show the $myfeeds for the users I have selected in the admincp settings?

2) Can I do 3 (or more) columns??


All times are GMT. The time now is 01:22 PM.

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.01856 seconds
  • Memory Usage 1,776KB
  • 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
  • (3)bbcode_php_printable
  • (7)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