Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vbNews by Mary Details »»
vbNews by Mary
Version: 1.2.0, by MaryTheG(r)eek MaryTheG(r)eek is offline
Developer Last Online: Mar 2012 Show Printable Version Email this Page

Category: Major Additions - Version: 3.6.4 Rating:
Released: 04-05-2007 Last Update: Never Installs: 86
DB Changes Uses Plugins Template Edits
Additional Files Is in Beta Stage  
No support by the author.

vbNews
News Publishing & Book Library System
by Mary
http://www.MadeByMary.com

REMOVED BY THE AUTHOR

Supporters / CoAuthors

Show Your Support

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

Comments
  #172  
Old 06-15-2007, 05:54 PM
phill2003 phill2003 is offline
 
Join Date: Apr 2003
Posts: 217
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

do you know how to fix this.

PHP Code:
Database error in vBulletin 3.6.5:

Invalid SQL:
SELECT userid FROM user
    WHERE userid
=AND (usergroupid= OR FIND_IN_SET(''membergroupids));

MySQL Error  You have an error in your SQL syntaxcheck the manual that corresponds to your MySQL server version for the right syntax to use near 'OR FIND_IN_SET('', membergroupids))' at line 2
Error Number 
1064
Date         
FridayJune 15th 2007 02:53:12 PM
Script       
http://www.nzbheaven.com/vbnews.php
Referrer     http://www.nzbheaven.com/vbnews.php?do=edit 
Reply With Quote
  #173  
Old 06-16-2007, 09:22 AM
Guest201202001
Guest
 
Posts: n/a
Default

Before to install it I want to ask if I can I use it because my forum is located at root so: www.mysite.com not in www.mysite.com/forums..
Reply With Quote
  #174  
Old 06-16-2007, 03:59 PM
MaryTheG(r)eek MaryTheG(r)eek is offline
 
Join Date: Sep 2006
Location: Greece
Posts: 1,340
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by L'ingegnere View Post
Before to install it I want to ask if I can I use it because my forum is located at root so: www.mysite.com not in www.mysite.com/forums..
Yes you can. Just read carefully the readme.txt file as you need to modify 2 lines for HTML editor to work fine in root directory.
Reply With Quote
  #175  
Old 06-16-2007, 05:41 PM
Ninth Dimension's Avatar
Ninth Dimension Ninth Dimension is offline
 
Join Date: Oct 2001
Location: London, England.
Posts: 739
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is a great news portal which I've just installed. Good work.

I do have a question however, how do we make it use the vBulletin headers and footers? I think it's using the correct header, but the footer is lacking a lot of customisation that I've made to the template, and I would like to be able to use it.

Thank you
Reply With Quote
  #176  
Old 06-16-2007, 11:21 PM
Fungsten's Avatar
Fungsten Fungsten is offline
 
Join Date: Jul 2006
Posts: 1,131
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is this the correct way to put in the paths?


In the vbnews.php:

Where is the testvb and forum entered? Are they entered before or after the public_html?

Quote:

// Path to your vB installation with slash at the end
$vbpath = '/home/testvb/public_html/forum/';
Not clear on what/where to put in here either.

Quote:
// Path to $vbnewsname file with slash at the end
$vbnewspath = '/home/testvb/forum/public_html/';
Since this in on a test server what do I enter a testvb after the site URL?

Quote:
// URL to $vbnewsname file with slash at the end
$vbnewsurl = 'http://www.blahblahXXXXX/testvb/';
I don't think I changed the filename.

Quote:
// vbNews file name in case that you changed it
$vbnewsname = 'vbnews.php';
Thank you.
Reply With Quote
  #177  
Old 06-18-2007, 02:37 PM
raphaelcp raphaelcp is offline
 
Join Date: Aug 2005
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Seems zip file is corrupted...
Reply With Quote
  #178  
Old 06-18-2007, 03:04 PM
MaryTheG(r)eek MaryTheG(r)eek is offline
 
Join Date: Sep 2006
Location: Greece
Posts: 1,340
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Ninth Dimension View Post
This is a great news portal which I've just installed. Good work.

I do have a question however, how do we make it use the vBulletin headers and footers? I think it's using the correct header, but the footer is lacking a lot of customisation that I've made to the template, and I would like to be able to use it.

Thank you
If you don't add any code in vbNews->Options for Heade and Footer, the mod will use vB's default Header and Footer. But found in some installations that this dosen't works for footer, so you need to make a modification to templates.

Find:
Code:
<if condition="!empty($myfooter)">
  $myfooter
<else />
  $footer
</if>
Replace with:
Code:
$footer
Reply With Quote
  #179  
Old 06-18-2007, 03:06 PM
phill2003 phill2003 is offline
 
Join Date: Apr 2003
Posts: 217
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MicroHellas View Post
Yes you can. Just read carefully the readme.txt file as you need to modify 2 lines for HTML editor to work fine in root directory.
Awesome support as usual mary :down: You seem to ignore the questions that require a little more help than 're-upload the files'

And that is the reason I wont be using any more of your hacks paid or otherwise. You are seemingly more interested in changing your own website with the wind than supporting anything you make even when people have paid for that support I myself stopped using vbphotovote because it was impossible to get an answer out of you and promised upgrades never arrived.
Reply With Quote
  #180  
Old 06-18-2007, 03:46 PM
MaryTheG(r)eek MaryTheG(r)eek is offline
 
Join Date: Sep 2006
Location: Greece
Posts: 1,340
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by phill2003 View Post
Awesome support as usual mary :down: You seem to ignore the questions that require a little more help than 're-upload the files'

And that is the reason I wont be using any more of your hacks paid or otherwise. You are seemingly more interested in changing your own website with the wind than supporting anything you make even when people have paid for that support I myself stopped using vbphotovote because it was impossible to get an answer out of you and promised upgrades never arrived.
I'm so happy for it. Actually I don't like rude people to use my free mods. I'm working for free but for people with understanding, something missing of you. Good luck.
Reply With Quote
  #181  
Old 06-19-2007, 03:38 AM
raphaelcp raphaelcp is offline
 
Join Date: Aug 2005
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there another link I can download the vbNews zip file?

This link gives me a currupted file =/
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 07:59 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.05297 seconds
  • Memory Usage 2,321KB
  • Queries Executed 26 (?)
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_code
  • (1)bbcode_php
  • (8)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (10)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