PDA

View Full Version : Major Additions - MySmilies VB


Kentaurus
01-01-2007, 10:00 PM
Tested with vb 3.6.8

This hack puts the control of the smilies on the users. It lets any user (that you give permission to) upload or modify the smilies that he can use.

These are not the smilies that vb uses, these are user-customized smilies. The smilies that you already have in place are preserved and are still used. But users may upload their own smilies for their use, and they are kept separate from the forum smilies.

For users:
Users can keep a library of smilies (they can upload them from their computer or web)
Users enter their replacement text, for example, :iamhappy: would be changed for his user-happy smilie
The custom smilies are parsed in any post, signature, or pm
If they have enabled the WYSIWYG editor, smilies are shown thereFor administrators:
Usergroup control of who may upload custom smilies
Usergroup control of the size (width, height, size in bytes) of the smilie
Smilie quota, both for max number of smilies and max number of bytes or hard disk space
The administrator can choose where to save the smilies (the directory, default: mysmiliesvb)
Installation instructions
See the included readme.txt

Info for hackers:
You may modify, improve, upgrade, redistribute this hack, include it
in another hack or yours or translate it provided you do it free of
charge and you distribute it in www.vbulletin.org (http://www.vbulletin.org) at least, there is no
need to pm me asking for permission
Some portions of the code are (c) Jelsoft Enterprises Ltd.

Kentaurus
01-02-2007, 08:21 PM
Extra resources:
For spanish users, the translation of this hack: (upload it in the Language Manager)
Spanish translation (https://vborg.vbsupport.ru/attachment.php?attachmentid=58396&stc=1&d=1167777931)
Instructions for making it work with vbShout 2.0 (https://vborg.vbsupport.ru/showthread.php?t=93097)
https://vborg.vbsupport.ru/showpost.php?p=1151024&postcount=54

Changelog

1.03
Upgrade instructions: upgrade the xml product at the admincp
- Added support for MySmilies when previewing a post/thread (newpost/newthread)
- Bug fix: a javascript problem, not on a blank installation but when used along with other hacks (ej. vbPager). Made them coexist.
- Bug fix: When viewing a pm, your smilies were parsed, instead of the pm sender's smilies
- Bug fix: In some WYSIWYG scenarios, a class="inlineimg" appears because of a double parsing. This was fixed.
- Added a hint for adding compatibility for vbShout (check the Extra resources section)

1.02
Upgrade instructions: upgrade the xml product at the admincp
- Bug fix: in the usercp navigation panel the link was showing with no background
- Added an index.html to the mysmiliesvb directory for security

1.01
Upgrade instructions: reupload mysmiliesvb.php
- Bug fix: If a * was found in the replacement text, it was incorrectly parsed
- Added spanish translation in the zip

1.0
- First release

Known bugs:
None yet

StuntFactoryX
01-02-2007, 08:36 PM
thank you. installed on 3.6.4

NuclioN
01-02-2007, 08:55 PM
Great! :) Installed!

yoyoyoyo
01-02-2007, 09:25 PM
sounds cool - I will check it out later.

BuzuL
01-02-2007, 10:20 PM
Thanks Nice Modification...

Darmak
01-02-2007, 10:22 PM
Muchas gracias hombre, muy bien hack =D

Saludos :p

imfeelingitdawg
01-02-2007, 11:13 PM
Very cool! Installed and we'll see how it goes.

FleaBag
01-03-2007, 12:04 AM
It's mad, you think you have everything your vB needs and you log on and see a sweet ass hack such as this! Thanking you. :)

Brew
01-03-2007, 12:35 AM
This is a great concept but it gives me a couple questions.

Can you add permissions for a per-user basis?

When the user inputs a new keyword will all posts with that keyword use their smilie? or does the new smilie only show in the users posts? Is the new smilie parsed so it will not interfere with current keywords? (if not might I suggest AJAX to make this check on-the-fly?

Are there restrictions on type of images? Can you add an option to limit file types?

Are there instructions for adding the MySmilies dropdown for the Quick Reply box too?

edit...I would like to recommend adding a blank index.html to the zip for the mysmiliesvb directory for security :)

yonglvnv
01-03-2007, 12:54 AM
It's mad, you think you have everything your vB needs and you log on and see a sweet ass hack such as this! Thanking you. :)
I second that.

Great mod. installed and voted MOTM!

Kentaurus
01-03-2007, 01:18 AM
Can you add permissions for a per-user basis?
No, but you can always create a usergroup and add that only user to it :)

When the user inputs a new keyword will all posts with that keyword use their smilie? or does the new smilie only show in the users posts? Is the new smilie parsed so it will not interfere with current keywords? (if not might I suggest AJAX to make this check on-the-fly?

Depends on how you configure the hack. The default behavior is that if the user enters a new smilie, the smilie is only used in the new posts for that user.

You can configure the hack in such way that every time a user adds a new smilie then the cache is cleared (and, all his posts are updated the next time someone views them), but this is somehow server intensive and is disabled by default.

Please keep in mind that the smilie is only available for the user that uploaded it. Anyone else using that keyword will not get the smilie. When a user adds a smilie it is checked against his smilies (no duplicated keywords allowed) and against the forum smilies (cannot override forum smilies).

Are there restrictions on type of images? Can you add an option to limit file types?

You can restrict size and dimensions. Any image type is allowed (gif, jpg, png)

Are there instructions for adding the MySmilies dropdown for the Quick Reply box too?

I don't think that's default in vbulletin? Quick reply doesn't have a smilie dropdown. Since the hack extends the current smilies behavior I suppose if standard smilies were added to the quickreply custom smilies would appear, too.

edit...I would like to recommend adding a blank index.html to the zip for the mysmiliesvb directory for security :)

Thanks, will do.

Brew
01-03-2007, 01:33 AM
One little thing I've found:

In the usercp the background of the text in the left panel is black. The main user control panel page that is...

With a white skin it's hard to see.

Looks like it's missing some css code or something :)

Exitilus
01-03-2007, 01:40 AM
Hmm..... I've just installed this and I'm trying to upload a smiley to test .. getting the error Imageinfo Failed:

Kentaurus
01-03-2007, 01:48 AM
Hmm..... I've just installed this and I'm trying to upload a smiley to test .. getting the error Imageinfo Failed:

That seems to be an imagemagick error (vbulletin can use either gd or imagemagick), are you uploading an smilie inside the allowed dimensions (60X60 is the default), otherwise vbulletin will try to resize the image to fit.

This problem is not specific to this mod, but to imagemagick, I found the following thread that might help:
http://www.vbulletin.com/forum/showthread.php?t=177800

Exitilus
01-03-2007, 02:02 AM
I found the issue. VBulletin didn't like the image so I just resaved it. Thanks for the suggestion as it allowed me to find out what was going on :)

Kentaurus
01-03-2007, 02:13 AM
One little thing I've found:

In the usercp the background of the text in the left panel is black. The main user control panel page that is...

With a white skin it's hard to see.

Looks like it's missing some css code or something :)

Fixed and updated zip, thank you :) The background css class was not being created. A plugin was added.

Exitilus
01-03-2007, 02:25 AM
BTW will it error out if someone else has already used the same replacement variable or image ?

Brew
01-03-2007, 02:34 AM
Excellent work, Kentaurus!

Ver1.02 fixed the css problem.

Great mod man

Bounce
01-03-2007, 02:41 AM
Installed and working great, superb hack Kentaurus

Nominated also and clicked install, many thanks , my users will love this :cool:

Kentaurus
01-03-2007, 02:50 AM
BTW will it error out if someone else has already used the same replacement variable or image ?

No, because if, for example I use :santaclaus: with an image, an another user uses the same keyword or replacement text :santaclaus: with another image then...

when I write :santaclaus: in a post, it will be replaced with my image
when the other user writes :santaclaus: in his post, it will be replaced with his image
when any other user writes :santaclaus: in a post... it will be ignored because he doesn't have a smilie for that :) And the literal text, :santaclaus: will be displayed

A single user cannot have two images for the same replacement text, tough, and that do error out

Bounce
01-03-2007, 03:11 AM
when I write :santaclaus: in a post, it will be replaced with my image
when the other user writes :santaclaus: in his post, it will be replaced with his image
when any other user writes :santaclaus: in a post... it will be ignored because he doesn't have a smilie for that :) And the literal text, :santaclaus: will be displayed

A single user cannot have two images for the same replacement text, tough, and that do error out

absolutely top class if i may say so :cool:

Exitilus
01-03-2007, 04:29 AM
NM :) I just noticed it renames the image so there cannot be any sort of conflict.

apdcanari
01-03-2007, 06:11 AM
Works 3.5 ???

Tks,

C?dric :rolleyes:

VaaKo
01-03-2007, 08:41 AM
Its not working, I've uploaded a smilie and tried using it in the shoutbox (vbshout) but it didn't work!

Lionel
01-03-2007, 08:57 AM
it works but i get a javascript error in showthread, expecting string, identifier or number

bollie
01-03-2007, 09:08 AM
If I want post, am possible I nothing more uses.

NuclioN
01-03-2007, 10:44 AM
Works fine but the :smiley: codes are not working in the vbshoutbox. How to do that?

Calash
01-03-2007, 11:25 AM
Very very cool, thank you for posting this.

I noticed that if you preview a post it does not show the MySmilies, but once you submit the thread it takes care of it. Not a big issue IMHO but it is a bit of a glitch.

Scormen
01-03-2007, 12:42 PM
Works great! Thank you!

Bounce
01-03-2007, 01:54 PM
Installed and working great

Famous last words lol......



They do not work in quotes quotes.. all you get is the code that the user has selected :IETHS: Or previews in either thread or Private Message

See what I mean here (http://www.hibeesbounce.com/forum/showthread.php?p=560757#post560757) , posts 5 & 6

projectego
01-03-2007, 02:02 PM
This sounds awesome! Thank you very much!

Mr Pink
01-03-2007, 02:04 PM
Really great idea. I click install. :)

Kentaurus
01-03-2007, 02:26 PM
Its not working, I've uploaded a smilie and tried using it in the shoutbox (vbshout) but it didn't work!

That'd be because there is no support fot the shoutbox (vbshout), as that is a separate hack and not really part of the vbulletin base installation.

Depending on vbshout, it could be easy or difficult to add, I'd need to check it out. For this hack to work, I need to know what the user that published the post / pm, is, that is, the userid, since the smilies are private to him and are only parsed in his posts.... and since vbshout is not passing the information about who left the message.... that'd need to be added for the hack to work in vbshout too.

Kentaurus
01-03-2007, 02:27 PM
Works 3.5 ???

Tks,

C?dric :rolleyes:

No idea. It was tested on 3.6.4. But feel free to try it on a test board and tell us ;) I'll check if I still have access to the 3.5 download on vbulletin

Kentaurus
01-03-2007, 02:29 PM
it works but i get a javascript error in showthread, expecting string, identifier or number

Do you have a page in which I could check the error? That error doesn't seem to come from this hack... since it doesn't use any javascript at all.... no javascript code is added or modified. A javascript error in showthread is unlikely since it only translates from text to an <img> tag

But I see that a javascript could happen in quickreply (if you have smilies enabled there) or in newthread in the special scenario that your smilie has a ' in it....

Kentaurus
01-03-2007, 02:41 PM
Famous last words lol......



They do not work in quotes Or previews in either thread or Private Message

See what I mean here (http://www.hibeesbounce.com/forum/showthread.php?p=560757#post560757) , posts 5 & 6

Um... should they work in quotes?

A quote is more generic, is not always a quote of a post from other user. A special parsing would be needed to consider the scenario.

Since the smilies are user-based, two users can have the same keyword for different smilies, or they could have a completely different set of smilies, meaning that when I parse the quote... I'd need to parse it not with the smilies from the user that published the post, but with the smilies of the user that was quoted. This, at the very least, duplicates the work that needs to be done.

The quotes, I'll leave it for a version 2 until I figure out an optimized way to do it.

The error with the preview not showing the smilies will be fixed.

Cyricx
01-03-2007, 03:10 PM
This is unbelievable. I can't wait to test this out.

Nice looking mod!! :)

bollie
01-03-2007, 03:34 PM
Can someone help me with these ?
I Post New Thread but Smilies and work no longer.

fsakbas
01-03-2007, 03:45 PM
Thanks thats working good. In my forum many people said your smilies not good etc. and my problem resolve with this hack.

Sorry my English.

Robru
01-03-2007, 05:12 PM
Marvelous hack, thank you :)

Kentaurus
01-03-2007, 05:23 PM
Can someone help me with these ?
I Post New Thread but Smilies and work no longer.

That seems like a javascript/wysiwyg issue, what is the replacement text of the smilies that you added?

bollie
01-03-2007, 05:29 PM
:bier:
:nee:

Hornstar
01-04-2007, 01:13 AM
Well done, this will save me lots of time now, and ill just let users upload their own smilies.

Lionel
01-04-2007, 01:24 AM
Do you have a page in which I could check the error? That error doesn't seem to come from this hack... since it doesn't use any javascript at all.... no javascript code is added or modified. A javascript error in showthread is unlikely since it only translates from text to an <img> tag

But I see that a javascript could happen in quickreply (if you have smilies enabled there) or in newthread in the special scenario that your smilie has a ' in it....

I re-enabled the hack to show you. This is happening for all except non registered. So I am PM you a link with a username and password so you could see it.

Kentaurus
01-04-2007, 06:14 AM
I re-enabled the hack to show you. This is happening for all except non registered. So I am PM you a link with a username and password so you could see it.

I checked your site. The javascript error that I get is:


vbPage is not defined


And tracing it a little... it goes back to:

<!-- [START HACK='vB Pager' AUTHOR='UAEWEB.COM' VERSION='3.0.3' CHANGEID= 5 ] -->


That's another hack that you might have installed (vb Pager?), and it has nothing to do with this hack :) I think this javascript error would ocurr even without the MySmilies hack installed, MySmilies doesn't use any kind of javascript.

Kentaurus
01-04-2007, 06:23 AM
:bier:
:nee:

I registered at your site (http://www.pctuts.be/forum/) and tried to start a new thread, I was able to use all the smilies without any problem. The mysmilies hack was, however, disabled, so I wasn't able to test wheter they were the problem.

Could you send me either by email, pm, or attach to a post the source code of the page that gives you the javascript error (with edit - view source code in most browsers) so I could further check it out?

Lionel
01-04-2007, 07:04 AM
I checked your site. The javascript error that I get is:


vbPage is not defined


And tracing it a little... it goes back to:

<!-- [START HACK='vB Pager' AUTHOR='UAEWEB.COM' VERSION='3.0.3' CHANGEID= 5 ] -->


That's another hack that you might have installed (vb Pager?), and it has nothing to do with this hack :) I think this javascript error would ocurr even without the MySmilies hack installed, MySmilies doesn't use any kind of javascript.

hummm, I disabled the pager and the error is still there. I disabled your hack and it's gone. I have been using vbpager for a while now with no problems. Maybe some conflicts?

Thanks for compliment in PM

Bounce
01-04-2007, 08:12 AM
Um... should they work in quotes?

A quote is more generic, is not always a quote of a post from other user. A special parsing would be needed to consider the scenario.


Since the smilies are user-based, two users can have the same keyword for different smilies, or they could have a completely different set of smilies, meaning that when I parse the quote... I'd need to parse it not with the smilies from the user that published the post, but with the smilies of the user that was quoted. This, at the very least, duplicates the work that needs to be done.

Forum ones would usually,but not a problem, what about working in PM's thou as they don't either, will custom ones only work on the forums then?

Great hack thou, loving it :cool:



The quotes, I'll leave it for a version 2 until I figure out an optimized way to do it. Thank you :cool:



The error with the preview not showing the smilies will be fixed.

Any time limit on this, apologises if your busy and no major hurry ,again thanks :cool:

Terminatoronly
01-04-2007, 03:19 PM
very nice :D

Snake
01-04-2007, 04:39 PM
Wow this is awesome! Thanks. :)

imfeelingitdawg
01-04-2007, 04:45 PM
hummm, I disabled the pager and the error is still there. I disabled your hack and it's gone. I have been using vbpager for a while now with no problems. Maybe some conflicts?

Thanks for compliment in PM

I had this exact same problem. Have vbPager installed and get the errors only when logged in.

Allan
01-04-2007, 08:21 PM
Hey Kentaurus :)

Little suggestions :p

- it missing this image "../misc/trashcan_small.gif"
- not possible to edit the smilies
- not possible to moderate the smilies to all user (via AdminCP)
- When delete one smilie ? (without ftp)


Great hack, Click Install ;)

Kentaurus
01-05-2007, 12:32 AM
Instructions for making it work with vbshout

I checked the vbshout hack. It was really easy adding support for MySmilies.

Instructions for getting MySmilies working in vbShout:

open vbshout.php (in your FORUM ROOT)
find (the first 2 ocurrences)

$Shout['s_shout'] = bbcodeparser($Shout['s_shout']);


replace it with:

$GLOBALS['mysmiliesvb_userid'] = $Shout['s_by'];
$Shout['s_shout'] = bbcodeparser($Shout['s_shout']);
unset($GLOBALS['mysmiliesvb_userid']);


That's it :)

Lionel
01-05-2007, 12:39 AM
I had this exact same problem. Have vbPager installed and get the errors only when logged in.

so how did you solve it? Can the 2 hacks coexist together

Kentaurus
01-05-2007, 12:49 AM
Hey Kentaurus :)

Little suggestions :p

- it missing this image "../misc/trashcan_small.gif"
- not possible to edit the smilies
- not possible to moderate the smilies to all user (via AdminCP)
- When delete one smilie ? (without ftp)


Great hack, Click Install ;)

The trashcan_small is a vbulletin image, not mine, it was added in the latest updates of vbulletin :) Check it here: http://www.vbulletin.com/forum/images/misc/trashcan_small.gif

Right now, there's not an option for checking the user's smilies, I'll consider adding it, since it sounds necessary. In the meantime, you might want to check the "Log In as any user hack" (https://vborg.vbsupport.ru/showthread.php?t=115351) that might be of help (you can login as a user and check his smilies) :) It's not the best solution but it's a workaround right now.

The smilies (the files) are deleted when the user deletes it, unless you activate the option in the admincp for not harddeleting the file. For manual manipulation of the files themselves you'd need ftp.

Thanks for your suggestions, they are most useful. The editing of smilies is also an option that I'd like to see in this hack in the future.

Kentaurus
01-05-2007, 12:50 AM
so how did you solve it? Can the 2 hacks coexist together

After tracing a little I found the problem. I'll upload an update that fixes this in an hour :)

Lionel
01-05-2007, 01:01 AM
After tracing a little I found the problem. I'll upload an update that fixes this in an hour :)


cool, thanks, cause I love your hack ;)

Kentaurus
01-05-2007, 01:39 AM
Any time limit on this, apologises if your busy and no major hurry ,again thanks :cool:


The preview support for new threads / replies has been added in the latest version :)

Lionel
01-05-2007, 01:51 AM
1.03 appears to have fixed the problem :)

Bounce
01-05-2007, 02:53 AM
The preview support for new threads / replies has been added in the latest version :)

By replies you mean quotes? If not then they are working there also (Edit : Not always)

The pm's work as well apart from preview pm but who cares about that lol

They show when pm is sent / recieved :)

Superb mate , thank you

*Rates the thread a 5 *

A0007
01-05-2007, 03:11 AM
useful thx

bollie
01-05-2007, 04:48 AM
My problem not.

VaaKo
01-05-2007, 06:12 AM
Excellent job man, the custom smilies work in the shoutbox, but I'm having another problem while posting a smilie in a thread, the smilie is showing but an html code is showing with it!

Look at this!

https://vborg.vbsupport.ru/

SHD Born2Fight
01-05-2007, 06:21 AM
Instructions for making it work with vbshout

I checked the vbshout hack. It was really easy adding support for MySmilies.

Instructions for getting MySmilies working in vbShout:

open vbshout.php (in your FORUM ROOT)
find (the first 2 ocurrences)


replace it with:


That's it :)


That?s working great!

Kentaurus
01-05-2007, 12:14 PM
Excellent job man, the custom smilies work in the shoutbox, but I'm having another problem while posting a smilie in a thread, the smilie is showing but an html code is showing with it!

Look at this!

https://vborg.vbsupport.ru/

Is that with version 1.03? That was also an error that was fixed (or I thought so). The text is from the WYSIWYG parser, and is not really in the post... in fact, it goes away when you refresh the page.

Is this a new thread, or a reply to an existing thread?
Is it quickreply, or are you using the full editor for replying?
What editor are you using? (Basic, Standard, WYSIWYG)

VaaKo
01-05-2007, 03:18 PM
Is this a new thread, or a reply to an existing thread?

Existing thread.

Is it quickreply, or are you using the full editor for replying?

Quickreply.

What editor are you using? (Basic, Standard, WYSIWYG)
WYSIWYG

imfeelingitdawg
01-05-2007, 04:41 PM
After tracing a little I found the problem. I'll upload an update that fixes this in an hour :)

It works perfectly now with vbPager. No errors! Great work!

Nimrod.
01-05-2007, 05:26 PM
Excellent job man, the custom smilies work in the shoutbox, but I'm having another problem while posting a smilie in a thread, the smilie is showing but an html code is showing with it!

Look at this!

http://img178.imageshack.us/img178/682/smiliedm6.jpgI have the exact same problem and I have the latest version1.03. Refreshing it seems to clear it, but I dont want my member seeing that code and getting freaked out by thinking that they did something wrong.

Also, what about using our own smilies in PMs? The other person dosent recive the smilies, just the code for it. Will thisbe fixed when the quotes are fixed?

Trana
01-06-2007, 04:09 AM
I receive the following error/code when I click on Upload a Smilie:

db)) { exit; } ################################################## ################################################## ############### ################################################## ################################################## ############### /** * This class implements the logic for uploading a custom smilie, the data for this image will be * stored in the table "mysmiliesvb" */ class vB_Upload_MySmiliesVbImage extends vB_Upload_Userpic

And etc, etc.

Kentaurus
01-06-2007, 11:40 AM
I receive the following error/code when I click on Upload a Smilie:



And etc, etc.

That looks like a corrupted upload of class_dm_mysmiliesvb.php in the includes directory, please try reuploading it.

Kentaurus
01-06-2007, 12:32 PM
I have the exact same problem and I have the latest version1.03. Refreshing it seems to clear it, but I dont want my member seeing that code and getting freaked out by thinking that they did something wrong.

Also, what about using our own smilies in PMs? The other person dosent recive the smilies, just the code for it. Will thisbe fixed when the quotes are fixed?

Both the pm support and the html code appearing when using quickreply was fixed in version 1.03... I am unable to reproduce the problem.

In you admin control panel => Plugin Manager, does the plugin "Let the WYSIWYG editor know about the custom smilies" looks identical to this one?


// ############################### MySmilies VB Hack ###########################
if ($vbulletin->options['mysmiliesvb_option_masterswitch'] && is_array($vbulletin->smiliecache))
{
$smilies = $vbulletin->db->query("SELECT * FROM ".TABLE_PREFIX."mysmiliesvb WHERE userid=".$vbulletin->userinfo['userid']."");
while ($smilie = $vbulletin->db->fetch_array($smilies))
{
$smiliedata = array();
$smiliedata['smilieid'] = "9999".$smilie['mysmiliesvbid'];
$smiliedata['title'] = '';
$smiliedata['smilietext'] = $smilie['smilietext'];;
$smiliedata['smiliepath'] = $vbulletin->options['mysmiliesvb_option_smiliesurl']."/mysmilie_".$smilie['mysmiliesvbid'].".gif";
$smiliedata['showid'] = 0;
$smiliedata['imagecategoryid'] = 0;
$smiliedata['displayorder'] = 1;
$smiliedata['smilielen'] = strlen($smilie['smilietext']);
$vbulletin->smiliecache["9999".$smilie['mysmiliesvbid']] = $smiliedata;
}
}

// ############################### /MySmilies VB Hack ###########################

Trana
01-06-2007, 08:20 PM
That looks like a corrupted upload of class_dm_mysmiliesvb.php in the includes directory, please try reuploading it.

Its not corrupted, I just verified.

Kentaurus
01-06-2007, 09:46 PM
Can someone help me with these ?
I Post New Thread but Smilies and work no longer.

Sadly, I'm still unable to reproduce this problem. Did you try with the latest 1.03 version? A javascript error that might have been the problem was fixed.

Kentaurus
01-06-2007, 09:48 PM
Its not corrupted, I just verified.

Since you are getting php code instead of the parsed code... seems like the file somehow got mixed up. If you open in your browser http://YOUR_SITE/includes/class_dm_myvbstats.php, do you get php code? In that scenario the file is not being parsed.

Reuploading the php files might work in this case.

bollie
01-07-2007, 03:05 AM
Yes i try with the latest 1.03 version.
Now error to showthread & newreply
I if not upload smilie

nebu
01-07-2007, 10:23 AM
HI!
I have installed this nice little hack and i works well.
only users who upload the smilie can use them?

if i code my new smilies :homer: and i type :homer: , i can see the smilie
and all other users can see it.
but if the other type :homer: , you can only see the code.

in quotes the same problem.
someone posts a new smilie, and you want to quote it and say "nice smilie"

than you see onle the code:

you look like brian adams :sweetheart:
nice smilie

Martin-TMGRS
01-07-2007, 11:56 AM
Installed the hack and works fine but when I try to delete a smilie it dont delete.

Kentaurus
01-07-2007, 06:52 PM
HI!
I have installed this nice little hack and i works well.
only users who upload the smilie can use them?

if i code my new smilies :homer: and i type :homer: , i can see the smilie
and all other users can see it.
but if the other type :homer: , you can only see the code.

in quotes the same problem.
someone posts a new smilie, and you want to quote it and say "nice smilie"

than you see onle the code:

Only users that upload the smilie can use it, that's the intended behavior :) The smilies are personal for the user, and completely apart from the forum smilies.

The support for smilies inside quotes is not yet in the hack.

Kentaurus
01-07-2007, 06:52 PM
Installed the hack and works fine but when I try to delete a smilie it dont delete.

Do you get any error message? Does the page only reload without deleting the smilie?

vBulletin THEN DAYLIGHT
01-07-2007, 10:05 PM
Fantastic Mod.

How could I make this available to just my premium members?

Kentaurus
01-07-2007, 10:18 PM
Fantastic Mod.

How could I make this available to just my premium members?

I suppose your premium members are in a single usergroup, only give permissions to that usergroup.

basilrath
01-08-2007, 07:26 AM
do it as a promoted group , then premium who are in it are ok those who aspire to or pay towards are therefore eligble when you have stipulated within that promotion goup

Cees
01-08-2007, 09:01 AM
Hi
I followed the read me , and did everything but it doesnt work... I cant see my smilies in the usercp
What im doing wrong?

Kentaurus
01-08-2007, 04:28 PM
Hi
I followed the read me , and did everything but it doesnt work... I cant see my smilies in the usercp
What im doing wrong?

You are probably missing a template modification. You can always access mysmiles at: http://YOUR_FORUM/mysmiliesvb.php

Martin-TMGRS
01-09-2007, 12:45 PM
Do you get any error message? Does the page only reload without deleting the smilie?
No I dont get any error message. Yes the page just reloads with the same icon there

Cees
01-09-2007, 02:01 PM
You are probably missing a template modification. You can always access mysmiles at: http://YOUR_FORUM/mysmiliesvb.php

Ok uninstall them, install them again i used the read me file, followed the steps, and changed the following rules:
Step 5. Template modifications
===================================
In the template USERCP_SHELL
Find
-------------------
<tr>
<td class="thead">$vbphrase[miscellaneous]</td></tr>
Replace it with
-------------------
<tr>
<td class="thead">$vbphrase[mysmiliesvb_mysmilies]</td>
</tr>
<tr>
<td class="$navclass[mysmiliesvb]" nowrap="nowrap"><a class="smallfont" href="mysmiliesvb.php?$session[sessionurl]">$vbphrase[mysmiliesvb_mysmilies]</a></td>
</tr>
<tr>
<td class="thead">$vbphrase[miscellaneous]</td>
</tr>

IN the template navbar
Find
-------------------
<tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editoptions">$vbphrase[edit_options]</a></td></tr>
Replace it with
-------------------
<tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editoptions">$vbphrase[edit_options]</a></td></tr>
<tr><td class="vbmenu_option"><a href="mysmiliesvb.php?$session[sessionurl]">$vbphrase[mysmiliesvb_mysmilies]</a></td></tr>

DONE!!!

Thats all. I thougt, but it isnt working. :confused: If I use the direct url it works, but i dont see them in any usercp


Maybe im missing something ( i use vb since a short time:rolleyes: ) but i dont know what i,m missing

Greetz

cheesegrits
01-09-2007, 11:14 PM
Kentaurus ... do you have any kind of standard guidelines for coders who want to support MySmilies in other mods?

-- hugh

Kentaurus
01-10-2007, 05:00 AM
Kentaurus ... do you have any kind of standard guidelines for coders who want to support MySmilies in other mods?

-- hugh

The code for parsing the smilies is inside bbcode_parse, the routine that vbulletin uses for parsing bbcodes, smilies, and parsing any kind of post content. Most hacks use a call to bbcode_parse, via using a BBcode parser class that is already available or creating a new one.

Because of that, the MySmilies functionality is already there. It's just that it's not being called because the hack needs to know that the userid is, the user that owns the smilies, that is. Since I didn't want to modify the function call to the bbcode_parse functions I used a global variable instead of adding parameters to the function. This is by far not the best design approach, but it is the most flexible since it requires no code modifications.

For any other hack, before your call to bbcode_parse, issue a:

$GLOBALS['mysmiliesvb_userid'] = USERID;

Where userid is the id of the user that owns the smilies. That would vary depending on the context, $vbulletin->userinfo['userid'] holds the user that is currently logged in, but most of the times that's not good, since the custom smilies are user-based then each hack needs to figure out, depending on the context, what user to store in the global variable.

After the bbcode_parse call, I usually do an unset($GLOBALS['mysmiliesvb_userid']). This is not required, it's only polite, to clean up the global variable (since nobody else should be using it after the parsing).

Feel free to PM me if you want me to look at any hack and check if MySmilies could be enabled. Most of the times, if the hack keeps a userid around, it's really easy, and just one line of code.

Kentaurus
01-10-2007, 05:03 AM
Ok uninstall them, install them again i used the read me file, followed the steps, and changed the following rules:
Step 5. Template modifications
===================================
In the template USERCP_SHELL
Find
-------------------
<tr>
<td class="thead">$vbphrase[miscellaneous]</td></tr>
Replace it with
-------------------
<tr>
<td class="thead">$vbphrase[mysmiliesvb_mysmilies]</td>
</tr>
<tr>
<td class="$navclass[mysmiliesvb]" nowrap="nowrap"><a class="smallfont" href="mysmiliesvb.php?$session[sessionurl]">$vbphrase[mysmiliesvb_mysmilies]</a></td>
</tr>
<tr>
<td class="thead">$vbphrase[miscellaneous]</td>
</tr>

IN the template navbar
Find
-------------------
<tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editoptions">$vbphrase[edit_options]</a></td></tr>
Replace it with
-------------------
<tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editoptions">$vbphrase[edit_options]</a></td></tr>
<tr><td class="vbmenu_option"><a href="mysmiliesvb.php?$session[sessionurl]">$vbphrase[mysmiliesvb_mysmilies]</a></td></tr>

DONE!!!

Thats all. I thougt, but it isnt working. :confused: If I use the direct url it works, but i dont see them in any usercp


Maybe im missing something ( i use vb since a short time:rolleyes: ) but i dont know what i,m missing

Greetz


And is that the current sytle that is being used for the forums? The replacements, if done right, add the links to MySmilies :) You can also try adding a link at the header, or the forumhome... or anywhere for testing.

deeoo
01-10-2007, 04:42 PM
Truly great mod!

imported_Psybadek
01-10-2007, 10:50 PM
Well I installed it, installed the product and language, and everythings in spanish, and my old smilies dont work now, there arent any custom ones yet.

Help!

coderphp
01-10-2007, 11:22 PM
nice hack... installed

Kentaurus
01-10-2007, 11:52 PM
Well I installed it, installed the product and language, and everythings in spanish, and my old smilies dont work now, there arent any custom ones yet.

Help!

Don't install the language if you don't want it to be in spanish... that's optional. The default is english.

Your smilies shouldn't stop working... this hack only share with the normal smilies the name. No smilies code is overriden. Do you have an example? Was the parse smilies option checked?

imported_Psybadek
01-11-2007, 08:21 AM
Wheres it at, cause I dont know. Everything in the ACP is in spanish, I've managed to change the user side to English, but everything else, got no clue.

dbembibre
01-11-2007, 08:45 AM
Please update the plugin to insert the templates as cached in global.php


Below Standard:redirect insert your templates
'STANDARD_REDIRECT',
'editor_smilie',
'editor_smiliebox_row',
'editor_smiliebox_straggler',
'mysmilies_imagebit'


Because this are 4 extra queries in


Por cierto el hack esta muy bien, me ha funcionado sin problemas, saludos

bollie
01-12-2007, 08:42 AM
Sadly, I'm still unable to reproduce this problem. Did you try with the latest 1.03 version? A javascript error that might have been the problem was fixed.

Yes i try with the latest 1.03 version.
Now error to showthread & newreply
I if not upload smilie

Kentaurus
01-13-2007, 04:36 PM
Yes i try with the latest 1.03 version.
Now error to showthread & newreply
I if not upload smilie

I'm sorry. Seems that you find an incompatibility somehow. Either with another hack installed, or with some setup for your browser. Since I cannot reproduce the error I also don't know how to fix it. It just doesn't happen to me, and I've tried internet explorer, firefox, and any other combination I might find....

This seems like a javascript problem, and that's unlikely since the hack uses the same javascript that regular smilies use. I don't think I can do anymore for it to work. Please ask some other user to test the hack, to check if the problem is your browser. Should the problem be the hack, and since I cannot replicate the exact setup of your forum, I'm afraid I have no way of fixing it. It's also weird, since it is working in a lot of other boards, but as with any hack, that's hardly a warranty.

Kentaurus
01-13-2007, 04:38 PM
Wheres it at, cause I dont know. Everything in the ACP is in spanish, I've managed to change the user side to English, but everything else, got no clue.

If you haven't already:
Login to ACP
Go to "Frases & Idiomas" -> "Administrador de idiomas"
Click on "Predeterminado" to some other language that is not spanish

Installing a language pack is only for changing the language :)

bollie
01-13-2007, 04:56 PM
i use 3 style
3 style give eror, testing browser work good

https://vborg.vbsupport.ru/external/2007/01/4.png

https://vborg.vbsupport.ru/external/2007/01/5.png

https://vborg.vbsupport.ru/external/2007/01/6.png

TheFrienzNet
01-15-2007, 01:19 PM
Thanks, this is just what I need.

SledgeHammer101
01-23-2007, 08:50 PM
Hi,

I have the following error after I installed mysmilies:

when i upload an image and attach it in an posting with the [attach] code the image is shown twice in the posting. 1 in the posting where the [attach] is, and 2 in the frame for the attachment. after i deactivated mysmilies it didn't happen anymore. How can this be ?
the forum is 3.6.3

Kentaurus
01-24-2007, 10:41 PM
Hi,


I have the following error after I installed mysmilies:

when i upload an image and attach it in an posting with the [attach] code the image is shown twice in the posting. 1 in the posting where the [attach] is, and 2 in the frame for the attachment. after i deactivated mysmilies it didn't happen anymore. How can this be ?
the forum is 3.6.3

I didn't test it in 3.6.3, although it shouldn't have a problem. Does your mysmilies keyword collides with anything in the word [attach] ?

bollie
01-26-2007, 07:50 AM
Supported or not ?

Kentaurus
01-26-2007, 10:04 PM
I'm sorry. After a lot of debugging I was unable to fix the error that you are getting. I can't possibly support all forum, hack and style combinations, I can only support an installation on a clean vb, and I am willing to help people fix mixed problems that could happen when something between modifications collides.

FFW
01-30-2007, 07:57 PM
My members wanted this enabled for signatures so I added 2 new plugins with this code:

$GLOBALS['mysmiliesvb_userid'] = $vbulletin->userinfo['userid'];

at the following hook locations:

profile_updatesignature_start
member_start

Not sure if this is the best way of doing it but it works.

Also Hugh created vBlogetin support for this hack. You can download the addon product here (http://www.vblogetin.com/unofficial-mods/872-my-smilies-blogs.html).

thincom2000
02-01-2007, 11:08 PM
How many queries does this add to showthread.php?

Kentaurus
02-02-2007, 02:32 AM
How many queries does this add to showthread.php?

1 for getting the smilies every time bbcode_parse is called the first time. Since the post makes its way to the cache, no queries are added to showthread.

Mosh
02-09-2007, 07:15 AM
Works 3.5 ???

Tks,

C?dric :rolleyes:

No it does not :(

But all is not lost as I have back-ported to v3.5.x and have released it here as MySmilies VB for v3.5.x :D

FFW
02-13-2007, 05:59 PM
Kentaurus, could you possibly help me out and advise how I could get MySmilies working with amy's userpage mod (https://vborg.vbsupport.ru/showthread.php?t=91903)?

abramelin
02-14-2007, 04:26 PM
Can you add who is online phrase? Now it shows
"
/mysmiliesvb.php Unknown Location
/mysmiliesvb.php

Meberem
02-15-2007, 08:15 PM
on my forum i have named one of smiles as : owned: (without the space after the colon) however when i go to post the message or preview it it comes up as :owned: is this a glitch or did i miss something??

Mosh
02-16-2007, 03:36 AM
on my forum i have named one of smiles as : owned: (without the space after the colon) however when i go to post the message or preview it it comes up as :owned: is this a glitch or did i miss something??
You will have to delete your custom smilie : owned: and upload it again and save as :Owned: (notice the capital O), as : o without the space is :o (default smilie in vBulletin, so default behaviour).

That is the easiest way to get around it.

Meberem
02-16-2007, 08:02 AM
You will have to delete your custom smilie : owned: and upload it again and save as :Owned: (notice the capital O), as : o without the space is :o (default smilie in vBulletin, so default behaviour).

That is the easiest way to get around it.
thanks and thats what i have done but will there be a way in the future to see the difference between the 2 :o and : owned: (without a space)?

NFLfbJunkie
02-17-2007, 06:48 PM
When I go to insert a default vBulletin smiley in the comments area of Photoplog, the smiley shows up. But when I place a smiley from the MySmilies VB MOD, the smiley shows up before saving, but the replacement text for the smiley shows up after saving. Also, I can not use any of the smilies from MySmilies in the description of the image.

Trana
02-20-2007, 12:02 AM
Here's a quick bug fix. In newer versions of PHP5, you will have problems with files that start with <?, if you use <?php it will eliminate problems for some people (myself included).

Your main file is fine but class_dm_mysmiliesvb.php needs to be changed.

Installed.

TheBlackPoet
02-20-2007, 04:33 AM
i messed up... i installed it... and didnt see that the language xml was for spanish... how do i delete that language file.. because while the hack works great.. its all en espanol!!!!

4x4 Mecca
02-21-2007, 03:40 AM
I'm having trouble with the images not showing. I got them to show once, but then they went back to :image:

Here's a post from one of my users
This is too cool. Already added some! :thumb: :gun: :whack: :driving: :shame:

It shows just like that, no images. Any clues? The forum is www.4x4mecca.com/forum if that makes a difference.

I'm using 3.6.4 and a lot of other mods. Which templates might interfere with this one?

aslan
02-21-2007, 12:57 PM
I've installed but when I'm trying to upload any image it says:

Warning: fopen() [function.fopen]: SAFE MODE Restriction in effect. The script whose uid is 10001 is not allowed to access /srv/www/vhosts/xyxyxy.com/httpdocs/forum/mysmiliesvb owned by uid 0 in /includes/class_dm_mysmiliesvb.php on line 168

Warning: fopen(./mysmiliesvb/mysmilie_1.gif) [function.fopen]: failed to open stream: No such file or directory in /includes/class_dm_mysmiliesvb.php on line 168

How can I handle this problem?

Thanx

*mysmilies folder is 0777 / trying to upload less than 60X60

Azhrialilu
02-23-2007, 09:22 PM
thanks and thats what i have done but will there be a way in the future to see the difference between the 2 :o and : owned: (without a space)?

change : o to : o : instead without the spaces.

rjmjr69
02-24-2007, 02:03 AM
What about adding support to transfer installed site smilies into users smilie file? I know you can right click get the image location and add it as a web upload but users arent that smart How many queries does this add?

Tom_S
02-26-2007, 01:54 PM
Just for your notes. Your readme at the top looks like this:
################################################## ################
# Countdown hack
# By: Rigel Kentaurus (CemZoo.com)
# For distribution in vbulletin.org only
################################################## ################

I don't think you meant this to read "Countdown hack" did ya? ;)

bluechris
03-06-2007, 02:26 PM
Great addon m8... but i got requests from users to show all smilies including MySmilies when they are in Wysiwig editor and the click the button More Smilies. The popup window show all the forum smilies but not MySmilies. Is there a way that i can add them in there?

Thx in advance
Chris

Tralala
03-13-2007, 10:26 AM
/installed

Very nice, thank you!

Tralala
03-15-2007, 10:49 AM
In AdminCP -> Message Posting Interface Options, I have "Smiliebox Total Smilies" set to 20. And there are 20 default smilies pre-installed on my forum, filling those available spots.

Yet when a user uploads their own "My Smilie," it shows up as the 21st one. If they upload a bunch, it seriously clutters up the default Smilies box... and with any animated GIFs uploaded as a "My Smilie," it can be very distracting.

Is there any way this mod can respect the AdminCP preference for that setting? Or an Admin Preference so that these "My Smilies" only show in the Smilie pull-down, and NOT in the Smilie box off to the right?

(For the record, I tried installing the other mod, Favorite Smilies (https://vborg.vbsupport.ru/showthread.php?p=1204062#post1204062), in order to help with this... but it doesn't seem to recognize any of the "My Smilies." At least, I am unable to deselect them; they don't appear in that mod's dialog screen.)



Any help in keeping the Smilie box clean, but still allowing for the upload of "My Smilies," would be greatly appreciated.

Tralala
03-15-2007, 04:30 PM
Also, would there be any way to require that the replacement text for a user smilie have the colons? Seems like that would cut down on a lot of confusion and potential for hijinks.

Elsie
05-03-2007, 02:24 PM
Can you add who is online phrase? Now it shows
"
/mysmiliesvb.php Unknown Location
/mysmiliesvb.php

yes, that would be good.......

great mod tho! thanks!! :)

TrIn@dOr
05-10-2007, 02:01 PM
Thanks.

Sorry for this noob question, but how can i import the spanish lang xml?

EDIT: DONE :P Thanks.

Nimrod.
05-10-2007, 07:35 PM
I had some problems the mysmilies not showing up with quoting and vbChat. Is there any fix for this?

derrene
06-12-2007, 05:53 PM
i can not delete any added favorite smilies.

what can i do ?

alessai
06-12-2007, 10:29 PM
i have to get this one

hell yes @installed@

alessai
06-12-2007, 10:31 PM
Thanks.

Sorry for this noob question, but how can i import the spanish lang xml?

EDIT: DONE :P Thanks.

:D can you tell me how?

cuze i translated the hack i need to export it and import it to other forums (please some1 help)

GuaRRand
06-14-2007, 06:37 AM
in the readme.txt it says "set the mysmilies directory settings to 777"
Why?
Why would a smilie directory need execute rights??.... write rights ok.. but why execute?
As a rule, you never put execute rights on directories like that...

But anyway, i do get errors now.... but if it has to do with the 777 rights, i am gonna deinstall this addon.... to bad.. this is a nice idea

GuaRRand
06-15-2007, 01:27 PM
just wanna point out the actuall error a bit clearer..

Fatal error: Class 'vB_Upload_MySmiliesVbImage' not found in /usr/www/www.glcoti.com/public_html/mysmiliesvb.php on line 189

I already reinstalled it... no go

G_Man
06-17-2007, 10:46 PM
1 for getting the smilies every time bbcode_parse is called the first time. Since the post makes its way to the cache, no queries are added to showthread.

I think there must be a conflict on my board. The Templates are caching and I am getting about a 20 query increase. :(

Any ideas?

onehost
06-17-2007, 10:53 PM
I dont think I will install, from other posts, it looks just to buggy...
and I see no updates for vb 3.6.

GuaRRand
06-19-2007, 06:18 AM
*bump* .. any idea on my error??
I changed rights to 77 just to check.. but no go...
So its not a rights thing

GuaRRand
06-20-2007, 07:46 AM
Anyone home?? :)

aberg
06-30-2007, 02:41 PM
Is this mod working with Vbulletin V3.6.7.pl1??

Tralala
07-18-2007, 06:08 AM
The only way to change a MySmilie's text or graphic right now is to delete it completely and re-add it. So what I'd like to request is a way to EDIT an existing MySmilie. Would this be possible? Thanks.

iBaker
08-20-2007, 10:26 PM
This is/was a great mod - in fact absolutly fantastic BUT it seems support has stopped :mad:

I am getting the same problem as a guy on page 7. I am using 3.6.7 and when I create a post with an attachment and place the attachment in the post the attachment comes up both in the post as it should but also in the attachment box of the post as in this screen shot:

68785

Any help is greatly appreciated!

Tom_S
10-14-2007, 03:02 PM
Mod Author's Last Activity: 01 Jun 2007 21:37. That bites. This looks like a great mod.

Tettinntil
10-23-2007, 05:55 PM
Great addon m8... but i got requests from users to show all smilies including MySmilies when they are in Wysiwig editor and the click the button More Smilies. The popup window show all the forum smilies but not MySmilies. Is there a way that i can add them in there?

Thx in advance
Chris

I would love this too.

IvyKeepMommy
11-21-2007, 11:15 PM
ok, it's a newbie questions, but I guess I'm still a newbie.

What does this mean: 2. (linux) chmod the folder to 777, the hack will not work without this

and how do I do it?

Kentaurus
11-22-2007, 01:52 AM
If you have shell access, that means typing the command:
# chmod 777 mysmilies

If you don't, maybe you upload your files with an ftp client. Right click the "mysmilies" folder, look for an option that looks like "permissions", and either "write 0777 if you can give a number" or.... give "read, write, and execute" permissions. Depends on your client.

execute is actually directory listing, the image files itself are not executable.

darkilla2
12-05-2007, 10:45 PM
does this work for 3.6.8?

Kentaurus
12-06-2007, 01:33 AM
does this work for 3.6.8?

Yes, I'm using it with 3.6.8

AWJunkies
12-06-2007, 06:19 AM
Yep no issues here on 3.6.8 pt2

ninjamaster
12-07-2007, 07:40 AM
thanks for this m8 :)

SBlueman
01-06-2008, 03:16 AM
Member is having a problem where they want to add a animated .gif and when they upload it the image is not animated anymore. What could be causing this? It's size is under the limits and he does have permission.

double_d
01-06-2008, 03:23 AM
can you make that the smilies need to be approved when uploaded before using
so there are no extreme words on banners

daniel d

joeycano
01-16-2008, 06:40 AM
I followed your instructions but did not see where the "index.html" goes that is in the "mysmiliesvb".

I think it goes in the "mysmiliesvb" directory your instruction asks us to create in our forum root right???

legionofangels
04-08-2008, 08:35 PM
How is this different from the Favorite Smilies Hack?

EagleNick
04-08-2008, 10:41 PM
How is this different from the Favorite Smilies Hack?
I don't think members can upload their own smilies with that MOD. I think they can only choose their favorite ones of the board-specified smilies/smilies uploaded by the Administrator.

goldendox
04-18-2008, 12:38 AM
i've set admins/mods to be able to use custom smilies under myvb smilies in admincp, yet i cannot see it in usercp.

thanks.

transparent
05-07-2008, 05:25 AM
I'm not able to get this to work with 3.7.0 Anyone else having probs or know if this will be updated?

Kentaurus
05-08-2008, 03:33 AM
This was designed for 3.6. I'll be updating it for 3.7 over the weekend

transparent
05-08-2008, 04:39 AM
This was designed for 3.6. I'll be updating it for 3.7 over the weekend

Man, that's awesome...thx!

Mosh
05-08-2008, 02:25 PM
This was designed for 3.6. I'll be updating it for 3.7 over the weekend
Damn, I was just about to release my own finished v3.7.0 port of this (it was all packaged and ready to go).

Oh well, better this come officially from the creator than the likes of me :)

toucan42
05-14-2008, 05:22 PM
any news on a port to 3.7? I saw another hack based on this for 3.7 but since that one will only be supported until you come out with yours I would prefer to wait.

Kentaurus
05-14-2008, 06:07 PM
No, please use Mosh's, it's nicely done and has more features :) I'd rather help Mosh with the support than rewritting this

NeitherSparky
05-14-2008, 09:50 PM
Installed: working with 3.6.10. :) I was looking for a convenient way for the staff to have some "staff-only" smilies and this is great. :)

Mosh
05-15-2008, 12:55 AM
any news on a port to 3.7? I saw another hack based on this for 3.7 but since that one will only be supported until you come out with yours I would prefer to wait.

I think you are refering to my hack MySmilies VB (v3.7.0), which Rigel says is now the offical port to v3.7.0.

No, please use Mosh's, it's nicely done and has more features :) I'd rather help Mosh with the support than rewritting this

Hey Rigel, thanks for the comments :)

I will be more than happy if you helped me provided support (most of the code is still yours, so you will know it better than myself), so, I have added you as CoAuthor to humble port of your great hack :)

I have completely lost the urge to continue working on my port of this hack (it was only ever meant to be an interim port of Kentaurus's hack, while we were waiting for him to release his official updated version), so as of now, my port of this hack has been discontinued - this means that while it will remain available for download and use, there will be no further updates, nor will support be provided as the thread is no longer monitored.

legionofangels
09-17-2008, 02:20 AM
I don't think members can upload their own smilies with that MOD. I think they can only choose their favorite ones of the board-specified smilies/smilies uploaded by the Administrator.

This modification is not compatible with this one:

https://vborg.vbsupport.ru/showthread.php?t=123116

I'm guessing only one or the other will work, because I've noticed both want to go in the same location under the Smilie icon of the editor and My Favorite Smilies aren't showing up, it just says my smilies, which is annoying because what if I want My Smilies to be some of the defaults?

Might be recommended to add that to the front page of your mod.

legionofangels
09-25-2008, 03:39 AM
* Uninstalled *

SpeedJunkyz
06-12-2010, 12:02 AM
im not seeing where you can edit who uses this in the usergroup settings anyone have a path description?

SpeedJunkyz
06-12-2010, 12:17 AM
OK i like this idea but Im getting this


Oops! This link appears to be broken.
Suggestions:
•Go to www.+speedjunkyz.+com
•Search www.speedjunkyz.com for my smilies vb
•Search on Google:
Google Toolbar Help - Why am I seeing this page?

?2010 Google - Google Home

When I click on the My smilies link in the Quick links.

also I do not see the "my smilies" link/button in the usercp

SpeedJunkyz
06-12-2010, 02:41 AM
deleted it...to many issues....couldnt get it to work.