php forum
php mysql forum
php mysql smarty
 
Page 2 of 2 < 1 2
Topic Options
#36038 - 01/20/00 04:19 PM Re: Smilie-settings control panel add-on
Anonymous Offline
Member

Registered: 01/16/00
Posts: 108
Loc: San Jose, Ca 95111
I got it worked! Just go into your smilie setting and set all the Smilies-Code. Everything should run fine now.

Whewwwwwwwwww!!!!!!!
_________________________
<FONT COLOR="blue">
Free UBB Instalation

Contact on AIM: vmnweb
</FONT c>

Top
#36039 - 01/20/00 04:38 PM Re: Smilie-settings control panel add-on
Dave Downin Offline
Junior Member

Registered: 01/11/00
Posts: 28
Loc: Laurel, MD, USA
I've got problems with this as well... installed it and the control panel worked great, added new smilies and everything. The problem comes in when trying to post a message that it returns the "Document contains no data" message and the message is never posted!

Top
#36040 - 01/20/00 04:50 PM Re: Smilie-settings control panel add-on
Anonymous Offline
Member

Registered: 01/16/00
Posts: 108
Loc: San Jose, Ca 95111
why the page goes blank after posting? i want the 'thank you' message back.
_________________________
<FONT COLOR="blue">
Free UBB Instalation

Contact on AIM: vmnweb
</FONT c>

Top
#36041 - 01/20/00 05:10 PM Re: Smilie-settings control panel add-on
Dave Downin Offline
Junior Member

Registered: 01/11/00
Posts: 28
Loc: Laurel, MD, USA
Ok, here's the fix:

in ubb_library.pl, find:
Code:
code:


and add right after it:
Code:
code:


This change should be in *2* places... one in the Smilies subroutine and one in the ConvertSmilies subroutine. Gotta remember to escape those special characters!!!

Top
#36042 - 01/21/00 12:00 PM Re: Smilie-settings control panel add-on
Menno Offline
Junior Member

Registered: 03/20/01
Posts: 200
Found another problem:
When you use a smilie like :drunk:
the : d (without space) turns into runk

I didn't have this problem when I was adding smilies manual

------------------
Cougar's here, so have no fear
Webmaster of www.artbeast.de

Top
#36043 - 01/21/00 03:20 PM Re: Smilie-settings control panel add-on
The Team Offline
Moderator

Registered: 08/11/00
Posts: 182
Loc: yes
Dave Downin > Thanks for the fix! Guess I should've thought about that earlier Shouldn't we check for more special characters? Like "'][$| or isn't that necessary?

Menno > Probably just a matter of defining the :drunk: one above the : D one (w/out the space offcourse)

So is this hack working flawlessly for y'all now?

Top
#36044 - 01/21/00 04:01 PM Re: Smilie-settings control panel add-on
The Team Offline
Moderator

Registered: 08/11/00
Posts: 182
Loc: yes
Everything seems to working fine for me now. I also used the readSmilies function too create a pop-up smilies legend(since I am using version 5.39b) If anyone is interested in this hack, let me know, and i will document it.

Top
#36045 - 01/21/00 06:06 PM Re: Smilie-settings control panel add-on
yeah Offline
Junior Member

Registered: 01/21/00
Posts: 1
Loc: uwizone
When I edit msg I get [img] URL [/img]
instead of code like :whatever:
Why it doesn't convert?

Top
#36046 - 01/21/00 06:54 PM Re: Smilie-settings control panel add-on
ilya Offline
Junior Member

Registered: 06/03/00
Posts: 9
To yeah
This is how UBB was made originally.
It's not because of the hack.
_________________________
Hmmm. I used to have about 1200 posts.. Now i have one?

Top
#36047 - 01/21/00 07:04 PM Re: Smilie-settings control panel add-on
Armage Bedar Offline
Member

Registered: 01/03/00
Posts: 90
Loc: Richmond, VA, USA
This hack failed to work correctly - I used the latest text file download. Postings.cgi ran all the way through, but my posts looked like this:

Hello (repeat ad nauseum)

I tried shifting some of the code around, but frankly, I'm avoiding this hack until it's PERFECT.

ilya, can you please move this to Beta until all of the issues are worked out?

------------------
- Armage Bedar
Administrator, SW-RPG HoloNet Discussion Forums
Moderator, UltimateBB Code Hackers' Hideout
_________________________
- Armage Bedar
Administrator, SW-RPG HoloNet Discussion Forums
Moderator, UltimateBB Code Hackers' Hideout

Top
#36048 - 01/22/00 03:11 AM Re: Smilie-settings control panel add-on
Menno Offline
Junior Member

Registered: 03/20/01
Posts: 200
Quote:
quote:


And how would I go about doing that?



------------------
Cougar's here, so have no fear
Webmaster of www.artbeast.de

Top
#36049 - 01/22/00 10:55 AM Re: Smilie-settings control panel add-on
Menno Offline
Junior Member

Registered: 03/20/01
Posts: 200
Ok, sorry, last one wasn't a bug, my fault
But I think I've found a REAL bug now.
Namly: When you edit a message the smilie turns into :/) or ;/) and :/(
I hope you can fix this

------------------
Cougar's here, so have no fear
Webmaster of www.artbeast.de

Top
#36050 - 01/26/00 04:58 AM Re: Smilie-settings control panel add-on
Exstatica Offline
Member

Registered: 01/12/00
Posts: 120
Loc: Southern California
i would like to see a way i can use the current pop up smilie window to work with this hack, cause i use the hack and it is great but it doesn't update the new smilie legend.
_________________________
Music is the art of thinking with sound

Top
#36051 - 02/03/00 12:56 PM Re: Smilie-settings control panel add-on
The Team Offline
Moderator

Registered: 08/11/00
Posts: 182
Loc: yes
Ok, I think I've fixed all those bugs! Check it out: http://ubbcodehacking.com/ubb/Forum3/HTML/000010.html

Top
#36052 - 02/14/00 01:42 PM Re: Smilie-settings control panel add-on
gilz Offline
Junior Member

Registered: 02/14/00
Posts: 6
Code:
code:


and add right after it:
Code:
code:


This change should be in *2* places... one in the Smilies subroutine and one in the ConvertSmilies subroutine. Gotta remember to escape those special characters!!![/b]<HR></BLOCKQUOTE>


Has this been updated in the current file or does this need to be added still?

Also, I can't find any mention of the sub VerifyAdmin in ubb_library.pl...could it be because of the private messages hack?

Thanks!


------------------
http://diamondtalk.com

P.S. I think I just figured it out. The instructions said ubb_library.pl but they meant ubb_library2.pl.
_________________________
http://diamondtalk.com

Top
#36053 - 02/14/00 03:11 PM Re: Smilie-settings control panel add-on
The Team Offline
Moderator

Registered: 08/11/00
Posts: 182
Loc: yes
Gilz, if you've read the post more carefully you'd notice that I've done an update on this hack...the lines don't need to be added anymore; Download the latest version and it should be allright....The sub verifyadmin should be sub verifyadmincp in your case...read the instructions more carefully..I've mentioned it..

I'm closing this one now...reply on the other thread: http://ubbcodehacking.com/ubb/Forum7/HTML/000050.html

Top
Page 2 of 2 < 1 2


Who's Online
1 registered (Gizmo), 37 Guests and 14 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
Forum 'Trader Ratings'.
by McLemore
Yesterday at 02:14 PM
Problems reading a lot of old posts here
by Ruben Rocha
11/18/08 04:33 PM
PhotoPost BB Code Popup
by Iann128
11/15/08 01:24 PM
Customization needed
by Gizmo
11/12/08 12:28 PM
Team UBBDev Rides Again!
by AllenAyres
11/11/08 02:16 PM
Active Topics.
by AllenAyres
11/11/08 02:13 PM
Looking for a simple upload script
by AllenAyres
11/11/08 02:12 PM
New Mods
Forum 'Trader Ratings'.
by McLemore
Yesterday at 02:14 PM
[7.4] Keep log of custom title changes
by blaaskaak
10/27/08 07:51 AM
User Authentication Class
by
01/19/07 02:59 PM
Multiple Identity Detector
by
12/30/06 06:39 PM
PhotoPost BB Code Popup
by
11/06/06 05:43 PM
Newest Members
cenk, MATTO, DougMMcts, tim Anderson, phoebe
13360 Registered Users
Top Posters
AllenAyres 25448
JoshPet 11330
Rick 8372
LK 7396
Lord Dexter 6503
Greg Hard 5533
Charles Capps 5438

 

 

 
fusionbb message board php hacks