vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Add-On Releases - vB News CMS (https://vborg.vbsupport.ru/showthread.php?t=133302)

davidw 05-22-2007 12:08 AM

Try this...

change this

Code:

// ######################### REQUIRE BACK-END ############################
GLOBAL $parser;
require_once('./includes/class_bbcode.php');
require_once('./global.php');
$parser        =& new vB_BbCodeParser($vbulletin, fetch_tag_list());

to this

Code:

// ######################### REQUIRE BACK-END ############################
GLOBAL $parser;
require_once('./includes/includes/init.php');
require_once('./includes/class_bbcode.php');
require_once('./global.php');
$parser        =& new vB_BbCodeParser($vbulletin, fetch_tag_list());

Of course, you may have to edit the links to make them point directly to where the files are located based on this file's location.

Timan 05-22-2007 12:44 PM

Hey david, sorry to be a pest about it, but seem that didn't work either, now the error is the following.

Code:

Warning: main(/home/aquasoft/public_html/includes/class_core.php) [function.main]: failed to open stream: No such file or directory in /home/aquasoft/public_html/board/includes/init.php on line 45

Fatal error: main() [function.require]: Failed opening required '/home/aquasoft/public_html/includes/class_core.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/aquasoft/public_html/board/includes/init.php on line 45


davidw 05-22-2007 01:00 PM

How are you setting this up in relationship to the forum? It may not be the files that are missing, but the link needs to be changed to what were originally required.

Timan 05-22-2007 01:36 PM

Well seems this addon fits my needs perfect for my site. We wanted to have a specified forum's posts be like news on a main page. Right now it works perfect at http://www.aqua-soft.org/board/news.php problem is we really wanted to move that news.php file to the root of the site so we could access it at http://www.aqua-soft.org/index.php Hope that helps.

Joshyyy 06-30-2007 07:27 PM

is there a way to edit the name of the mod, when displaying it on your forums?

Example atm its:

NAME OF FORUMS
--- vB News CMS

is there a way to edit the vB News CMS bit?

davidw 06-30-2007 07:31 PM

You can edit the vbnews.php file and find around line 499 (near the bottom):

Code:

$navbits[$parent] = 'vB News CMS';
and change it there. Save then reimport.

Blindchild02 10-07-2007 06:26 PM

Can this just do the newest threads from said forums, rather than newest threads per group?

Does that make sense? lol

I just want it to feed from all the forums I chose in order of date, rather than order of date within a group.

Millenium IT 10-07-2007 06:40 PM

BBcode doesnt work :/

davidw 10-07-2007 07:04 PM

Quote:

Originally Posted by Blindchild02 (Post 1354922)
Can this just do the newest threads from said forums, rather than newest threads per group?

Does that make sense? lol

I just want it to feed from all the forums I chose in order of date, rather than order of date within a group.

Are you wanting this to encompass all your forums altogether, rather than individual forums?

Quote:

Originally Posted by Millenium IT (Post 1354928)
BBcode doesnt work :/

Where is this not working?

Btw, don't forget to click install.

Blindchild02 10-07-2007 07:31 PM

Quote:

Originally Posted by davidw (Post 1354940)
Are you wanting this to encompass all your forums altogether, rather than individual forums?

no no, I still want the option to choose which forums, but I dont want them organized in categories, I'd rather them all be in 1 category and by date.


All times are GMT. The time now is 10:46 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.01138 seconds
  • Memory Usage 1,739KB
  • 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
  • (4)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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