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
  #202  
Old 06-24-2007, 02:22 PM
karlm's Avatar
karlm karlm is offline
 
Join Date: Jul 2006
Location: England
Posts: 447
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hmm, I'm a little stumped. As an admininstrator (u=1) I cannot see how to remove comments from articles. At this moment, I don't 'need' to, but I bet once this goes live - I will need to delete comments at some point in time.

Also, I sent you the $25 for branding free.. I've read the instructions in the downloaded file but cannot locate the specific details it says I need to edit.

ETA: I found the specifics in the file - it needs two edits though, not one.
Reply With Quote
  #203  
Old 06-25-2007, 01:33 AM
XtremeCrash's Avatar
XtremeCrash XtremeCrash is offline
 
Join Date: Oct 2005
Location: Missouri
Posts: 59
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Im useing iGaming CMS for my site an wanted to inbed the news into it an take out the news system its useing an use this on.Why I was wondering if I can just include it into the site with out changing a whole lot.
Reply With Quote
  #204  
Old 06-25-2007, 01:39 PM
karlm's Avatar
karlm karlm is offline
 
Join Date: Jul 2006
Location: England
Posts: 447
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've left a couple of 'support tickets' (contact us) on the site, as recommended, but as yet - 2days later, no replies to any of them.
I like the product, but the support is lacking severely.
Reply With Quote
  #205  
Old 06-25-2007, 01:52 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 karlm View Post
I've left a couple of 'support tickets' (contact us) on the site, as recommended, but as yet - 2days later, no replies to any of them.
I like the product, but the support is lacking severely.
I found just one, on Saturday I think and I replied to it. If you didn't got it, I'll resend it right now. Sorry, but weekends are always delayed. I need some rest from time to time.

Maria
Reply With Quote
  #206  
Old 06-25-2007, 03:30 PM
karlm's Avatar
karlm karlm is offline
 
Join Date: Jul 2006
Location: England
Posts: 447
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you for the email today, I dind't receive the previous one - but I have received the one today. I apologise if I spoke in haste when it based on an undelivered email as oppose not responding.
Reply With Quote
  #207  
Old 06-25-2007, 05:53 PM
karlm's Avatar
karlm karlm is offline
 
Join Date: Jul 2006
Location: England
Posts: 447
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I just wanted to let the community know that MicroHellas has gone out of her way to help with the problems I was having, unfortunately - I'd made the mistake of figuring out one of the problems and failed to mention this to her.
Anyway, her help has been extremely appreciated.
Reply With Quote
  #208  
Old 06-29-2007, 02:13 AM
A|X A|X is offline
 
Join Date: Jun 2007
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry mary for ask this silly question

I have difficulties to configure the 4 variables.

// Path to your vB installation with slash at the end
$vbpath = 'http://www.ceritabrunei.com/forum/';
// Path to $vbnewsname file with slash at the end
$vbnewspath = 'http://www.ceritabrunei.com/forum/';
// URL to $vbnewsname file with slash at the end
$vbnewsurl = 'http://www.ceritabrunei.com/';
// vbNews file name in case that you changed it
$vbnewsname = 'vbnews.php';


For your info my root directory is http://www.ceritabrunei.com/forum and my current index page at http://www.ceritabrunei.com/forum/index.php

See the wording in red color. Is it correct the way i edit the 4 variables? I need your advise.
Thanks.
Reply With Quote
  #209  
Old 06-29-2007, 03:38 AM
snakes1100 snakes1100 is offline
 
Join Date: Dec 2001
Location: Michigan
Posts: 3,733
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

// Path to your vB installation with slash at the end
$vbpath = '/path/to/forum/directory/goes/here/forum/';
// Path to $vbnewsname file with slash at the end
$vbnewspath = '/path/to/vbnews.php/file/goes/here/forum/';
// URL to $vbnewsname file with slash at the end
$vbnewsurl = 'http://www.ceritabrunei.com/forum/';
// vbNews file name in case that you changed it
$vbnewsname = 'vbnews.php';

example path to news:
/home/username/public_html/forum/
Reply With Quote
  #210  
Old 06-29-2007, 02:40 PM
pcoskat pcoskat is offline
 
Join Date: Apr 2002
Location: atlanta
Posts: 423
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Quote:
Originally Posted by pcoskat
- Will the DIGG mod work with vBNews?
Mary wrote: Sorry, dont know it. Can you point me somewhere?
https://vborg.vbsupport.ru/showthread.php?t=148216

I assume that vBNews automatically takes on the skin of the installed vb. Is that a correct assumption?

Is there a Tag system for the vbNews? It would eliminate admins from having to enter articles in multiple categories. Having clickable tags at the end of each article would be awesome. (similar to this: https://vborg.vbsupport.ru/showthread.php?t=148705 )

Also, are you still on track to complete your SNS module at the end of this month?
Reply With Quote
  #211  
Old 06-29-2007, 07:56 PM
GrendelKhan{TSU's Avatar
GrendelKhan{TSU GrendelKhan{TSU is offline
 
Join Date: Jun 2005
Location: Boston | Seoul, S. Korea
Posts: 1,311
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

anyone got a working, live example?

I know I'm probably just being a n00b or missing something but it just seems too hard to configure. can't even figure out how to get important news or center area (where main image is) to show up. +_+

really need a "how to" or wiki guide about set-up or something.
still looks great and something I want to use. its NOT very self-explanatory or user-friendly, (imo) and have given up after running into a wall with it a couple times.

I'm still hoping to get the "tricks" to it. but does anyone have a clear step-by-step on how to the content filled AFTER its been installed?

sorry for the n00biness.
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:57 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.09463 seconds
  • Memory Usage 2,312KB
  • 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_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
  • (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