Site Links
Home
Features
Documentation
Pricing & Order
Members Area
Support Options
UBBDev.com
UBBWiki.com
Who's Online
3 registered (cascadeclimbers, Kelvin, Peter), 35 Guests and 16 Spiders online.
Key: Admin, Global Mod, Mod
Featured Member
Registered: 05/13/08
Posts: 596
Top Posters (30 Days)
Ruben 49
DennyP 24
Gizmo 23
Dunny 17
SteveS 14
AllenAyres 12
dbremer 10
drkknght00 9
SD 9
driv 8
Latest Photos
OK Corral Shoot Out
Testing
Basildon Train Station
Basildon Town Centre looking from the rounderbout
Basildon Town Square
Page 1 of 2 1 2 >
Topic Options
#171545 - 12/29/06 01:42 PM [7.0.2] Submit Button does nothing in PMs
hatter Offline
stranger
Registered: 09/20/06
Posts: 9
I've upgraded two forums and everything seems to work nicely...except for PMs. When I write a pm to another user and click on the submit button, nothing happens.

Preview works, but submit does nothing.

Has anyone else experienced this?

*edit* Okay, I just played with things here to see how it works. Not only does the Submit button not work, but the "Add" button doesn't work either.


Edited by hatter (12/29/06 01:43 PM)
_________________________
- Hatter
http://www.CarfaxAbbey.net
Top
Express Hosting
Express Hosting "We are the official hosting company of UBB.threads. Ask us about our free migration services to migrate your UBB.threads installation."
#171546 - 12/29/06 01:47 PM Re: [7.0.2] Submit Button does nothing in PMs [Re: hatter]
Rick Offline
Post-a-holic
Registered: 06/04/06
Posts: 10164
Loc: Aberdeen, WA
Was this an upgrade from 7.0/7.0.1 or from an earlier version. When the submit button is pushed it does run a javascript function. I believe this has changed a bit, so you may want to close your browser and reopen to make sure you don't have the old javascript library cached.

If it still does it after that, then you may want to check for javascript errors. In IE, you should get a little error down in the bottom left of the browser. If you're using Firefox then you'll want to open up the Error Console under Tools and see if it shows any errors there.
Top
#171547 - 12/29/06 01:48 PM Re: [7.0.2] Submit Button does nothing in PMs [Re: Rick]
Rick Offline
Post-a-holic
Registered: 06/04/06
Posts: 10164
Loc: Aberdeen, WA
Just saw your edit. What browser are you using and do you have javascript enabled?
Top
#171548 - 12/29/06 01:50 PM Re: [7.0.2] Submit Button does nothing in PMs [Re: Rick]
hatter Offline
stranger
Registered: 09/20/06
Posts: 9
This is originally an upgrade from an earlier version, though I have gone through the 7.0, 7.0.1, and now 7.0.2.

It still does this when I clear the cache. I'm using firefox, and here is the error from the console:

Error: pmLimit is not defined
Source File: http://www.carfaxabbey.net/forum/ubb_js/pt.js
Line: 20
_________________________
- Hatter
http://www.CarfaxAbbey.net
Top
#171550 - 12/29/06 01:53 PM Re: [7.0.2] Submit Button does nothing in PMs [Re: hatter]
Rick Offline
Post-a-holic
Registered: 06/04/06
Posts: 10164
Loc: Aberdeen, WA
Hmm, this sounds like maybe a file wasn't uploaded. Can you check in your templates/default directory and look at the sendprivate.tpl file. If you have the latest uploaded you should see this at the start:

 Code:
{* Script Version 7.0.2 *}
<script language="Javascript" type="text/javascript">
var dupUser = "{$lang.ALREADY_ADDED}";
var tooMany = "{$lang.TOO_MANY}";
var pmLimit = "{$config.PM_PARTICIPANTS}";
</script>


Edited by Rick (12/29/06 01:58 PM)
Edit Reason: Edited, because I'm a moron
Top
#171551 - 12/29/06 01:56 PM Re: [7.0.2] Submit Button does nothing in PMs [Re: Rick]
hatter Offline
stranger
Registered: 09/20/06
Posts: 9
Interesting...I checked that directory and found a lot of files like this:

%%15^152^1522C7EE%%sendprivate.tpl.php

I'll redownload the archive and check it out


Edited by hatter (12/29/06 01:56 PM)
_________________________
- Hatter
http://www.CarfaxAbbey.net
Top
#171552 - 12/29/06 01:57 PM Re: [7.0.2] Submit Button does nothing in PMs [Re: hatter]
Rick Offline
Post-a-holic
Registered: 06/04/06
Posts: 10164
Loc: Aberdeen, WA
I'm retarded this morning. I meant the templates/default. My apologies \:\(
Top
#171553 - 12/29/06 02:01 PM Re: [7.0.2] Submit Button does nothing in PMs [Re: Rick]
hatter Offline
stranger
Registered: 09/20/06
Posts: 9
It's all good. This is what I have. Perhaps I missed a config option somewhere?

 Code:
{* Script Version 7.0.2 *}
<script language="Javascript" type="text/javascript">
var dupUser = "{$lang.ALREADY_ADDED}";
var tooMany = "{$lang.TOO_MANY}";
var pmLimit = "{$config.PM_PARTICIPANTS}";
</script>
_________________________
- Hatter
http://www.CarfaxAbbey.net
Top
#171554 - 12/29/06 02:03 PM Re: [7.0.2] Submit Button does nothing in PMs [Re: hatter]
Rick Offline
Post-a-holic
Registered: 06/04/06
Posts: 10164
Loc: Aberdeen, WA
It's possible. First thing, check and make sure that you have something set under Control Panel -> Feature Settings -> Maximum number of users that can be invited to a Private Topic?
Top
#171555 - 12/29/06 02:05 PM Re: [7.0.2] Submit Button does nothing in PMs [Re: Rick]
hatter Offline
stranger
Registered: 09/20/06
Posts: 9
Checked:

Max # messages per user: 300
Max number of users that can be invited: 5
_________________________
- Hatter
http://www.CarfaxAbbey.net
Top
#171556 - 12/29/06 02:08 PM Re: [7.0.2] Submit Button does nothing in PMs [Re: hatter]
Rick Offline
Post-a-holic
Registered: 06/04/06
Posts: 10164
Loc: Aberdeen, WA
Ok, I just registered on your site and when looking at the source of the sendprivate page it looks like it might have an old copy cached. Try this. Go into your templates/compile directory, yes I do mean templates/compile this time \:\) , and delete all of the files. This will clear out any of the old cached templates and make sure it generates a new copy.
Top
#171557 - 12/29/06 02:12 PM Re: [7.0.2] Submit Button does nothing in PMs [Re: Rick]
hatter Offline
stranger
Registered: 09/20/06
Posts: 9
That worked like a charm, thanks!
_________________________
- Hatter
http://www.CarfaxAbbey.net
Top
#171595 - 12/29/06 07:54 PM Re: [7.0.2] Submit Button does nothing in PMs [Re: hatter]
Mark S Offline
Carpal Tunnel
Registered: 07/04/06
Posts: 4447
Loc: Liverpool : England : UK
I know you have resolved this but thought i would mention
also that with Norton Firewall,
they have a popup blocker which can be turned on and off
per site.

This can cause strange behavious on submit buttons.
As in it works and it dont work.
Bare that in mind.

Only info \:\)
_________________________
Version v7.5.6 smile smile < Threads satisfaction status
People who inspire me Rick Gizmo Ian David jgeoff ntdoc
Oooo i hear 8 is coming? just after 7 my friend.
Top
#171627 - 12/30/06 12:07 AM Re: [7.0.2] Submit Button does nothing in PMs [Re: Mark S]
Gizmo Offline

Registered: 06/05/06
Posts: 14994
Loc: Portland, OR; USA
Imo, norton products have so gone downhill since Symantec acquired the name...
_________________________
Forums: UGN Security & VNC Web Design & Development
UBB.Threads: UBB.Wiki, My UBBSkins, UBB.Sitemaps
Longtime UBB Supporter, UBB Beta Tester & Resident Post-A-Holic.
UBB Modifications, Styling, Coding Services, Disaster Recovery, and more!
Top
#171640 - 12/30/06 12:50 AM Re: [7.0.2] Submit Button does nothing in PMs [Re: Gizmo]
ntdoc Offline
Registered: 11/09/06
Posts: 3384
Agreed
Top
#171659 - 12/30/06 02:54 AM Re: [7.0.2] Submit Button does nothing in PMs [Re: ntdoc]
jgeoff Offline
Pooh-Bah
Registered: 08/08/06
Posts: 1922
Loc: NJ

People still use Norton??

Eww. Norton *always* crashed my system whenever I even tried installing it, let alone using it!

I caught a Boot Sector Virus years ago -- and ONLY McAfee fixed it. Never turned back. ;\)
_________________________
GangsterBB.NET (Ver. 7.5.6)
2007 Content Rulez Contest - Hon Mention
UBB.classic 6.7.2 - RIP
Browsers: Chrome, Firefox, & Safari (Win7 and iPhone); No IE, ever!
Top
#171663 - 12/30/06 03:30 AM Re: [7.0.2] Submit Button does nothing in PMs [Re: jgeoff]
ntdoc Offline
Registered: 11/09/06
Posts: 3384
Well being in the US we know of Symantec and McAfee as being the top dogs, but in Europe Kaspersky is top dog and by many analyst in the field probably the best in the industry.

I really dislike both Symantec and McAfee and have recently started not using any AV software on my system. I have a Ghost image of the main system and store data on another drive.
Been running this way now for months no problem. Downloaded and installed some AV and AntiSpyware and neither found anything - system runs so much faster and smoother without those pieces of junk being installed.

.
Top
#171671 - 12/30/06 05:36 AM Re: [7.0.2] Submit Button does nothing in PMs [Re: ntdoc]
Gizmo Offline

Registered: 06/05/06
Posts: 14994
Loc: Portland, OR; USA
I do like McAffee, but all of that new fangled gloriness is too expensive for my tastes...

I've always loved symantec over the years, and still use their virus scanner utility (formerly norton) but that will stop soon since they're getting ready to only support windows vista and i refuse to use it).

I feel that one does need to have a virus scanner, but some of these free programs lack what i need, and the pay to use ones are too expensive :cough:...

I try to check my system for spyware/trojans every so often (spybot and adaware) but for the most part, those are the only utilities i use (short of norton corporate virus scanner)
_________________________
Forums: UGN Security & VNC Web Design & Development
UBB.Threads: UBB.Wiki, My UBBSkins, UBB.Sitemaps
Longtime UBB Supporter, UBB Beta Tester & Resident Post-A-Holic.
UBB Modifications, Styling, Coding Services, Disaster Recovery, and more!
Top
Page 1 of 2 1 2 >



Moderator:  AllenAyres, Harold, Ian, Ron M 
Shout Box

Today's Birthdays
No Birthdays
Recent Topics
Ability to "like" individual posts (not Facebook "likes)
by doug
05/23/12 09:03 AM
Island Permissions
by ThreadsUser
05/22/12 03:03 PM
streaming video
by prkrgrp
05/20/12 07:02 PM
New Posts Corrupted? Can someone help?
by PianoWorld
05/19/12 09:41 AM
Custom forum permissions
by ntdoc
05/18/12 02:07 PM
Forum Stats
10489 Members
36 Forums
33841 Topics
181696 Posts

Max Online: 978 @ 06/24/07 11:19 PM
Random Image