Home Private Messages Search
CPG Dragonfly™ CMS Dedicated Server & Bandwidth Sponsored by DedicatedNOW
Toggle Content
 
Forums ⇒ DragonflyCMS ⇒ CPG-BB (forum) :: Archives ⇒ How to setup Multi-Forums? :: Archived


How to setup Multi-Forums? :: Archived
Please post bugs in the Projects Module.
Post anything and everything else about CPG-BB in this forum.
Formerly known as phpBB but no longer compatible.

Go to page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9
Topic Archived View previous topic :: View next topic  
Author Message
robertall
Heavy poster
Heavy poster

Offline Offline
Joined: Jul 07, 2005
Posts: 181
Location: spreadkmeleon.com
PostPosted: Wed Oct 26, 2005 7:39 am
Post subject: Re: How to setup Multi-Forums?

Sorry to bump this thread, but the question has not yet been answered. Which way is the best?

_________________
www.teenout.com
www.spreadkmeleon.com
www.host-me-free.com <free image hosting>www.imagecamel.com

robertall's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
FreeBSD/1.3.33 (Unix)/4.1.13-log/4.4.0+5.0.4(Using 4.4.0)/9.0.5.0 for teenout.com
Back to top
View user's profile Visit poster's website AIM Address MSN Messenger
pmflav
Nice poster
Nice poster

Offline Offline
Joined: Aug 08, 2004
Posts: 55
Location: Sydney
PostPosted: Thu Dec 01, 2005 1:48 am
Post subject: Re: How to setup Multi-Forums?

Ok.
I have the multi-forums setup and running on our site, actually we have an additional 5 forums setup, if you visit you will see why we have done this.

However the only problem I am having at the moment is that these additional Forums are not showing up in the Admin privilages.
This is where you can give certain admins certain privilages, new forums are not there.

This is the only problem I am having at the moment, so any help would be greatly appreciated.


pmflav's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux/Apache 1.3.37/MySQL 4.1.21/PHP 4.4.4/Dragonflycms 9.1.1
Back to top
View user's profile Visit poster's website MSN Messenger
Ploppy
Supporter
Supporter

Offline Offline
Joined: Oct 03, 2005
Posts: 64

PostPosted: Sun Dec 11, 2005 2:10 am
Post subject: Re: How to setup Multi-Forums?

I've setup a second forum area on my site which went ok but when i go into the admin area for it i get this up:

Quote::
Fatal error: Call to undefined function: session_pagestart() in public_html/worldinagrainofsand/modules/fh_forums/admin/index.inc on line 30

Also basically I have transfered that forum from another site and I copied the database tables and replace the automaticaly generated ones in the new location and although the old forum categories are coming up with the right post counts there are not any posts in it...also I tried to transfer my users over from the old site to the main one and that didn't work and now my site is saying that it has 307 members when it only really has 7 (before adding the other sites members).

According to my admin panel I am using the lastest version of Dragonfly.


Ploppy's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux/1.3.34 (Unix)/4.0.25-standard/4.4.0/9.0.6.1


Last edited by Ploppy on Wed Dec 14, 2005 4:19 pm; edited 1 time in total
Back to top
View user's profile
Ploppy
Supporter
Supporter

Offline Offline
Joined: Oct 03, 2005
Posts: 64

PostPosted: Wed Dec 14, 2005 4:19 pm
Post subject: Re: How to setup Multi-Forums?

[EDIT]

I figured out how to fix the error above...I changed the index.inc file and on line 27 I put the exact path to the module and not the variable itself:

Code::
  $Source: /cvs/html/modules/fh_forums/admin/index.inc,v $
  $Revision: 1.2 $
  $Author: djmaze $
  $Date: 2005/04/25 19:31:20 $
**********************************************/
if (!defined('ADMIN_PAGES')) { exit; }
if (!can_admin('fh_forums')) { die('Access Denied'); }

global $db,$lang;

$showblocks = 0;

if (empty($_POST['send_file']) && !isset($_POST['cancel'])) {
    require('header.php');
    define('IN_PHPBB', 1);
    $module_name = ucfirst($op);
    $phpbb_root_path = "modules/fh_forums/";
    define('IN_ADMIN', true);
    include($phpbb_root_path.'common.php');
    $userdata = session_pagestart($user_ip, PAGE_INDEX);

Now all I need to do is to transfer the users from my other site to my main one and transfer all of the posts over from that place to my main one...


Ploppy's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux/1.3.34 (Unix)/4.0.25-standard/4.4.0/9.0.6.1
Back to top
View user's profile
MikieMouse
500+ Posts Club
500+ Posts Club

Offline Offline
Joined: Jun 27, 2004
Posts: 500
Location: South Dakota
PostPosted: Mon Jan 09, 2006 6:28 am
Post subject: Re: How to setup Multi-Forums?

Got a secondary forum up and running and its great. My only request, and I have searched and not seen this one yet, would be to add a drop-down to the Newsletter Pro for the ability to choose which forum tables are added into the newsletter when manually sending one out to a specific group.

This is probably not the best topic to post this request in, and if it needs to be requested elsewhere I will gladly do it.

Otherwise my secondary forum works REALLY well...thank you to the dev team for all your hard work!!

_________________
EHP Webmaster
www.ehpdesigns.com

MikieMouse's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux OS / Apache 1.3.34 / MySQL 4.1.22 / PHP 4.4.7/ DF 9.1.2.1
Back to top
View user's profile Visit poster's website AIM Address MSN Messenger Yahoo Messenger
run0
Supporter
Supporter

Offline Offline
Joined: Jun 28, 2004
Posts: 1559

PostPosted: Mon Jan 09, 2006 6:37 am
Post subject: Re: How to setup Multi-Forums?

that would be something to request to musox, the maker of newsletter pro. it wouldnt go into the forums

_________________


run0's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux/1.3.33 (Unix)/4.0.22-standard/4.3.9/DF 9.x
Back to top
View user's profile Visit poster's website
MikieMouse
500+ Posts Club
500+ Posts Club

Offline Offline
Joined: Jun 27, 2004
Posts: 500
Location: South Dakota
PostPosted: Mon Jan 09, 2006 7:17 am
Post subject: Re: How to setup Multi-Forums?

Strike that, everything is not working fine with my Secondary Forum. I am unable to post anything (I can create categories and topics without issue though).

The error I get is this:
Quote::
Fatal error: Call to undefined method sql_db::escape_binary() in /home/xxxx/public_html/includes/phpBB/functions_post.php on line 146

I just updated my functions_post.php from the CVS as I was getting the bbcode_uid errors which it stated the updated version removed the need for.

The error I was getting before I updated the functions_post.php was this
Quote::
cache/tpl_PH2_Blue_forums#posting_attach_body.html.inc

* Notice line 24: Undefined index: POSTED_ATTACHMENTS_BODY

modules/Forums2/posting.php

* Notice line 396: Undefined index: topic_type

includes/db/db.php

* CMS Warning line 51: On /Forums2/posting.html While executing query "INSERT INTO cms_forums2_posts_text (post_id, post_subject, bbcode_uid, post_text) VALUES (5, 'Another Test Post', '', 'Test Post')" the following error occured: Unknown column 'bbcode_uid' in 'field list' In: /home/xxxx/public_html/includes/phpBB/functions_post.php on line: 155

Is there something else that needs to be updated that I'm missing here?

_________________
EHP Webmaster
www.ehpdesigns.com

MikieMouse's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux OS / Apache 1.3.34 / MySQL 4.1.22 / PHP 4.4.7/ DF 9.1.2.1
Back to top
View user's profile Visit poster's website AIM Address MSN Messenger Yahoo Messenger
MikieMouse
500+ Posts Club
500+ Posts Club

Offline Offline
Joined: Jun 27, 2004
Posts: 500
Location: South Dakota
PostPosted: Tue Jan 10, 2006 3:09 pm
Post subject: Re: How to setup Multi-Forums?

I was successfully able to get a secondary Forum installed on my demo site this morning. And I even pulled all the updated files from DF CVS as well. But I get the same error. I get UID and "Call to undefined method sql_db::escape_binary()" errors.

Is anyone else having this issue. Does anyone have a zipped copy of their secondary forums that works and can post to? I can create categories, forums, preview posts, etc...but my issue lies when I'm actually submitting the post.

_________________
EHP Webmaster
www.ehpdesigns.com

MikieMouse's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux OS / Apache 1.3.34 / MySQL 4.1.22 / PHP 4.4.7/ DF 9.1.2.1
Back to top
View user's profile Visit poster's website AIM Address MSN Messenger Yahoo Messenger
Ploppy
Supporter
Supporter

Offline Offline
Joined: Oct 03, 2005
Posts: 64

PostPosted: Fri Jan 20, 2006 4:37 pm
Post subject: Re: How to setup Multi-Forums?

What about being able to move threads between the various multi-forums??? e.g move thread from forums1 to forums2 etc.


Ploppy's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux/1.3.34 (Unix)/4.0.25-standard/4.4.0/9.0.6.1
Back to top
View user's profile
run0
Supporter
Supporter

Offline Offline
Joined: Jun 28, 2004
Posts: 1559

PostPosted: Fri Jan 20, 2006 6:20 pm
Post subject: Re: How to setup Multi-Forums?

its not possible unless you do it manually in the db which would take forever. I am hoping forums pro might come up with a solution for this. I asked here: myndworx.com/ForumsPro...t=124.html
and am awaiting a response

_________________


run0's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux/1.3.33 (Unix)/4.0.22-standard/4.3.9/DF 9.x
Back to top
View user's profile Visit poster's website
Display posts from previous:   
Post new topic    Revive this topic    Printer Friendly Page    Forum Index ⇒  Add-Ons & BlocksCPG-BB (forum) :: Archives
Page 9 of 9
All times are GMT
Go to page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9

Archive Revive
Username:
This is an archived topic - your reply will not be appended here.
Instead, a new topic will be generated in the active forum.
The new topic will provide a reference link to this archived topic.
 
   Toggle Content User Info

Welcome Anonymous

Nickname
Password
(Register)

   Toggle Content Last CVS commits
· Fixed .ico Expires header.
· Removed domain name from cookies so subdomains wont access them anymore.
· CSS and JS, case insensitives.
· CSS and JS, send correct HTTP 1.1 headers and fixed issues where themes and...
· Further security class improvements.
· 301 redirects on LEO changes
· Option to force 3xx http status codes
· Validate googlebot.com and google.com crawlers.
· CCBot
· Rss with etag and atom.

читај повеќе...

   Toggle Content Community

Support for DragonflyCMS in a other languages:

Deutsch
Español

   Toggle Content X-links
UltraEdit Browse Happy logo Firefox MySQL PostgreSQL Valid CSS! Valid XHTML 1.0! Unicode Encoded Badge NukeBiz Resources Raven DragonflyCMS Dedicated Now InsideSupport Lampe Berger

You are seeing squares or questionmarks on this page?

All content of this website is copyrighted by the Creative Commons NC-SA
The logos and trademarks used on this site are the property of their respective owners
We are not responsible for comments posted by our users, as they are the property of the poster.
Our server runs on a P3 1.2GHz with 512MB RAM with no accelerators
Support GoPHP5.org
Interactive software released under GNU GPL, Code Credits, Privacy Policy