1
lili
how do i change forum from newbb to phpbb or xforum -heeeeeelp
  • 2009/12/9 15:46

  • lili

  • Just popping in

  • Posts: 4

  • Since: 2009/12/9


Hi i truly need help. i am new to xoops.
i hwant to change a forum i had installed from newbb to xforum. when i installed the new one(xforum) its it appears on the left side menu but not at the top menu.how do i change it. coz right now when i click on the forums tab , it "says module does not exist".

2
ghia
Re: how do i change forum from newbb to phpbb or xforum -heeeeeelp
  • 2009/12/9 16:24

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


lili, Welcome to the XOOPS forum!

The top menu is probably configurated in the theme. You must edit the theme.html or some helper file (eg globalnav) in the theme directory for that. What theme are you using?

Other possibility is that the top menu is generated by a module as Multimenu or iMenu. In that case you need to adapt this in the admin of that module.

3
lili
Re: how do i change forum from newbb to phpbb or xforum -heeeeeelp
  • 2009/12/10 4:50

  • lili

  • Just popping in

  • Posts: 4

  • Since: 2009/12/9


Hi how do i adapt that multi menu or imenu. pliz give me the steps

4
ghia
Re: how do i change forum from newbb to phpbb or xforum -heeeeeelp
  • 2009/12/10 8:31

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


Is this a total new installation?
Then you don't have one of these modules and the edit is to be made in one of the theme files.

(We can't help you, unless you answer the questions!)

5
wishcraft
Re: how do i change forum from newbb to phpbb or xforum -heeeeeelp

Well I just made this for you.. This SQL Will migrate the newbb data to xforum.. Becareful this SQL will delete all xforum data and replace it with newBB... Does it help?

TRUNCATE prefix_xf_archive;
TRUNCATE prefix_xf_attachments;
TRUNCATE prefix_xf_categories;
TRUNCATE prefix_xf_digest;
TRUNCATE prefix_xf_forums;
TRUNCATE prefix_xf_moderates;
TRUNCATE prefix_xf_online;
TRUNCATE prefix_xf_posts;
TRUNCATE prefix_xf_posts_text;
TRUNCATE prefix_xf_reads_forum;
TRUNCATE prefix_xf_reads_topic;
TRUNCATE prefix_xf_report;
TRUNCATE prefix_xf_topics;
TRUNCATE prefix_xf_votedata;
INSERT INTO prefix_xf_archive SELECT FROM prefix_bb_archive;
INSERT INTO prefix_xf_attachments SELECT FROM prefix_bb_attachments;
INSERT INTO prefix_xf_categories SELECT FROM prefix_bb_categories;
INSERT INTO prefix_xf_digest SELECT FROM prefix_bb_digest;
INSERT INTO prefix_xf_forums SELECT FROM prefix_bb_forums;
INSERT INTO prefix_xf_moderates SELECT FROM prefix_bb_moderates;
INSERT INTO prefix_xf_online SELECT FROM prefix_bb_online;
INSERT INTO prefix_xf_posts SELECT FROM prefix_bb_posts;
INSERT INTO prefix_xf_posts_text SELECT FROM prefix_bb_posts_text;
INSERT INTO prefix_xf_reads_forum SELECT FROM prefix_bb_reads_forum;
INSERT INTO prefix_xf_reads_topic SELECT FROM prefix_bb_reads_topic;
INSERT INTO prefix_xf_report SELECT FROM prefix_bb_report;
INSERT INTO prefix_xf_topics SELECT FROM prefix_bb_topics;
INSERT INTO prefix_xf_votedataSELECT FROM prefix_bb_votedata;

Login

Who's Online

345 user(s) are online (66 user(s) are browsing Support Forums)


Members: 0


Guests: 345


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Sep 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits