![]() |
user favorites smilies
Hello Everyone. :)
hack : user favorites smilies by All-the-vb Description: that's hack allow each member to choose his favorite smiles .. let's discover the other features guyz Queries to Run: 1 Files to edit: 2 Templates to edit:2 Templates to add:3 new Phrases: 3 if you use this hack don't forgot click https://vborg.vbsupport.ru/ |
example, from the smiles page :rolleyes:
|
example, after using the hack and before using the favorite smiles in newthread/newreply
AND example after using to members using Standard Editor |
example, after using the hack and before using the favorite smiles in newthread/newreply
AND example after using to members using full WYSIWYG Editing |
Downloaded it, but it's got some weird coding in some of the files... or that's a different language, I don't know https://vborg.vbsupport.ru/images/newsm/ermm.gif Anyway, I don't understand it
|
maybe we install if you upload english version !
|
all-the-vb always forget that he have to release his hacks in english... and $vbphrase driven... ;)
|
gwhooooey & nexialys & teksigns
im very sorry i upload a wrong file i upload this hack to vb2 and arabic version. now download hack english version and to vb3 https://vborg.vbsupport.ru/attachmen...chmentid=19477 |
does this work with smiley catergories ?
|
hmm the more smilies button disappears after adding ur first smilies and if u select no smilies when u click submit instead of resetting the smilies to normal it gives u a database error
|
any plans to fix the DB error thing?
My users would love something like this. |
i love the idea of this hack.. when installed tho i got this error
Parse error: parse error, unexpected $ in /home/exas77ko/public_html/forum/misc.php on line 574 |
I got no errors on install or use. But there is an oddity. In testing it, I choose 9 favorite smilies. Worked fine. But I then noticed that other members now had the same 9 smilies to choose from. Their's are no longer random, they have my 9. I have not given the info about this hack yet, so I know they did not choose the same 9. Is there a way around this? Thank you.
|
It's working fine on my board, but it needs to be fixed so that if you have already added favorites, the favorites edit page has the selected ones checked. I'll work on it and post it as soon as I get it done.
|
Got it.
Change the vbcode_nnnn_smiliesbits to say: Code:
<tr valign="top"> Code:
if ($_REQUEST['do']=="getfavsmilie") { Code:
if($bbuserinfo['smilie'] !=''){ Find: Code:
foreach ($smilies AS $smilie) Code:
if ($nabn){ |
anyone using this mod on a vbulletin 3.0.3? sounds like a nice addon :)
|
Yes, polo. My board is 3.0.3.
Amy |
Quote:
|
thanks amykhar, I will give it a try :)
|
Sorry for bumping this thread, but i have a question. I've installed this hack now. It's perfect for my forum, i have almost 600 smilies on my smilieslist.
Started to add favorites, and when i was doen i clicked submit. Checked out my list (favorites) later, and discovered that the whole smilielist where in there. 600 smilies!! Have I doen something wrong? If not, can somebody plz tell me the point of this hack? *lol* |
I just installed this on a 3.0.6. and it works quite nicely once you add the modification amykhar added to it. I did run into one snag though and I was wondering someone out there could help me sort it out.
As it is currently, when I attempt to remove all my selected favorites, rather than go back to the default smiley set, it causes an error and refuses to remove the last smiley. I want people to be able to go back to the default if they decide they don't want to use favorites. The only way I'm able to reset it back to default currently is to go into the user table and manually take out the data... which is a bit of a pain obviously. The error I'm getting is: Warning: implode(): Bad arguments. in /misc.php on line 505 Database error in vBulletin 3.0.6: Invalid SQL: UPDATE user SET smilie= WHERE userid='1' mysql error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE userid='1'' at line 1 mysql error number: 1064 Line 505 looks like this currently: PHP Code:
|
My users would love this...we also have a rather large smilie list...but I'm recieving the same error as Kali...I am recieving a database error when trying to remove all my favourites, which I would like to see fixed.
Also, how can I have it so that the [more] smilies link is still visible even after my members choose favourites? I'd also like to have a favourites link in quick reply, if that's possible. Does anyone know how? |
Thanks for the mod Amy :)
Installed this hack and lovin it. Referring to a response from above about the 600 smilies.. It kinda has to list them all for them to select their favorites doesn't it? ;) |
Ok, it works fine in the sense that my Favourites are actually working, BUT how do i get the "more" link back under favourites? im a bit of a n00b :)
|
Worked fine. But not on smilies on quick reply! :(
|
is there any way that we can get the more smiliey link back along with the fav smiliey link? Mine disappeared after selecting favorites.
|
Has anyone figured out how to have it so that the [more] smilies link is still visible even after we chose our favourites? Otherwise, we can't get to the rest of our smilies anymore! This is a great idea for a hack...but we definitely need the [more] smilies link back!
|
Change "vbcode_smilies_editfav" to the following:
Code:
<tr> Code:
<table cellpadding="4" cellspacing="0" border="0" align="center"> |
Quote:
Thanks so much Melker!!! You are awesome!!! :D |
I noticed that there was some issues with the option [More] showing up twice if there was more fav smilies selected than was allowed in the smiliebox. I fixed it by moving the following portion in the editor_smilebox inside the second set of <if></if>.
Code:
<tr> |
Quote:
please help us to put it on the quick reply ...... thanks & best regards |
This thread is a mess, and the author has not even posted here since april, so I am upping a fixed version of the instructions, with the changes mentioned in this thread by amykhar and melker, so people won't have to wade through the posts. If you follow the new install info it will install fine in to 3.0.7
|
Quote:
:speechless: :speechless: :speechless: :speechless: but i am looking to install this hack on the quick reply can you do it yoyoyoyo ? |
Quote:
Code:
// %%%%%%%%%%%%%%%%%%% fav smilie hacks by All-the-vb %%%%%%%%%%%%%%%%%%%% Code:
unset($shutdownqueries['pmpopup']); |
not done :disappointed:
|
Quote:
Code:
[<a href="#" onclick="open_smilie_window(smiliewindow_x, smiliewindow_y, $wysiwyg, '$forumid'); return false" title="<phrase 1="$vboptions[smtotal]" 2="$totalsmilies">$vbphrase[showing_x_smilies_of_y_total]</phrase>">$vbphrase[more]</a>] the template you are looking for is showthread_quickreply Just look around in that template and try placing that code, or some variation where you need it. |
i want to put a favorites smilies in quick reply
not the other smilies i wish you understand me thanks for your caring |
Quote:
Code:
in misc.php also FIND: Can someone actually clean up the code and instructions? You could at least put both file edits for misc.php by each, or add them together as it look as the 2nd one is just under the original insert. It's not that hard... I just need to know where to post the F'in code. :( Can somebody please help!? |
This is a very useful hack however it still need some fixes.
i have installed on 3.0.7 and have the same problem of Kali https://vborg.vbsupport.ru/showpost....8&postcount=21 Quote:
Thanks |
Quote:
|
All times are GMT. The time now is 05:24 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|