Welcome, Guest. Please Login or Register.
November 19, 2024, 05:32:01 AM
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  |  Graphics and Templates  |  Smilies « previous next »
Pages: [1] 2 Reply Ignore Print
Author Topic: Smilies  (Read 2682 times)
warangel
Noobie
*
Posts: 3


I'm a llama!

Smilies
« on: March 13, 2002, 11:19:32 PM »
Reply with quote

I'm looking for some new smilies. If anyone has any, please put a link in a reply. Oh, I also need to know how to install new smilies once (if) I get them! Thanks
Logged
TheJkWhoSaysNi
YaBB God
*****
Posts: 1025


I dont know what to put here, i'll leave it blank.

ICQ - 122821095TheJkWhoSaysNi@evilemail.com WWW
Re:Smilies
« Reply #1 on: March 14, 2002, 05:12:50 PM »
Reply with quote

www.mysmilies.com to get them, installing them is a little trickier.
Logged

WARNING: THIS POST MAY CONTAIN TRACES OF PEANUT!!!
I'm listening to....
warangel
Noobie
*
Posts: 3


I'm a llama!

HELP!!!!
« Reply #2 on: March 14, 2002, 08:31:13 PM »
Reply with quote

How do i install them now?
Logged
Zarabadoo
Jr. Member
**
Posts: 92


.....

ICQ - 14689087zarabadoo@hotmail.com WWW
Re:Smilies
« Reply #3 on: March 15, 2002, 03:45:50 AM »
Reply with quote

there is an add smiles mod on matt's server if i am remembering correctly. that would probably be one of the easiest ways to do it.
Logged

go read Project: Comic dammit. don't you THINK you can hide from me! i see you hiding behind that bush over there. go tell all your friends about it too.
Shoeb Omar
Disciple of Joe
YaBB God
*****
Posts: 1420


The shrub demands war. I don't. The world doesn't.

ICQ - 69234983clickopedia@hotmail.com WWW
Re:Smilies
« Reply #4 on: March 16, 2002, 02:12:37 AM »
Reply with quote

or u can make user of the censor filter ;D
Logged

"If we all practice an eye for an eye, pretty soon the whole world will be blind" - Gandhi

We need to start listening to advocates of peace in oder to advance society. We have not grown from the prehistoric barbarians we once were.  Will society ever mature?
Zarabadoo
Jr. Member
**
Posts: 92


.....

ICQ - 14689087zarabadoo@hotmail.com WWW
Re:Smilies
« Reply #5 on: March 16, 2002, 02:55:41 AM »
Reply with quote

yep. that could be a possibility, but that other "=" messes the whole thing up.
Logged

go read Project: Comic dammit. don't you THINK you can hide from me! i see you hiding behind that bush over there. go tell all your friends about it too.
Shoeb Omar
Disciple of Joe
YaBB God
*****
Posts: 1420


The shrub demands war. I don't. The world doesn't.

ICQ - 69234983clickopedia@hotmail.com WWW
Re:Smilies
« Reply #6 on: March 16, 2002, 04:27:46 AM »
Reply with quote

not with img tags caus ethey look like: [img ]url[/ img]
Logged

"If we all practice an eye for an eye, pretty soon the whole world will be blind" - Gandhi

We need to start listening to advocates of peace in oder to advance society. We have not grown from the prehistoric barbarians we once were.  Will society ever mature?
andrea
Global Moderator
YaBB God
*****
Posts: 4400


Peace on Earth

WWW
Re:Smilies
« Reply #7 on: March 21, 2002, 09:05:56 AM »
Reply with quote

Quote from: warangel on March 13, 2002, 11:19:32 PMI'm looking for some new smilies. If anyone has any, please put a link in a reply. Oh, I also need to know how to install new smilies once (if) I get them! Thanks
I made some new smileys, you can find them here. However my idea when making these new ones was not activating them with the "advanced smileys" mod. The new smileys are a complete set (gold or yellow color) to be activated as easter smileys. It is meant that when easter is over, you re-activate the traditonal smileys.
« Last Edit: March 21, 2002, 09:11:14 AM by andrea » Logged

mediman
Support Team
YaBB God
*****
Posts: 2858


WWW
Re:Smilies
« Reply #8 on: March 21, 2002, 09:30:09 AM »
Reply with quote

if you want to add smiley without the use of the smileymod then

1. upload the new smileys in your YaBBimages folder.

now you have to add some code to the post.php, search

<a href="javascript:cry()"><img src="$imagesdir/cry.gif" align=bottom alt="$txt[530]" border="0"></a>
2. at the end of this line add something like this

<a href="javascript:yourcode()"><img src="$imagesdir/yoursmiley" align=bottom alt="$txt[XXX]" border="0"></a>
yourcode, yoursmiley and XXX you have to change!

Now go to the ubbc.js and search for

function cry() {
  AddTxt=" :'(";
  AddText(AddTxt);
                }

3. add now below this code a new one!

function yourcode() {
  AddTxt=" yoursign";
  AddText(AddTxt);
                }

4. now you have to add code to your *.lng file
 
$txt[XXX] = "your alt text";
mediman
« Last Edit: March 21, 2002, 10:42:06 AM by mediman » Logged

mainComm Dev Team
TheJkWhoSaysNi
YaBB God
*****
Posts: 1025


I dont know what to put here, i'll leave it blank.

ICQ - 122821095TheJkWhoSaysNi@evilemail.com WWW
Re:Smilies
« Reply #9 on: March 21, 2002, 04:38:49 PM »
Reply with quote

You forgot to exaplain what you need to change in subs.php

(i'll try but i'm not good at explaining stuff like this)

search for
     $smiliesfrom = array("::)", ">:(", ">:D", ":)", ";)", ':D', ';D', ':(', ':o', '8)', ':P', '???', ':-[', ':-X', ':-*', ":\'(",':-\\',"^-^","O0");
We can add a smiley in this way:

     $smiliesfrom = array("::)", ">:(", ">:D", ":)", ";)", ':D', ';D', ':(', ':o', '8)', ':P', '???', ':-[', ':-X', ':-*', ":\'(",':-\\',"^-^","O0",[b]:^)[/b]));
Then on the next line should be:

     $smiliesto = array('rolleyes', 'angry', "evil", "smiley", "wink", 'cheesy', 'grin', 'sad', 'shocked', 'cool', 'tongue', 'huh', 'embarassed', 'lipsrsealed', 'kiss', 'cry','undecided','azn','afro'); // You'll get the idea
Then you need to name your smiley here like this:

     $smiliesto = array('rolleyes', 'angry', "evil", "smiley", "wink", 'cheesy', 'grin', 'sad', 'shocked', 'cool', 'tongue', 'huh', 'embarassed', 'lipsrsealed', 'kiss', 'cry','undecided','azn','afro'[b],'name'[/b]); // You'll get the idea


[Edit: Opps forgot to say, the name has to be the name of the .gif file.
And when you do what mediman said, you'll need to do the same to poll.php, InstantMessage.php and ModifyMessage.php . ]
« Last Edit: March 21, 2002, 04:57:00 PM by UD_UL_DeViL » Logged

WARNING: THIS POST MAY CONTAIN TRACES OF PEANUT!!!
I'm listening to....
mediman
Support Team
YaBB God
*****
Posts: 2858


WWW
Re:Smilies
« Reply #10 on: March 21, 2002, 04:50:24 PM »
Reply with quote

oops, thx a lot!

mediman
Logged

mainComm Dev Team
Shoeb Omar
Disciple of Joe
YaBB God
*****
Posts: 1420


The shrub demands war. I don't. The world doesn't.

ICQ - 69234983clickopedia@hotmail.com WWW
Re:Smilies
« Reply #11 on: March 23, 2002, 04:02:38 AM »
Reply with quote

or u can use the censor filter way which ismuch easier :P
Logged

"If we all practice an eye for an eye, pretty soon the whole world will be blind" - Gandhi

We need to start listening to advocates of peace in oder to advance society. We have not grown from the prehistoric barbarians we once were.  Will society ever mature?
TheJkWhoSaysNi
YaBB God
*****
Posts: 1025


I dont know what to put here, i'll leave it blank.

ICQ - 122821095TheJkWhoSaysNi@evilemail.com WWW
Re:Smilies
« Reply #12 on: March 23, 2002, 09:59:19 AM »
Reply with quote

yeah but you cant make '=)' into a smilie that way
Logged

WARNING: THIS POST MAY CONTAIN TRACES OF PEANUT!!!
I'm listening to....
curious
Full Member
***
Posts: 178


WWW
Re:Smilies
« Reply #13 on: March 23, 2002, 03:58:42 PM »
Reply with quote

Quote from: Omario on March 23, 2002, 04:02:38 AMor u can use the censor filter way which ismuch easier :P
??
What's that?
Logged
Shoeb Omar
Disciple of Joe
YaBB God
*****
Posts: 1420


The shrub demands war. I don't. The world doesn't.

ICQ - 69234983clickopedia@hotmail.com WWW
Re:Smilies
« Reply #14 on: March 23, 2002, 06:37:38 PM »
Reply with quote

as long as you dont use a smilie code with "=" in it then you can add this to the censor filter:

>:) = [img]http://location to image[/img]
Logged

"If we all practice an eye for an eye, pretty soon the whole world will be blind" - Gandhi

We need to start listening to advocates of peace in oder to advance society. We have not grown from the prehistoric barbarians we once were.  Will society ever mature?
Pages: [1] 2 Reply Ignore Print 
YaBB SE Community  |  Development  |  Graphics and Templates  |  Smilies « 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.064 seconds with 20 queries.