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



Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks