Welcome, Guest. Please Login or Register.
April 27, 2025, 05:46:11 PM
Home Help Search Log in Register
News: SMF is the next generation in forum software, almost completely re-written from the ground up, make sure you don't fall for cheap imitations that suffer from feature bloat!

YaBB SE Community  |  Development  |  Converters  |  Convert One YG board to SE? « previous next »
Pages: [1] Reply Ignore Print
Author Topic: Convert One YG board to SE?  (Read 1466 times)
UnkaBobby
Noobie
*
Posts: 2


I'm a llama!

Convert One YG board to SE?
« on: February 25, 2003, 10:58:21 AM »
Reply with quote

[font="Trebuchet MS"]
Can anyone suggest a way to convert one board from a Yabb Gold installation, to a YabbSE installation?

Meaning, insert the threads of a single board from a YG forum, into an up-and-running YabbSE forum?

Would be a HUGE help, any ideas welcome, I'm new to MySQL but a long-time programmer/etc.


Thank you!
Bobby


[/font]
Logged
Omar Bazavilvazo
YaBB SE Developer
YaBB God
*****
Posts: 2153


I never said I would stay to the end...

WWW
Re:Convert One YG board to SE?
« Reply #1 on: February 25, 2003, 09:45:49 PM »
Reply with quote

http://www.yabbse.org/community/index.php?board=132;action=display;threadid=15629
http://www.yabbse.org/community/index.php?board=132;action=display;threadid=18377

ja ne!

Logged

Greetings from México!
http://omarbazavilvazo.com
Mi foro Español-Japonés
http://hablajapones.org
http://hablajapones.org/index.php/japones/tutoriales/b16.php

NO me manden IM para soporte o dudas
...Leo los foros como todos...
Compuart
Quality, Quality, Quality!
YaBB God
*****
Posts: 1283


ICQ - 8801024Compuart@hotmail.com WWW
Re:Convert One YG board to SE?
« Reply #2 on: February 26, 2003, 12:58:38 AM »
Reply with quote

Quote from: UnkaBobby on February 25, 2003, 10:58:21 AMCan anyone suggest a way to convert one board from a Yabb Gold installation, to a YabbSE installation?
You'd have to make a lot of modifications to the converter to grab a specific board an put it into an existing YaBB SE install.
Logged

Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:Convert One YG board to SE?
« Reply #3 on: February 26, 2003, 08:20:37 AM »
Reply with quote

better way, i think, is to convert everything, then delete the other boards ;)
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
UnkaBobby
Noobie
*
Posts: 2


I'm a llama!

Re:Convert One YG board to SE?
« Reply #4 on: February 27, 2003, 12:21:44 PM »
Reply with quote

Quote from: Spaceman-Spiff on February 26, 2003, 08:20:37 AM
better way, i think, is to convert everything, then delete the other boards ;)
[font="Trebuchet MS"]
Thank you experts for the time you take to reply to us.

Okay, more succinctly, what I desperately need to do is insert a board from one forum, into another forum.

Following your advice that doing it from a YG forum into an SE forum would be too hard, I converted the YG forum to SE.

So, I have two SE forums now on the same server, sharing the same MySQL database.

I desperately need to move a board from one of them, into the other.

With phpMyAdmin, I see I can export a table (such as the BOARDS and MESSAGES tables) to a textfile. I can't find the feature to *import* data from a textfile, into a MySQL table.

Can anyone advise me about completing this safely, though? If I have a forum with MySQL prefix "GI_", need to insert the boards and messages from another SE forum with MySQL prefix "RAW_"...?


Hugely appreciative of any advice,
Bobby


[/font]
Logged
[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:Convert One YG board to SE?
« Reply #5 on: February 27, 2003, 08:29:22 PM »
Reply with quote

Alright, it's going to be fun.

Here's the process.

Get the text files, and look for the inserts.  (remove ANYTHING that doesn't start with # or INSERT... specifically, remove DROP and/or CREATE!)  You should see something as follows:
INSERT INTO prefix_topics VALUES (213, ......);

Remove that first number, and replace it with NULL.... so it should look like:
INSERT INTO prefix_topics VALUES (NULL, ......);

Do the same for lines that look like this:
INSERT INTO prefix_messages VALUES (NULL, ......);

Now do a search and replace for all the prefix_ and change them to your SE board's prefix. (the one you want to have the table in.)

Go into phpMyAdmin, and select the SQL tab.  Click on use file, and select that one.  Then, click Go.

That should be it.  Fun, huh?

[edit: You will most ASSUREDLY want to do a board repair and recount after doing this.]

-[Unknown]
« Last Edit: February 27, 2003, 08:30:36 PM by [Unknown] » Logged
raffael3d
Jr. Member
**
Posts: 79


I'm a llama!

Re:Convert One Yg board to Se?
« Reply #6 on: March 09, 2003, 11:25:18 PM »
Reply with quote

I successfully converted from Yabb Sp.1.1 to Yabb SE. now I noticed several things taht are problems or not working fine:

- the new fader: the text doesn't fade even with multiple entries
- global moderators don't see IP of posted people (they should be able to see it like In Yabb otherwise they are not helpful as moderators)
- altough the member count is right the first person that was converted is displayes as "last registered member", even if new people register it doesn't update taht
- if you activate that people will have their password emailed they never get it...

any help?thanks.
« Last Edit: March 10, 2003, 12:34:40 AM by raffael3d » Logged
Pages: [1] Reply Ignore Print 
YaBB SE Community  |  Development  |  Converters  |  Convert One YG board to SE? « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.062 seconds with 17 queries.