php forum
php mysql forum
php mysql smarty
 
Page 1 of 2 1 2 >
Topic Options
#198646 - 01/13/03 10:24 PM [6.4 - 6.5] DPK's Smilie Mod
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25411
Loc: Texas

   [6.4 - 6.5] DPK Add to del.icio.us
  Digg [6.4 - 6.5] DPK Digg it
Name: DPK's SmilieMod.

Description: Minor update to 6.4, 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

Demo: none

Requirement: UBB™ 6.4-6.5
_________________________
- Allen wavey
- What Drives You?

Top
#198647 - 01/13/03 10:49 PM Re: [6.4 - 6.5] DPK's Smilie Mod
Gizmo Administrator Online   shocked
Wizard

Registered: 01/10/00
Posts: 5119
Loc: Portland, OR, USA
allen, you cheater lol... No one wanted to "port" this cas the 6.3 worked just fine :-x...
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design Owner

Top
#198648 - 01/13/03 10:57 PM Re: [6.4 - 6.5] DPK's Smilie Mod
PrimeTime Offline
Member

Registered: 11/06/01
Posts: 1046
Actually most hacks seem to work with a few revisions to newer UBB versions. It's nice to have things ported to make our lives much easier and so we can spend more time on things such as template hacking. Cool job Allen! laugh

Anyway, you can add more smilies without limit and the hack excluding the dropdown just by editing the cp_graemlins.cgi file. Where it says "25" (two times) just change it to whatever number or just delete it. smile
_________________________
Members Spotlight Winner
bac-Clan
--------------------

Top
#198649 - 01/13/03 11:24 PM Re: [6.4 - 6.5] DPK's Smilie Mod
ADWOFF Offline
Content Queen

Registered: 05/07/01
Posts: 709
Loc: Pennsylvania
Allen, you are a sweetie! Thank you!

I have one more deal, though. I need to install the vars_wordlets_mods.cgi hack ... and I can't seem to find the info for that ... can anyone direct me to the correct thread?

Thanks!
_________________________
Sue
adwoff.com

Top
#198650 - 01/14/03 12:59 AM Re: [6.4 - 6.5] DPK's Smilie Mod
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25411
Loc: Texas
http://www.ubbdev.com/ubbcgi/ultimatebb.cgi?ubb=get_topic&f=33&t=000021 - I believe it's the same as for 6.3.1, it worked for me but I can't remember if I had updated it or not wink

Please analyze it with multihack and let me know... if it's different, I'll upload the one I used earlier today smile
_________________________
- Allen wavey
- What Drives You?

Top
#198651 - 01/14/03 02:21 PM Re: [6.4 - 6.5] DPK's Smilie Mod
ADWOFF Offline
Content Queen

Registered: 05/07/01
Posts: 709
Loc: Pennsylvania
Allen, I'll repeat myself! You're a sweetheart! It worked without problems! Thank you!


I do have one question about the smilie mod in regard to polls; this mod doesn't take into account starting a thread with a poll and having the option of placing instant graemlins in the message (via either the drop-down or smilie box).

Is it easy to fix this? I just tried replacing the

Code:
[/code]with 

[code]
and it didn't work! laugh tipsy


[edit to add in this]

One other "little thing" -- with the regular Instant Graemlins, whenever you click on them, it'll insert the smilie wherever you've left your cursor. I like that. laugh

With the pulldown menu, however, it always puts the smilie at the end of the message. frown

It's just a little thing, but it bugs me. How can I go about fixing that? Thanks!
_________________________
Sue
adwoff.com

Top
#198652 - 01/14/03 02:40 PM Re: [6.4 - 6.5] DPK's Smilie Mod
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25411
Loc: Texas
hmmmm.... that was the thing needed done for the older version, I forgot about shocked For most, polls are used pretty sparingly, so I forget to take them into account. I'll see what I can do this week smile
_________________________
- Allen wavey
- What Drives You?

Top
#198653 - 01/14/03 03:28 PM Re: [6.4 - 6.5] DPK's Smilie Mod
ADWOFF Offline
Content Queen

Registered: 05/07/01
Posts: 709
Loc: Pennsylvania
Quote:
quote:
Originally posted by AllenAyres:
For most, polls are used pretty sparingly, so I forget to take them into account.
This is true, Allen.

I guess I'm kinda obsessive-compulsive when it comes to stuff like this! tipsy

Thank YOU for your help. It's appreciated!
_________________________
Sue
adwoff.com

Top
#198654 - 01/14/03 06:06 PM Re: [6.4 - 6.5] DPK's Smilie Mod
PrimeTime Offline
Member

Registered: 11/06/01
Posts: 1046
Hmm...Ok. From my understanding the smilie hack had a few issues with the polls. I don't know if anyone resolved it but I never did a follow up on it so I can't say.

Unfortunately on 6.3.1.1 when I had the Smilie hack installed the smilies did not stick to the area of my cursor which was a disappointment.

Hey ADWOFF?...What do you mean by?

Quote:
quote:
Is it easy to fix this? I just tried replacing the


code:
--------------------------------------------------------------------------------

$instant_ubbcode_block

--------------------------------------------------------------------------------

with


code:
--------------------------------------------------------------------------------

$TBTthe_message&smilie_generate("smilie_box");print <<the_message;$TBB

--------------------------------------------------------------------------------

and it didn't work!
It doesn't show up or the table is misaligned? If it doesn't show up you will need to go into your CP and enable the smilie list in the Smilies option.
_________________________
Members Spotlight Winner
bac-Clan
--------------------

Top
#198655 - 01/14/03 08:53 PM Re: [6.4 - 6.5] DPK's Smilie Mod
PrimeTime Offline
Member

Registered: 11/06/01
Posts: 1046
I posted this in another thread but in case anyone who uses both Smilie (DPK) and Quick Reply (Greg Hard & LK) hacks and wants to have smilies with their Quick Reply do this:

You will need both Smilie hack (or inserts of) and Quick Reply hack.

##In public_topic_page.pl

Find:

Code:
[/code]Add after:

[code]
**You will need to change the popup window variables (e.g., width, height, left and top) to the size works best for you.

Now Find (for Quick Reply w/smilie):

Code:
[/code]Add this after:

[code]
Now when you click on the link the smilie legend will popup for you to use. smile
_________________________
Members Spotlight Winner
bac-Clan
--------------------

Top
#198656 - 03/31/03 07:06 AM Re: [6.4 - 6.5] DPK's Smilie Mod
technoforum.de Offline
Member

Registered: 09/30/00
Posts: 484
Loc: Muc/Germany
actually, does this hack also work for 6.5 ?

Top
#198657 - 04/04/03 06:35 AM Re: [6.4 - 6.5] DPK's Smilie Mod
technoforum.de Offline
Member

Registered: 09/30/00
Posts: 484
Loc: Muc/Germany
Hello, anyone alive? Or did all users leave that board and installed phpboard already? :-) Just wanted to know if i can use this smiley-hack also for 6.5 ?

Top
#198658 - 04/04/03 04:46 PM Re: [6.4 - 6.5] DPK's Smilie Mod
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25411
Loc: Texas
thanks for the bugfixes PT smile

hey Chris smile I just checked, it looks like it should work just fine for 6.5 as well smile
_________________________
- Allen wavey
- What Drives You?

Top
#198659 - 04/05/03 10:52 AM Re: [6.4 - 6.5] DPK's Smilie Mod
Stamoulis Offline
Member

Registered: 09/17/01
Posts: 92
Loc: Germany
thx. smile works fine for me and is very usefull as well tipsy

Top
#198660 - 05/07/03 10:03 PM Re: [6.4 - 6.5] DPK's Smilie Mod
Vtec44 Offline
Junior Member

Registered: 02/01/03
Posts: 22
I have version 6.5, but it seems like I don't have a file called vars_wordlets_mods.cgi. What is that file and does it the mod still work without it? Thanks in advance!
_________________________
http://www.sportbikers.net

Top
#198661 - 05/07/03 10:08 PM Re: [6.4 - 6.5] DPK's Smilie Mod
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
you need the vars wordlet mod. it's essential for a lot of hacks.

you can get it here
_________________________
Code monkey like Fritos

Top
#198662 - 05/07/03 10:09 PM Re: [6.4 - 6.5] DPK's Smilie Mod
PrimeTime Offline
Member

Registered: 11/06/01
Posts: 1046
The Mod Wordlets allow words that are used by hacks to display. The mods can work without it but you'll have a lot of blank spaces. laugh

I couldn't find one for UBB 6.5 but I think you can use this one:

Click Here
_________________________
Members Spotlight Winner
bac-Clan
--------------------

Top
#198663 - 05/07/03 10:11 PM Re: [6.4 - 6.5] DPK's Smilie Mod
PrimeTime Offline
Member

Registered: 11/06/01
Posts: 1046
Oooo...Weird got to it. Heh. laugh
_________________________
Members Spotlight Winner
bac-Clan
--------------------

Top
#198664 - 05/07/03 10:21 PM Re: [6.4 - 6.5] DPK's Smilie Mod
Vtec44 Offline
Junior Member

Registered: 02/01/03
Posts: 22
cool. I got it, thanks guys!
_________________________
http://www.sportbikers.net

Top
#198665 - 05/08/03 12:29 AM Re: [6.4 - 6.5] DPK's Smilie Mod
Vtec44 Offline
Junior Member

Registered: 02/01/03
Posts: 22
Wow, this is one cool mod compare to the one that I had to manually set up each smilie for my old board!!! So where in the code that I need to modify so it will insert the code at the cursor point instead of appending the code at the end? laugh
_________________________
http://www.sportbikers.net

Top
#198666 - 05/08/03 12:41 AM Re: [6.4 - 6.5] DPK's Smilie Mod
PrimeTime Offline
Member

Registered: 11/06/01
Posts: 1046
I'm not sure if anyone resolved that. It may be within the ubb_smilie.cgi under:

[code][/code]The "function smchange" and "function smclick" possibly.
_________________________
Members Spotlight Winner
bac-Clan
--------------------

Top
#198667 - 05/08/03 07:38 PM Re: [6.4 - 6.5] DPK's Smilie Mod
Vtec44 Offline
Junior Member

Registered: 02/01/03
Posts: 22
Yep! With the help of my coworker, we were able to make the drop down smilie list insert at cursor point, still don't know how to make the legends and the full list to do the same frown . Thanks for the help, I'll poke around in ubb_smilie.cgi ...


comment out
Code:
[/code]above "sm_message=" add
[code]
_________________________
http://www.sportbikers.net

Top
#198668 - 05/12/03 05:33 PM Re: [6.4 - 6.5] DPK's Smilie Mod
CTM Offline
Moderator / Da Masta

Registered: 11/23/01
Posts: 2567
Any chance of a text file export please, Allen? I really don't want to install MultiHack on the computer I'm using at the moment... frown

Top
#198669 - 05/12/03 06:15 PM Re: [6.4 - 6.5] DPK's Smilie Mod
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
Here is the zip file with everything you'll need.

SmilieMod 6.4 ZIP
I accidently exported the files into my folder setup. ubb is the non-cgi folder
_________________________
Code monkey like Fritos

Top
#198670 - 05/18/03 07:26 AM Re: [6.4 - 6.5] DPK's Smilie Mod
CTM Offline
Moderator / Da Masta

Registered: 11/23/01
Posts: 2567
Thanks Al smile

Top
#198671 - 05/21/03 04:03 PM Re: [6.4 - 6.5] DPK's Smilie Mod
technoforum.de Offline
Member

Registered: 09/30/00
Posts: 484
Loc: Muc/Germany
i used the .txt-file and installed before the old mod_wordlet-thing and... everything works GREAT so far, no problem. i did update all files on a running system *g* and ... wow, thanks so far, works fine on my 6.5 and now i just have to change some things on the post/reply_window, too much smilies do apprea below the textenty-field, have to kick 'em out... so, my recommendation for 6.5-users: install it, takes some time but works very fine and my users cannot live without additional smilies :-)
chris
http://technoforum.de

Top
#198672 - 06/25/03 08:28 AM Re: [6.4 - 6.5] DPK's Smilie Mod
PKassab Offline
Member

Registered: 06/19/02
Posts: 135
Loc: west bloomfield, MI
You do not have permission to access this area.

That is what i am gettin gwhen I try to go into the advance settings in the CP can anyone help me out?

Peter

Top
#198673 - 06/25/03 10:33 AM Re: [6.4 - 6.5] DPK's Smilie Mod
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
make sure you CHMODed all the files correctly
_________________________
Code monkey like Fritos

Top
#198674 - 06/25/03 04:49 PM Re: [6.4 - 6.5] DPK's Smilie Mod
PKassab Offline
Member

Registered: 06/19/02
Posts: 135
Loc: west bloomfield, MI
I did i even checked them 3 times

Peter

Top
#198675 - 07/09/03 01:03 AM Re: [6.4 - 6.5] DPK's Smilie Mod
jlm Offline
Member

Registered: 05/01/03
Posts: 38
Is There anyway to put the smiley legend on the quick reply box to insert graemlins that way?

Top
#198676 - 07/09/03 01:12 AM Re: [6.4 - 6.5] DPK's Smilie Mod
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
http://www.ubbdev.com/ubbcgi/ultimatebb.cgi?ubb=get_topic;f=33;t=000020#000009 smile earlier in this topic
_________________________
Code monkey like Fritos

Top
#198677 - 07/09/03 02:31 AM Re: [6.4 - 6.5] DPK's Smilie Mod
jlm Offline
Member

Registered: 05/01/03
Posts: 38
oops smash

Top
#198678 - 07/09/03 02:43 AM Re: [6.4 - 6.5] DPK's Smilie Mod
jlm Offline
Member

Registered: 05/01/03
Posts: 38
ok have done that
but it inserts the graemlin name without the : : at either side?

Top
#198679 - 08/01/03 03:18 AM Re: [6.4 - 6.5] DPK's Smilie Mod
Gizmo Administrator Online   shocked
Wizard

Registered: 01/10/00
Posts: 5119
Loc: Portland, OR, USA
vtec, vars_wordlets_mods.cgi is a seperate modification, and no it won't work correctly without it.

Allen, quick question, when viewing the smilie list it looks all wacked out at http://www.undergroundnews.com/cgi-bin/ubbcgi/ultimatebb.cgi?ubb=smilie_legend the background is white (would prefer to have it use my default background information) and theres an awkward space before and after the table, anyway to edit those out?
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design Owner

Top
#198680 - 08/01/03 02:27 PM Re: [6.4 - 6.5] DPK's Smilie Mod
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
in public_smilie_legend.pl, just remove the
at the top and bottom. for the background, I couldn't figure out anyway of fixing it without hardcoding the info into the body tag
_________________________
Code monkey like Fritos

Top
Page 1 of 2 1 2 >


Moderator:  Charles, Gizmo