Welcome, Guest. Please Login or Register.
May 05, 2024, 01:17:01 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  |  English User Help  |  English Help  |  how do i remove personal text by default? « previous next »
Pages: [1] Reply Ignore Print
Author Topic: how do i remove personal text by default?  (Read 1775 times)
Razgo
Full Member
***
Posts: 125


Dance with the Beat

ICQ - 144284881 WWW
how do i remove personal text by default?
« on: March 07, 2004, 11:28:29 PM »
Reply with quote

YaBB SE Version: 1.5.2 to 1.5.4
Link to Forum: http://www.rioworld.org/yabbse/index.php

Problem Description:
how do i remove personal text by default? at the moment it has the "i'm a llama".

i dont see anything in the admin panel to turn it off?

thanks.
Logged

Chris Cromer
The Strange One
Mod Team
YaBB God
*****
Posts: 3152


I am just a figment of your imagination.

WWW
Re:how do i remove personal text by default?
« Reply #1 on: March 07, 2004, 11:39:29 PM »
Reply with quote

Open English.lng and search for "llama" and remove the text in the quotes.
Logged

Chris Cromer

I am not suffering from insanity, I am enjoying every minute of it.
Razgo
Full Member
***
Posts: 125


Dance with the Beat

ICQ - 144284881 WWW
Re:how do i remove personal text by default?
« Reply #2 on: March 07, 2004, 11:49:43 PM »
Reply with quote

excellent, thank you. i did find in the admin panel "Show User Text in Message View?"

but that then meant no text would be shown if they chose to put something there.

thanks for that, much appreciated.

Logged

Razgo
Full Member
***
Posts: 125


Dance with the Beat

ICQ - 144284881 WWW
Re:how do i remove personal text by default?
« Reply #3 on: March 08, 2004, 12:32:31 AM »
Reply with quote

ok i edited the file and found " I'm a llama!" , edited it out. but now how do a refresh the board to reflect that? i did a board recount but that didnt work. in other words everyone that had  "I'm a llama!" is still there.

Logged

Chris Cromer
The Strange One
Mod Team
YaBB God
*****
Posts: 3152


I am just a figment of your imagination.

WWW
Re:how do i remove personal text by default?
« Reply #4 on: March 08, 2004, 12:42:52 AM »
Reply with quote

It doesn't change the text for current members. All it does is make it so when people register those new members won't have the personal text.

The members that have it set to that will have to be manually altered to remove it from their profile.
Logged

Chris Cromer

I am not suffering from insanity, I am enjoying every minute of it.
Shadow's Pawn
Support Team
YaBB God
*****
Posts: 597


ich soll nicht toten

ICQ - 8039201shadowpawn@hotmail.com WWW
Re:how do i remove personal text by default?
« Reply #5 on: March 08, 2004, 04:39:57 AM »
Reply with quote

Open up phpmyadmin, then run a query to change everyone who has their usertext set to I'm a llama to show nothing at all.

I'm pretty sure that this query should work...

UPDATE yabbse_members
SET personalText = ''
WHERE personalText = 'I\'m a llama'

Change yabbse_ to whatever prefix you used.


Editted to fix the mistake that Chris pointed out.  (Thanks Chris)
« Last Edit: March 08, 2004, 09:39:28 PM by Shadow's Pawn » Logged

apologize \A*pol"o*gize\, v. i. - To lay the foundation for a future offense.
Chris Cromer
The Strange One
Mod Team
YaBB God
*****
Posts: 3152


I am just a figment of your imagination.

WWW
Re:how do i remove personal text by default?
« Reply #6 on: March 08, 2004, 04:48:38 AM »
Reply with quote

That query won't work. You didn't escape the '. ;)
Logged

Chris Cromer

I am not suffering from insanity, I am enjoying every minute of it.
Razgo
Full Member
***
Posts: 125


Dance with the Beat

ICQ - 144284881 WWW
Re:how do i remove personal text by default?
« Reply #7 on: March 09, 2004, 05:45:08 AM »
Reply with quote

excellent!! i was going to ask about a query to run. but no need to now :)
i will try this out shortly. i wasn't too sure about the continued support for this yabbse edition. as we have no need or desire to upgrade just yet or maybe not for a long time.

so thanks for the continued support!
Logged

Razgo
Full Member
***
Posts: 125


Dance with the Beat

ICQ - 144284881 WWW
Re:how do i remove personal text by default?
« Reply #8 on: March 09, 2004, 06:01:56 AM »
Reply with quote

hmmmm..... ok i ran the query and nothing changed.

the query return said:

Affected rows: 0

SQL-query :
UPDATE yabbse_members
SET personalText = ''
WHERE personalText = 'I\'m a llama'

Logged

[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:how do i remove personal text by default?
« Reply #9 on: March 09, 2004, 06:04:34 AM »
Reply with quote

Please try:

UPDATE yabbse_members
SET personalText = ''
WHERE personalText LIKE '%llama%';

There's actually a ! after the line...

-[Unknown]
Logged
Razgo
Full Member
***
Posts: 125


Dance with the Beat

ICQ - 144284881 WWW
Re:how do i remove personal text by default?
« Reply #10 on: March 09, 2004, 06:11:31 AM »
Reply with quote

lol! yes i had just figured it out! and put in the exclamation mark! it worked great now! thank you guys! :) :)

Logged

Pages: [1] Reply Ignore Print 
YaBB SE Community  |  English User Help  |  English Help  |  how do i remove personal text by default? « 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.046 seconds with 19 queries.