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

   Re: Smilie-settings control panel add-on
 to Del.icio.us Add to del.icio.us
  Digg Re: Smilie-settings control panel add-on
Digg it
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


Top Posters Last 30 Days
AllenAyres 18
Gizmo 12
sirdude 6
GEN 3
tackaberry 2
Philipp 2
willing 2
Who's Online
0 Registered (), 39 Guests and 6 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
Team UBBDev Rides Again!
by Gizmo
Yesterday at 11:45 PM
Multiple Identity Detector
by MattUK
Yesterday at 04:10 PM
[7.3.x] ubb.links
by AllenAyres
08/26/08 09:57 AM
Installing FlashChat with 7.3
by Gizmo
08/23/08 05:36 AM
[7.2.1] - Naked shoutbox
by Iann128
08/22/08 07:27 PM
Nice Ajax Chat
by M4D
08/21/08 10:02 PM
51-card NVIDIA folding rig cranks out 265,200 ppd
by AllenAyres
08/13/08 10:10 PM
New Mods
Installing FlashChat with 7.3
by Paug
08/23/08 12:14 AM
[7.x] AddThis - Social Networking
by Gizmo
08/01/08 01:30 AM
[7.3.x] ubb.links
by AllenAyres
06/20/08 11:50 PM
[7.3] Dissallow quotes more then 3 levels deep
by blaaskaak
06/09/08 09:01 AM
[7.2.1] - Naked shoutbox
by sirdude
08/17/07 10:36 PM
Newest Members
welcomeback1, Paug, Tim Keating, anscers, Murphdog
13324 Registered Users

 

 

 
fusionbb message board php hacks