Previous Thread
Next Thread
Print Thread
Rate Thread
#55050 12/30/2002 9:07 AM
Joined: Feb 2001
Posts: 61
Member
Member
Offline
Joined: Feb 2001
Posts: 61
I found that this works in 6.4

Name: DPK's SmilieMod.

Description: this will scan your graemlin directory, allowing you to choose which smilies to add. You'll also have the option of drop-down lists of your smilies, clickable smilies (a la default ubb), or a combo of both. Very handy if your forum uses many smilies.

Link: MultiHack File

Sponsored Links
#55051 01/07/2003 12:37 PM
Joined: May 2001
Posts: 794
Content Queen
Content Queen
Offline
Joined: May 2001
Posts: 794
Cool beans! This will be one of the first hacks I install since my forum is so smilie crazy laugh


Sue
adwoff.com
#55052 01/09/2003 4:08 PM
Joined: Sep 2000
Posts: 441
Member
Member
Offline
Joined: Sep 2000
Posts: 441
pretty great, we have dozens of smilies and i urgently needed a solution before upgrading to 6.4 so i'm just waiting for someone testing the old 'message drop down'-hack and i'm gonna start the big upgrade.... wooha, that's really fantastic that the old smiliey-hack works on 6.4!
chris
http://technoforum.de

#55053 01/09/2003 6:59 PM
Joined: Nov 2001
Posts: 1,080
Member
Member
Offline
Joined: Nov 2001
Posts: 1,080
I've been using the Smilies mod since 6.05 but noticed since the 6.2x UBB versions you could only update one smilie at a time even with the mod. So rather than going into the CP I added multiple smilies via "vars_graemlins.cgi". There is another way to add more smilies (excluding drop down) without using the Smilie hack but some of its codes:

In public_common.pl find and delete:

Code
[/code]The above will now set the smilies to 100% width.  Now go to cp_graemlins.cgi and find this code twice and change the "25" to whatever number you want...Or just delete the entire code (I would change the number):

Code
</pre></div></div>The above will now allow you to exceed the smilie count (25 default).  Now go to public_new_topic_form.pl, public_new_reply_form.pl, public_pm_form.pl and public_edit_post.pl and find:<br><br> <div class="ubbcode-block"><div class="ubbcode-header">Code</div><div class="ubbcode-body ubbcode-pre" ><pre>
and replace it with:

Code
</pre></div></div>Now you will need to re-locate the UBB buttons.  Just place this code where you want in these pages...Usually around the $close_option.  Just be creative.  LOL!:<br><br> [code]
It worked for me. Good luck! smile

#55054 01/13/2003 7:05 PM
Joined: May 2001
Posts: 794
Content Queen
Content Queen
Offline
Joined: May 2001
Posts: 794
Okay, I've been playing around with this for about a week now, and I still can't get it "right." help

If anyone could just help me find the right set of code, I'm sure I can go from there (knock on wood).

This is the code I'm supposed to find (or similar to it) in the public_pm_form.pl, public_edit_post.pl, public_new_topic_form.pl, and public_new_reply_form.pl:

[code][/code]Can anyone help me out? Thanks!


Sue
adwoff.com
Sponsored Links
#55055 01/13/2003 7:23 PM
Joined: Nov 2001
Posts: 1,080
Member
Member
Offline
Joined: Nov 2001
Posts: 1,080
Try finding this instead:

[code][/code]

#55056 01/13/2003 9:52 PM
Joined: May 2001
Posts: 794
Content Queen
Content Queen
Offline
Joined: May 2001
Posts: 794
Thanks, PrimeTime.

I'm a little closer now.

I still have two errors--one that I can ignore and the other that I have to try to fix.

The one error that I can ignore is that the Instant Graemlin box will still appear next to the Instant UBB Code box--despite not have any smilies within (and me requesting that it NOT be shown). I can live with that for now. laugh

The other is a little more serious. It happens in the templates that allow for the dropdown menu--the PM, new topic, new reply, and edit post.

I receive a script error--it's looking for something called "document.REPLIER.smilie_dropdown"

I seem to recall this being an "issue" with the last upgrade I did, but of course, I cannot remember how to "fix" it.

The pulldown menu is there. The graphic DOES NOT appear next to it when you select one; however, if you click in the area where the smilie should be, you can get the smilie code to appear in the message area.

To see what I'm talking about, my test board is at http://adwoff.com/ubb-test/cgi/ultimatebb.cgi ... I set up an account called UBB ... its password is test64 ... if anyone wants to see what I'm talking about.

Thanks!


Sue
adwoff.com
#55057 01/13/2003 9:59 PM
Joined: Jun 2001
Posts: 2,849
Spotlight Winner
Spotlight Winner
Offline
Joined: Jun 2001
Posts: 2,849
Change replier to REPLIER in public_common.pl I believe.

#55058 01/13/2003 10:49 PM
Joined: May 2001
Posts: 794
Content Queen
Content Queen
Offline
Joined: May 2001
Posts: 794
Quote
quote:
Originally posted by TheX:
Change replier to REPLIER in public_common.pl I believe.
Um, would I change all the "repliers" or a specific one? help


Sue
adwoff.com
#55059 01/13/2003 11:15 PM
Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
here you go, I'll post it in the beta forum later smile

https://www.ubbdev.com/ubb/upload/00000494/smilie64.mhp


- Allen wavey
- What Drives You?
Sponsored Links
#55060 01/13/2003 11:51 PM
Joined: Nov 2001
Posts: 1,080
Member
Member
Offline
Joined: Nov 2001
Posts: 1,080
Quote
quote:
Originally posted by ADWOFF:
quote:
[qb]Originally posted by TheX:
Change replier to REPLIER in public_common.pl I believe. [/qb]
Um, would I change all the "repliers" or a specific one? help
All of them actually.

#55061 01/14/2003 8:28 PM
Joined: Aug 2000
Posts: 3,590
Moderator
Moderator
Offline
Joined: Aug 2000
Posts: 3,590
Do you have one in .zip version?

#55062 01/14/2003 10:00 PM
Joined: Nov 2001
Posts: 1,080
Member
Member
Offline
Joined: Nov 2001
Posts: 1,080
Allen Ayres posted a Multi-Hack version in the 6.4 Beta hacks forum.

#55063 06/02/2003 12:52 AM
Joined: Feb 2001
Posts: 55
Member
Member
Offline
Joined: Feb 2001
Posts: 55
does this work w/ 6.5?

#55064 06/02/2003 1:19 AM
Joined: Jan 2003
Posts: 3,456
Likes: 2
Master Hacker
Master Hacker
Offline
Joined: Jan 2003
Posts: 3,456
Likes: 2
yes.

#55065 06/02/2003 4:28 AM
Joined: Feb 2001
Posts: 55
Member
Member
Offline
Joined: Feb 2001
Posts: 55
Thanks W/A, much appreciated.

Nice cover songs by the way.


Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
isaac
isaac
California
Posts: 1,157
Joined: July 2001
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20221218)