Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Atakan Rss Feeds Views 2.00 Details »»
Atakan Rss Feeds Views 2.00
Version: 2.03, by Atakan KOC Atakan KOC is offline
Developer Last Online: Mar 2023 Show Printable Version Email this Page

Version: 3.5.8 Rating:
Released: 02-18-2006 Last Update: 04-08-2006 Installs: 91
DB Changes Uses Plugins Template Edits
Additional Files  
No support by the author.

Atakan RSS View Feeds 2.03 :banana:

Installation

Please 2.00 previous version lift and again install...

Installation in two easy steps:

1. Upload all the files from the "files" directory in this zip into your forums directory.

2. Import product-1901.xml as a product. (Via "Plugin System" > "Manage Products" > "Add/Import Product" in your Admin CP.)
Upgrade Info

Allow Overwrite [YES]

If you upgrate this sw you will have some problem, first you must remove the old versiyon and install the new version. Then you won't have any problem

Upload


newsview.php == forum/newsview.php
adminnewsx.php == forum/admincp/adminnewsx.php
xmlparser.php == forum/includes/xmlparser.php
cpnav_rssview.xml == forum/includes/xml/cpnav_rssview.xml

Template Change

Template: navbar

now open your navbar template:
Admincp >> Styles & Templates >> Style Manager >> *template* >> navbar

Find this code

HTML Code:
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
Place under it

HTML Code:
<td class="vbmenu_control"><a href="newsview.php">Rss News</a></td>


Feed List

Fead Name :
Yahoo News
Feed Location :
http://rss.news.yahoo.com/rss/topstories

Fead Name : Fox News
Feed Location :
http://www.foxnews.com/xmlfeed/rss/0,4313,0,00.rss

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #72  
Old 04-09-2006, 03:01 PM
MThornback MThornback is offline
 
Join Date: Apr 2005
Location: Canada
Posts: 388
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The SQL error seems to be because the install xml fails to install a row in the table...the table does exist tho
Reply With Quote
  #73  
Old 04-09-2006, 04:41 PM
jmacieira's Avatar
jmacieira jmacieira is offline
 
Join Date: Sep 2004
Location: Portugal
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Remove...and clik uninstall

Too many errors
Reply With Quote
  #74  
Old 04-09-2006, 07:33 PM
soulface's Avatar
soulface soulface is offline
 
Join Date: Sep 2005
Location: Dhaka, BD
Posts: 183
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

well the SQL prob still exist if you update the product. what i did it, i completely removed the old version (which was 1.0 i think, i didn't updated to 2.0), then reinstalled this new version. so its working fine so far...
Reply With Quote
  #75  
Old 04-09-2006, 11:27 PM
saininja saininja is offline
 
Join Date: Nov 2004
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Probs with <?xml version="1.0" encoding="utf-8" ?>

with ?,?,?

example http://www.heise.de/newsticker/heise.rdf

J.
Reply With Quote
  #76  
Old 04-09-2006, 11:31 PM
Alien's Avatar
Alien Alien is offline
 
Join Date: Oct 2001
Posts: 827
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I can't get this to work.. I just get blank white pages.. Is this compatible with php 5.1.x?
Reply With Quote
  #77  
Old 04-10-2006, 11:23 AM
puertoblack2003's Avatar
puertoblack2003 puertoblack2003 is offline
 
Join Date: Aug 2005
Location: Philadelphia
Posts: 1,073
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

so what's the scoop with the upgrade do we uninstall the old version and import new or overwrite old? no tutorial on this
Reply With Quote
  #78  
Old 04-10-2006, 05:41 PM
Atakan KOC's Avatar
Atakan KOC Atakan KOC is offline
 
Join Date: Feb 2006
Location: Istanbul
Posts: 710
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by saininja
Probs with <?xml version="1.0" encoding="utf-8" ?>

with ?,?,?

example http://www.heise.de/newsticker/heise.rdf

J.
Open newsview.php;

Find :
PHP Code:
render_news($rssxxxtrue'news''news'); 
Replace :

PHP Code:
render_news($rssxxxtrue'news''news');

$trans = array("İ" => "İ",
               
"ı" => "ı",
               
"ü" => "?",
               
"ş" => "ş",
               
"?z" => "Ş",
               
"ö" => "?",
               
"ç" => "?",
               
"Ç" => "?",
               
"ğ" => "ğ",
               
"â?" => "?",
               
"&0220" => "?",
               
"&0214" => "?",
               
"Ğ" => "Ğ",
               
0x3f => ""
               
);
$code2 strtr($code2,$trans); 
Reply With Quote
  #79  
Old 04-10-2006, 05:58 PM
Atakan KOC's Avatar
Atakan KOC Atakan KOC is offline
 
Join Date: Feb 2006
Location: Istanbul
Posts: 710
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by jmacieira
Remove...and clik uninstall

Too many errors
If you upgrate this sw you will have some problem, first you must remove the old versiyon and install the new version. Then you won't have any problem
Reply With Quote
  #80  
Old 04-10-2006, 05:59 PM
Atakan KOC's Avatar
Atakan KOC Atakan KOC is offline
 
Join Date: Feb 2006
Location: Istanbul
Posts: 710
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It is not compatible with php 5.1.x
Reply With Quote
  #81  
Old 04-10-2006, 08:54 PM
Alien's Avatar
Alien Alien is offline
 
Join Date: Oct 2001
Posts: 827
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Okay, appreciate the heads up.. I look forward to it being compatible eventually.. I know AboutToday hack is but it's got way more stuff than I need and I don't like the layout of it in rss-only usage so.. I'll keep an eye on yours.
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 02:09 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.04419 seconds
  • Memory Usage 2,321KB
  • Queries Executed 25 (?)
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
  • (2)bbcode_html
  • (2)bbcode_php
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)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
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete