Previous Thread
Next Thread
Print Thread
Rate Thread
Page 6 of 10 1 2 4 5 6 7 8 9 10
Joined: Mar 2001
Posts: 30
Member
Member
Offline
Joined: Mar 2001
Posts: 30
HELP PLZ frown

in the public_faq.pl

i get this error at the top of the faq page

&SM_smilie;

also the link is not working i get a error at the botton left of the page
im running v6.02
every thing else is working why am i getting the error
i tryed both of the above methods on this page but stil no luck frown plz help !!
also this is a awsom hack im happy 100% About it laugh

Sponsored Links
Joined: Apr 2001
Posts: 24
Junior Member
Junior Member
Offline
Joined: Apr 2001
Posts: 24
Help !!!

I install your mod and it seems work great , smilies 're shown in cp , new post , faq BUT they're not shown when viewing post !? and the url to smilies in topic page (not shown) is noncgi/ not noncgi/smilies in another pages !? where did I go wrong ?

Please help , thank so much and thanks for your MOD ,
Regards,

Joined: Jul 2000
Posts: 237
Member
Member
Offline
Joined: Jul 2000
Posts: 237
Quote
quote:
i have none.gif...

i just want to remove it from the forum intro field...

if i try to put something in the field, i got this...

check how it looks... my site


Sorry for my english... i speak french.

email:[email protected]
Joined: Feb 2000
Posts: 61
Member
Member
Offline
Joined: Feb 2000
Posts: 61
Tyran, I bet it's the following smilie you have assigned: ":|"

This causes the smilie pattern matching to act wierd. Here's what I think is happening:

The smilies sub looks for any combinations of characters that should be converted into smilies. When it gets around to looking for your ":|" smilie, this is what happens:

$_[0] =~ s/:|/ /sg;

The "|" is interpreted as a logical or. So this pattern will match either ":" or "". Yep, an empty string. And there's one of those between each character in a string. So it slips a smilie between each letter.

Solution: get rid of the ":|" smilie until someone comes up with a way to fix this.

Edit: Or try this quick fix:

Open ubb_lib.cgi that has SmiliesMod installed. Find:

$smchar =~ s/)/\)/sg;
$smchar =~ s/(/\(/sg;
$smchar =~ s/;/\;/sg;

Add just after that:

$smchar =~ s/|/\|/sg;

I did not test this, so it might not work.


"Waffles are nothing more than a vehicle for butter and syrup" - Dr. Clayton Forrester
Joined: Jul 2000
Posts: 237
Member
Member
Offline
Joined: Jul 2000
Posts: 237
el84... i have one thing to say...

THANK YOU!!!!!!!!!!

i did exactly what you said... i put :| for none.gif... how do you know that?

to fix it i did what you said and it works great now...

thanks again....


Sorry for my english... i speak french.

email:[email protected]
Sponsored Links
Joined: Apr 2001
Posts: 24
Junior Member
Junior Member
Offline
Joined: Apr 2001
Posts: 24
Quote
quote:

Someone drop me a line PLEASE , frown Thank you so much

Joined: Nov 2000
Posts: 915
Developer
Developer
Offline
Joined: Nov 2000
Posts: 915
I really have no idea why it happened tyran. My mod does not involve anything being modified in that area of the ubb. You may have accidentally done something that caused it.

Joined: Feb 2000
Posts: 61
Member
Member
Offline
Joined: Feb 2000
Posts: 61
Actually, the forum_intro is parsed for smilies.

Last nite, I went to Tyran's board and making a test post. It inserted the blank.gif smilie between each character in the post - go look. So the problem is not just limited to the forum_intro text. It's the combination of characters he selected for that smilie.

Easy to test - change any one of your smilie codes to ":|". Funny thing happens if you try to post a word with more than 7 characters. Try it. wink


"Waffles are nothing more than a vehicle for butter and syrup" - Dr. Clayton Forrester
Joined: Nov 2000
Posts: 915
Developer
Developer
Offline
Joined: Nov 2000
Posts: 915
Expect a new version release within a day or so, I have been busy with other things lately which have taken up my time. tipsy

Joined: Mar 2001
Posts: 145
Member
Member
Offline
Joined: Mar 2001
Posts: 145
Quote
quote:
Figures. smile I just installed this on v6.04a. It works great, except for the Javascript link in the FAQ not doing anything as has been reported above.

Sponsored Links
Joined: Nov 2000
Posts: 915
Developer
Developer
Offline
Joined: Nov 2000
Posts: 915
that faq problem will be fixed in the next release, sorry, i didnt even realize that happened.

Joined: Feb 2001
Posts: 55
Member
Member
Offline
Joined: Feb 2001
Posts: 55
Are you looking at new posts or old? Your old will still have noncgi/ but your new posts should have noncgi/smilies .

Quote
quote:

Joined: Jun 2000
Posts: 22
Member
Member
Offline
Joined: Jun 2000
Posts: 22
I read on the 2nd page of this thread about a link to a pop up smilies page, like there was in the version 5.x series of this hack.

I just wanted to know if this has already been added to this modification?

Thanks, if this was already answered in one of the pages I appologize, I just didn't feel like going through all the thread pages tipsy

Joined: Nov 2000
Posts: 915
Developer
Developer
Offline
Joined: Nov 2000
Posts: 915
Quote
quote:
Yup, already added.

Joined: Nov 2000
Posts: 915
Developer
Developer
Offline
Joined: Nov 2000
Posts: 915
New version released. Next version will be final. tipsy smile

Joined: Mar 2001
Posts: 7,394
LK Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
Is * character also OK? (like *yawn*)

Joined: Nov 2000
Posts: 915
Developer
Developer
Offline
Joined: Nov 2000
Posts: 915
should be, yes

Joined: Apr 2001
Posts: 2
Junior Member
Junior Member
Offline
Joined: Apr 2001
Posts: 2
Great mod, been installing all the updates and have not had probs that I haven't been able to figure out, until now.

I'm sure that it is an error that I have made but I have been back through it several times and keep geting the same thing. This is the message when you try to access the FAQ:

Quote
quote:
Any ideas what I have done wrong and how to fix.

Thanks!

Joined: Mar 2001
Posts: 9
Junior Member
Junior Member
Offline
Joined: Mar 2001
Posts: 9
UBB 6.04

Hacks installed:
  • Star Status 4.53
  • Last Reply By
  • Avatar Hack v0.0007
  • AIM UBB6
  • Who's Online 3.2
  • Smilie Mod 0.9


Everything was working fine until the Smilie Mod was installed. Avatars list when editing profile and registering no longer can be seen when you use the pull down menu. Any advice would be great on how to fix this.


Blueprint
Joined: Mar 2001
Posts: 7,394
LK Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
arkwater, it looks like you have "not so many" lines in your public_faq.pl. I suggest you to change:
Code
code:
to:
Code
code:
,
and
Code
code:
to:
Code
code:
and if it won't work, to upload the original one and hack it again.

[ April 15, 2001 05:22 AM: Message edited by: LK ]

Joined: Dec 2000
Posts: 6
Junior Member
Junior Member
Offline
Joined: Dec 2000
Posts: 6
Great hack DPK, 'cept I've noticed a peculiar behaviour with the faq link that shows the available smilies. I've upgraded to version 9 and the link works as long as you stay on the faq page. If you refresh or go to another page and then back to the smilie link on the faq page, you get an "error on page." If cache is cleared, the problem repeats.

my faq link is here .

..no problem for me, everything else about the hack is perfect.

Joined: Nov 2000
Posts: 915
Developer
Developer
Offline
Joined: Nov 2000
Posts: 915
Blueprint: got a link I can see?

Spot: That error is occuring because you are missing the javascript needed to open the legend window on the faq page.

Open up smiliemod_upgrade.txt, smiliemod_install.txt or smiliemod_ubbcodebuttons_install.txt and goto the area where it tells you to open public_faq.pl in your templates and review those instructions. You probably missed something in there. If you are still having trouble, reply and I'll give a more detailed set of stuff to do. Right now I'm at my grandparents for easter, so I dont have my code with my to check and I dont feel like downloading anything on this computer.

Joined: Apr 2001
Posts: 2
Junior Member
Junior Member
Offline
Joined: Apr 2001
Posts: 2
Thanks so much, that fixed me right up!

I knew I had done something wrong! laugh

Thanks again for the great hack!

[ April 15, 2001 11:21 AM: Message edited by: arkwater ]

Joined: Apr 2001
Posts: 5
Kak Offline
Junior Member
Junior Member
Offline
Joined: Apr 2001
Posts: 5
I did all that the instructions said and uploaded the files, but got this error:

Quote
quote:
A bit lower on the page, it says:

Quote
quote:
I tried uploading the original ubb_lib.cgi file, but then I got the same messages except only they said cp_lib.cgi instead of ubb_lib.cgi. So I put up the ubb_lib.cgi hack and it's currently back to the first two errors I mentioned.

I went through cp_lib.cgi and ubb_lib.cgi once or twice but I can't figure out the problem.

PLEASE HELP!

Joined: Apr 2001
Posts: 23
Junior Member
Junior Member
Offline
Joined: Apr 2001
Posts: 23
What do you edit so it make smilies any size fit? It scrunches them down to 15 x 15. Also, tell me what it says AND what to edit. By what it says I mean what it will say to edit the size. Thank you! smile

Joined: Apr 2001
Posts: 23
Junior Member
Junior Member
Offline
Joined: Apr 2001
Posts: 23
Also, I saw it on page 6, I just cannot find where...

Joined: Nov 2000
Posts: 915
Developer
Developer
Offline
Joined: Nov 2000
Posts: 915
scorpio: advanced smilie settings

Joined: Apr 2001
Posts: 1
Junior Member
Junior Member
Offline
Joined: Apr 2001
Posts: 1
May have a look here:
http://www.plauder-smilies.de

I love the search-engine. Just looked for a smiley-mod smile

joergh

Joined: Apr 2001
Posts: 5
Kak Offline
Junior Member
Junior Member
Offline
Joined: Apr 2001
Posts: 5
Will this hack work on UBB 6.04a?

Joined: Apr 2001
Posts: 3
Junior Member
Junior Member
Offline
Joined: Apr 2001
Posts: 3
Hey,
I try to access the smiles settings in the control pannel and get this messsage:
------------
You do not have permission to access this area.
------------
Could you please tell me whats wrong
Thanks,

Joined: Apr 2001
Posts: 14
Junior Member
Junior Member
Offline
Joined: Apr 2001
Posts: 14
I have the same Problem.

I havenn't permission do enter mey Smilie Settings

Joined: Jan 2001
Posts: 46
sas Offline
Member
Member
Offline
Joined: Jan 2001
Posts: 46
I had that problem this fix worked for me not sure if it still works though but give it a try:
Code
code:

[ April 18, 2001 08:50 AM: Message edited by: sas ]

Joined: Apr 2001
Posts: 3
Junior Member
Junior Member
Offline
Joined: Apr 2001
Posts: 3
I tried that and It didn't do anything.
It still won't give me access.
Please help

Thanks,

Joined: Mar 2001
Posts: 335
Member
Member
Offline
Joined: Mar 2001
Posts: 335
Sh20, you better not be doing this for the XGN forums.

Joined: Apr 2001
Posts: 3
Junior Member
Junior Member
Offline
Joined: Apr 2001
Posts: 3
No I'm not...

Anyway:
I am still getting the same problemI try to access the smiles settings in the control pannel and get this messsage:
------------
You do not have permission to access this area.

--------
whats wrong?
pls help

Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
Very nice work on this DPK, Amykhar, and qasic... installed it just now and it works flawlessly the first time...


- Allen wavey
- What Drives You?
Joined: Apr 2001
Posts: 14
Junior Member
Junior Member
Offline
Joined: Apr 2001
Posts: 14
@sas

I can't finde the Code which you mean

Joined: Apr 2001
Posts: 14
Junior Member
Junior Member
Offline
Joined: Apr 2001
Posts: 14
O sorry i have found the Line.

Very much thx.

It works perfekt

Joined: Nov 2000
Posts: 915
Developer
Developer
Offline
Joined: Nov 2000
Posts: 915
thanx allen. smile

nice sig, btw.

Joined: Mar 2001
Posts: 26
Junior Member
Junior Member
Joined: Mar 2001
Posts: 26
Installed this wonderful hack on our board and added a whopping 200 smiley's to the library! Works perfectly laugh

Feel free to take a look! tipsy

PlastiqueWeb Forums

Peace laugh


Niko Pettersen (Phoenix)
Webmaster and project developer of PlastiqueWeb.com
Page 6 of 10 1 2 4 5 6 7 8 9 10

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)