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
  #52  
Old 03-25-2006, 11:44 PM
jmacieira's Avatar
jmacieira jmacieira is offline
 
Join Date: Sep 2004
Location: Portugal
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

opsss

I have the samme error

Quote:
Database error in vBulletin 3.5.3:

Invalid SQL:
select * from newsview order by orderid;

MySQL Error : Unknown column 'orderid' in 'order clause'
Error Number : 1054
Date : Sunday, March 26th 2006 @ 02:40:14 AM
Script : http://www.teste.com/newsview.php
Reply With Quote
  #53  
Old 03-26-2006, 12:07 AM
DrewM DrewM is offline
 
Join Date: Oct 2005
Posts: 564
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have fixed it just go to php my admin and add a field called orderid after name.
Reply With Quote
  #54  
Old 03-26-2006, 12:15 AM
jmacieira's Avatar
jmacieira jmacieira is offline
 
Join Date: Sep 2004
Location: Portugal
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am inexperienced

I don't know how to do that

Please Atakan KOC

Can you correct it in the new rev?
Reply With Quote
  #55  
Old 03-26-2006, 12:31 AM
puertoblack2003's Avatar
puertoblack2003 puertoblack2003 is offline
 
Join Date: Aug 2005
Location: Philadelphia
Posts: 1,073
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by jmacieira
opsss

I have the samme error
i have same issue can i get fix for it i know we have to add table...
Reply With Quote
  #56  
Old 03-26-2006, 07:36 AM
klaush klaush is offline
 
Join Date: Oct 2005
Posts: 340
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Another one:

MySQL-Fehler : Table 'xxx.vb3_newsview' doesn't exist
Reply With Quote
  #57  
Old 03-26-2006, 09:30 AM
DrewM DrewM is offline
 
Join Date: Oct 2005
Posts: 564
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well heres the query to run:
[sql]ALTER TABLE `newsview` ADD `orderid` INT( 10 ) DEFAULT '0' NOT NULL AFTER `feed_name` ;[/sql]
Reply With Quote
  #58  
Old 03-26-2006, 12:44 PM
puertoblack2003's Avatar
puertoblack2003 puertoblack2003 is offline
 
Join Date: Aug 2005
Location: Philadelphia
Posts: 1,073
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Larrysw
Well heres the query to run:
[sql]ALTER TABLE `newsview` ADD `orderid` INT( 10 ) DEFAULT '0' NOT NULL AFTER `feed_name` ;[/sql]

Thanks for info , but after that some how gave me an error :
Quote:
An error occurred while attempting to execute your query. The following information was returned.
error number: 1146
error desc: Table 'puertotech.newsview' doesn't exist
hope can be resovled
Reply With Quote
  #59  
Old 03-26-2006, 03:11 PM
DrewM DrewM is offline
 
Join Date: Oct 2005
Posts: 564
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This erro says your news veiw table doesn't exist. Try copying the news view table name and replacing it.
Reply With Quote
  #60  
Old 03-29-2006, 02:31 PM
jmacieira's Avatar
jmacieira jmacieira is offline
 
Join Date: Sep 2004
Location: Portugal
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi

This new version relased dont work for me.
Reply With Quote
  #61  
Old 03-29-2006, 09:18 PM
fabbry fabbry is offline
 
Join Date: Apr 2004
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Dont work

Database error in vBulletin 3.5.4:

Invalid SQL:
select * from newsview order by orderid;

MySQL Error : Table 'xxxxx.newsview' doesn't exist
Error Number : 1146

Also give me an error when import product-1901
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:23 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.04870 seconds
  • Memory Usage 2,312KB
  • 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
  • (4)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