vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin.org Site Feedback (https://vborg.vbsupport.ru/forumdisplay.php?f=7)
-   -   [FIXED] PM Smilies (https://vborg.vbsupport.ru/showthread.php?t=59884)

Snake~eyes 01-08-2004 03:52 AM

[FIXED] PM Smilies
 
Not sure but smilies in the PM don't work and I just tried them heere and they don't work here either. weird. I bet you guys are already on it but just wanted to shoot you a heads up. ;)

Koutaru 01-08-2004 03:55 AM

They work fine for me (at least -- I just sent myself a test pm)

Xenon 01-08-2004 01:51 PM

working perfectly for me as well

Snake~eyes 01-08-2004 08:32 PM

Hrm doens't work for me. I just tried it again. It brings me to the top of the page each time I click one.

Zachery 01-08-2004 09:14 PM

Quote:

Originally Posted by Snake~eyes
Hrm doens't work for me. I just tried it again. It brings me to the top of the page each time I click one.

do a hard refresh (ctrl + f5 on windows)

Snake~eyes 01-09-2004 06:43 AM

Already tried that, no luck. :(

magazineforall 01-16-2004 06:45 PM

I can't get my smilies to work AT ALL!!! When I click on em I just get taken to the top of the page

And I get an "error on the page"

Line: 217
Char: 2
Error: "theform.message" is null or not an object
Code: 0

So I dunno what it is but I hope its sorted out otherwise I cannot do any Smilies at all!!

I'm using I.E. 6 SP 1 btw

Zachery 01-16-2004 06:45 PM

Quote:

Originally Posted by magazineforall
I can't get my smilies to work AT ALL!!! When I click on em I just get taken to the top of the page

And I get an "error on the page"

Line: 217
Char: 2
Error: "theform.message" is null or not an object
Code: 0

So I dunno what it is but I hope its sorted out otherwise I cannot do any Smilies at all!!

I'm using I.E. 6 SP 1 btw

here? or on your own board?

magazineforall 01-16-2004 07:04 PM

It's just on vb.org my forums fine

Zachery 01-16-2004 07:40 PM

Quote:

Originally Posted by magazineforall
It's just on vb.org my forums fine

clear your cache AND do a hard refresh (windows CTRL+F5)

Snake~eyes 01-16-2004 07:51 PM

Glad I'm not the only one.

magazineforall 01-16-2004 08:14 PM

I've tried what you suggested a couple of times and it still does the same. It's definately something to do with vb.org because all the other vb forums are absoultey fine that I go on.....so someone needs to report it to a mod or admin

Xenon 01-16-2004 09:06 PM

well we can just fix errors we can reproduce, and this one isn't reproduceable, the smilies work perfect.

Boofo 01-16-2004 09:25 PM

I just tried it in both a reply and a quick reply and the smilies work fine. I also tried it in a new pm and it also works fine. I am also using IE 6 SP1. Must be something on the other guy's end.

You and I both know, Stefan, if something was ever gonna mess up, it would always happen to me, for some reason. But the smilies work fine here. ;)

Snake~eyes 01-16-2004 09:38 PM

I'm using IE 6.0 SP1

Boofo 01-16-2004 09:40 PM

Try clearing your cache and cookies and see if that helps.

assassingod 01-16-2004 09:41 PM

Working fine for me.

NTLDR 01-16-2004 09:43 PM

They don't work for me in PM's or in the editor on newthread/reply, but then again nothing does for me. Seems to effect only certain styles/people with specifc hotfixes etc.

Edit: I think this is just a issue with the Dark Blue style, I switched to vB3 Default and the standard editor works fine.

Snake~eyes 01-17-2004 02:42 AM

Yes I am on the Dark Blue style too. Haven't tried any others.

magazineforall 01-17-2004 09:18 AM

Yes I think that's the problem. The error is in the Dark Blue for me :ermm: Because I can now do smilies using the admin cp silver :)

Is it happening to anyone else though using the Dark Blue theme?

Xenon 01-17-2004 06:31 PM

hmm, very wierd.

the only difference in DB is the header template, and there is no JS in it...

Zachery 01-17-2004 06:32 PM

Quote:

Originally Posted by Xenon
hmm, very wierd.

the only difference in DB is the header template, and there is no JS in it...

im still not having a problem with it...

Xenon 01-17-2004 06:42 PM

as you are using DB and not having problems, it's good to hear :)

NTLDR 01-17-2004 06:50 PM

I believe faranth is using the Enhanced (WYSIWYG) Editor and not the standard one like myself and Snake~eyes which is why he doesn't get any problems.

Seems to be something todo with the naming of this text area, the error I get is:

Code:

Error: theform.message has no properties
Source File: https://vborg.vbsupport.ru/clientscr...tin_stdedit.js
Line: 216

Which points to theform.message.focus(); (in the following function in vbulletin_stdedit.js)

Code:

// #############################################################################
function setfocus()
{
        theform.message.focus();
}


Xenon 01-17-2004 06:53 PM

hmm, i'll have Erwin a look at it, as he has changed some PM templates because of his hack's

Zachery 01-17-2004 07:02 PM

why would one not use the wysiwyg ? lol ^^

NTLDR 01-17-2004 07:05 PM

I can't stand the wysiwyg editor :p

@Stefan, its a problem for me at least where ever the editor appears, new PM's, new threads, new replies they all generate that error message for any of the controls, the smilies, and all the toolbar buttons for the BB code. Thanks for looking into it :)

Zachery 01-17-2004 07:06 PM

really? the only thing that bugs me is autoparsing of urls' but otherwise im very happy with it ^^

Xenon 01-17-2004 07:16 PM

well i can't stand WYSIWYG as well.
pure boxes is the best :)

@Bug: busted ^^

Zachery 01-17-2004 07:18 PM

you fixeded it ?

Xenon 01-17-2004 07:18 PM

looks like ^^

NTLDR 01-17-2004 07:19 PM

Your the man Stefan :D

Not that I really use the buttons much, but I know alot of members don't know howto use the [code] etc tags without them.

Xenon 01-17-2004 07:21 PM

:)

the search box in the headertemplate was the problem, as it used the same name as the textarea ;)

kbadr 01-01-2005 05:35 PM

I just started getting this error on my VB. What did you have to do to fix it?

Xenon 01-01-2005 09:47 PM

well, as said you have to make sure, that the formulars have different names, that was the problem here (at least iirc, hey it's one year ago...)

Crazy Serb 03-30-2005 05:52 AM

Quote:

Originally Posted by Xenon
well, as said you have to make sure, that the formulars have different names, that was the problem here (at least iirc, hey it's one year ago...)

i'm getting that error with my board now, and i'm using the Catalyst style. everything worked just fine until I added a few tweaks, upgraded the board from 3.0.1 to 3.0.5 (over a span of few weeks) and added a few more hacks.

i can't figure it out... which one of the changed templates is messing it up.

(bumpity bump from a few months ago!)

Dean C 03-30-2005 11:24 AM

You should upgrade to 3.0.7 right away due to major security risks :)

Crazy Serb 03-30-2005 04:25 PM

Quote:

Originally Posted by Dean C
You should upgrade to 3.0.7 right away due to major security risks :)

that means spending another day just making changes (hacks) to 3.0.7...

Dean C 03-30-2005 05:20 PM

Quote:

Originally Posted by Crazy Serb
that means spending another day just making changes (hacks) to 3.0.7...

It's better than spending weeks getting your site back to normal after being hacked :)

Crazy Serb 03-30-2005 05:36 PM

Quote:

Originally Posted by Dean C
It's better than spending weeks getting your site back to normal after being hacked :)

true.

but i don't think that will solve my original problem...


All times are GMT. The time now is 03:57 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01252 seconds
  • Memory Usage 1,790KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete