vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Changing :smilie to ---> :smilie: (https://vborg.vbsupport.ru/showthread.php?t=51496)

stark427 04-11-2003 10:39 PM

Changing :smilie to ---> :smilie:
 
Hello there.

When I moved from ezboard to VB me and my members where used to this format of the smilies :

:cry

instead of the default one of VB... which is

: cry : (without the gaps)


So I had changed it... to be like the ezboard one.

I would like to change it back as the :smilies: format is safer - otherwise the way I have it now results to some simple texts to be converted to smilies :rolleyes:

So after I change it - I would also like to apply the changes to the old posts, to convert alla the :smilie ones to :smilie:

Anyone who knows which query I should run?

maybe something like this?

Code:

UPDATE post SET pagetext=REPLACE(pagetext,':banana',': banana :')
(without the gaps between : and banana.... for every smilie I have...) ?

thanx in advance

filburt1 04-11-2003 10:49 PM

[sql]
UPDATE post SET pagetext = REPLACE(pagetext, ":banana:", ":banana");
[/sql]

stark427 04-11-2003 11:19 PM

thanx :)

stark427 04-13-2003 03:02 PM

This change gave another idea.....

Back at the ezboard forum some nicknames were different than the ones the members have at VB.

For example a member there was called "polo242" but now in the VB he has the username : "polo"

After the transfer, the accounts were not imported, as we all know this cannot be done...

So my guess is that these old usernames are not in the "user" table right?

So what are they? Were they transfered just as simple text?

(all these old name have the "guest" status under them, now).

And where exactly are these old usernames stored?

What I wanna do is to try - with a query - to change these names to what they are now (e.g. headhunter1 --> headhunter), although I do know that they will *not* have real profiles or be linked in any way with the new usernames.

any ideas?

filburt1 04-13-2003 03:04 PM

The ezboard import is done via a vB staff member because AFAIK they can't access the database, only the final HTML of pages and members.

What specifically do you want to do? Have only alphabetic usernames instead of alphanumeric?

stark427 04-13-2003 03:14 PM

1 Attachment(s)
Ok here it goes, I will try my best to explain :)
I will need two posts - sorry for that.

lets take for example one user who's username at the ezboard was Headhunter17

after the transfer was completed, his account (of course) was not imported.

So, on the VB board his old posts show him as Headhunter17, and his profile leads to nowhere....

see attachment :

stark427 04-13-2003 03:18 PM

1 Attachment(s)
On the new board he registered as Headhunter (without the 17) - see attachment

I want to run a query so that all the Headhunter17 names will be changed to Headhunter...

Problem is I do not know where the old usernames are stored at the new board.... as I'm sure they are not stored at the "user" table (or whatever it is the one that stores normally the usernames on VB database).

I hope I helped a little bit more :)


All times are GMT. The time now is 03:17 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.01015 seconds
  • Memory Usage 1,722KB
  • 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
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete