Previous Thread
Next Thread
Print Thread
Rate Thread
Joined: Feb 2001
Posts: 10
UV
Offline
Junior Member
Junior Member
Offline
Joined: Feb 2001
Posts: 10
I've installed version 6.05 and found out that when clicking any of the instant graemlins or the ubb code buttons, nothing happens except IE notifying me of an 'object expected' error. I removed my header but it doesn't seem to work as well. After installing UBB code buttons 7.6, at least the buttons work but the smilies still don't. We've been trying to fix this issue all day.

You might wanna take a look right here .

Thanks in advance...

P.s. The forum is meant for an Israeli gaming site, so it's half translated to Hebrew and mostly aligned to the right. It's also not very customized yet.

[ July 06, 2001 06:11 PM: Message edited by: UV ]

Sponsored Links
Joined: May 2000
Posts: 1,356
Addict
Addict
Joined: May 2000
Posts: 1,356
Moving to UBB6 Mod Questions Forum...

Joined: May 2001
Posts: 2,798
Member
Member
Offline
Joined: May 2001
Posts: 2,798
UV - Do you have a test account so we can maybe look at the thread posting and such?

Joined: Feb 2001
Posts: 10
UV
Offline
Junior Member
Junior Member
Offline
Joined: Feb 2001
Posts: 10
Sure.
Just use:

user: guest
pass: 12345

Thanks!

Joined: May 2001
Posts: 2,798
Member
Member
Offline
Joined: May 2001
Posts: 2,798
It looks as though you made a javascript error because I get an error on page with the javascript and smilies. Look into that. Try uploading .js files in ASCII. And get back to me.

Sponsored Links
Joined: Feb 2001
Posts: 10
UV
Offline
Junior Member
Junior Member
Offline
Joined: Feb 2001
Posts: 10
I'm using only 1 *.js file - the ubb codecuttons 6.7 one. The problem existed before I even installed it.

[ July 07, 2001 11:47 AM: Message edited by: UV ]

Joined: May 2001
Posts: 2,798
Member
Member
Offline
Joined: May 2001
Posts: 2,798
Hmm. I really wouldn't know then. You must have done something. Let me think and get back to ya.

Joined: Feb 2001
Posts: 10
UV
Offline
Junior Member
Junior Member
Offline
Joined: Feb 2001
Posts: 10
/Me waits patiently smile

Joined: Aug 2000
Posts: 1,083
Kahuna
Kahuna
Offline
Joined: Aug 2000
Posts: 1,083
well its a javascript error. Has it always not worked correctly? Check the javascript inside public_common.pl you SHOULD have this:

Code
code:
";
revisedMessage = currentMessage+codeUBBCode;
document.REPLIER.message.value=revisedMessage;
document.REPLIER.message.focus();
return;
}

if (action == "liststart") {
var liststartUBBCode = "
  • ";
    revisedMessage = currentMessage+liststartUBBCode;
    document.REPLIER.message.value=revisedMessage;
    document.REPLIER.message.focus();
    return;
    }
    if (action == "listend") {
    var listendUBBCode = "
";
revisedMessage = currentMessage+listendUBBCode;
document.REPLIER.message.value=revisedMessage;
document.REPLIER.message.focus();
return;
}
if (action == "listitem") {
var thisItem = prompt("$vars_wordlets{enter_list_item}", "");
var itemUBBCode = "
[*]"+thisItem;
revisedMessage = currentMessage+itemUBBCode;
document.REPLIER.message.value=revisedMessage;
document.REPLIER.message.focus();
return;
}

}
//-->

[/code]

This isnt hard to find in public common since its right near the top.


.::First place winner in the June 2001 Member Spotlight ::.
.::Zelda Xtreme::.
Joined: Aug 2000
Posts: 1,083
Kahuna
Kahuna
Offline
Joined: Aug 2000
Posts: 1,083
since that didnt come out right... click the below link to get that javascript for it.

http://www.zeldaglitches.com/javascript.txt


.::First place winner in the June 2001 Member Spotlight ::.
.::Zelda Xtreme::.
Sponsored Links
Joined: Aug 2000
Posts: 1,083
Kahuna
Kahuna
Offline
Joined: Aug 2000
Posts: 1,083
ugh... that didnt come out right either... just do a view source on that page.


.::First place winner in the June 2001 Member Spotlight ::.
.::Zelda Xtreme::.
Joined: Jul 2001
Posts: 4
Junior Member
Junior Member
Offline
Joined: Jul 2001
Posts: 4
Shalom UV! Ma nishma? smile
(Sliha, ani lo medaber ivrit -Sorry I do not speak Hebrew.)
I have just had very similar trouble with my forum. The cause of it is simple - Wordlets!
For example, my trouble (not working graemlins was caused by using double quotation marks (like this ") within a description of URL wordlet.
When page is generated and Javascript takes the wordlet, it puts it in quotation marks. If your wordlet has one or two already, script stops reading after it, as it expects for closing brackets - ( .
Having checked your source code, I found that row 80 (var thisEmail) has prompt of Hebrew words (I cannot say which words as I don't have hebrew support on my computer).
One of the hebrew letters, while reading in plain English represents itself as quotation mark ("). Perhaps, that is yud, but I cannot say. It makes your Javascript stop working.
The possible solution is. Go to yout Post a Reply window, say yes, when explorer asks if you wish to debug, and after page will have been loaded, View->Source. When source will be opened in Notepad, find a row, which call var ThisEmail=prompt... and check, what is written inside brackets. After that go to UBB Control panel, find a relevant wordlet with these words and put there some English (just to check). Save wordlets, clear cache and retry Post a reply. It should work, unless there is no other similar mistake.
Pls let us know about the results.

As the last comment, it is better to keep UBB working on some multi-lingual server (like localized versions of Apache).
Best regards,
Evgen.

Joined: Feb 2001
Posts: 10
UV
Offline
Junior Member
Junior Member
Offline
Joined: Feb 2001
Posts: 10
It worked! Thank you so much smile
I love this place laugh

Joined: Jul 2001
Posts: 4
Junior Member
Junior Member
Offline
Joined: Jul 2001
Posts: 4
Bevakasha! smile


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
AllenAyres
AllenAyres
Texas
Posts: 21,079
Joined: March 2000
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)