The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#92
|
|||
|
|||
Hi Ced,
I had make the update of counter in the good order (Users, then Threads, and then Forums), and the problem can't comes from this point. If you say that all is correct for you, i dont understand where the corruption come from in my importation ??? I check more for a mistake in my configuration and i post when i have found something... Nebula, forget my last post, the mixing problem is in my database or in my brain...sorry ! |
#93
|
||||
|
||||
Well...I'm somewhat confused ced. Is the problem my script or your database? It sounded like it was the scripts problem, but then I thought you said it was your database's problem. I'm confused. Just let me know if it is my script's problem, or your databases problem. Also, if it is a problem with my script, please send me a copy of your phpBB database, or a link to your phpMyAdmin so I can get it that way. Also, I DO compare the original phpBB and the imported vBulletin side-by-side.
I'm at my grandparents house, so I can't really make an update, as I don't really have any FTP clients or anything, and they don't want me to clutter up their computer. Be home hopefully tonight or tomorrow night! |
#94
|
|||
|
|||
Hi Nebula,
CED have a good result with your script and me, JYR i have some mixte...we are 2 differents posters with 2 differents result ! lol |
#95
|
|||
|
|||
Hi !
first thanks Nebula for enabeling me to go to vBulletin from my old phpBB I used to make it with one of the first versions of your script. After some "Find & Replace" on the similies stuff in vi I came accross the difficulty of all links + bbcode stuff... So I've made a little script of mine to do this using a modified html2bb (found in admin/bbimport.php) Here the modified I've used to get all these nasty <! BBCodes ... and other into nice vB style codes Hope this can help some of you. Now I've a clean forum |
#96
|
||||
|
||||
Hmm...that's really good. I was actually thinking of making something like that, just because that function doesn't work well with phpBB code. Thanks a bunch!
Actually, I think I'm gonna make my own code for this, just because that uses a lot of str_replaces. I was thinking about just removing everything in the posts between (< !--)s. Anyways, thanks tho...that has a bunch of good ideas in there. I will base many of my ideas on it. Thank you bunches tho!! |
#97
|
|||
|
|||
Glad you like it
The smilies part (beginning of the file) is not correct for phpBB as these guys stored a href to images directely But someting like : Code:
$htmlcode=eregi_replace("<IMG SRC=\".*smile.gif\" border=\"0\">",":)",$htmlcode); |
#98
|
|||
|
|||
I converted my phpBB forum fine, but i have a minor problem...
No email has been sent to users :-\ I removed the comment in the converter just before echo "<p>Users imported sucessfully.</p>"; $action = "mailusers"; $action = "forums"; How can i mass email their passwords to my members? |
#99
|
|||
|
|||
Another minor problem:
How to remove all useless slash in posts in phpmyadmin ? like: it\'s me |
#100
|
||||
|
||||
Hmm...as to the mass mail not working...if you look at the 2 lines:
PHP Code:
As to the \'slash\' problems...I do not know what is wrong with that. I'll look into it, but I am not sure what you are talking about. Also, expect a new release very soon that has much improved HTML2BB decoding. |
#101
|
|||
|
|||
Why don't you edit the first post so it always has the latest version? This would make things much easier for everyone.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|