Just realised members can't contact each other!!... Whenever a member clicks with "Send", there's always the pop-up - "Please enter a title!" (despite having all information filled in properly).
Please Help!
Just realised members can't contact each other!!... Whenever a member clicks with "Send", there's always the pop-up - "Please enter a title!" (despite having all information filled in properly). mbonez |
Any help ? mbonez |
Any help?...please....members can't contact each other mbonez |
Still hoping someone would help me with this...don't even mind paying? mbonez |
SOMEBODY HELP! Pls... mbonez |
I am surprised that someone has not come in on this. What Dolphin version other than 7.1 are you using? Seems I recall this happening before and it may have been part of an update. OK, just saw where you have gotten some help on this. Double postings can be confusing. Geeks, making the world a better place |
I use the latest Dolphin 7.1.4 mbonez |
Most likely a javascript conflict of some type. Note that some templates will add javascript that can break things. Note that some templates will have you to add javascript that will still be in affect even if you change the template. When did you first notice this problem? Have you added and made changes to your site? Geeks, making the world a better place |
I noticed it after I had fully configured Dolphin to meet my needs for it and was ready for launch... mbonez |
OK, first of all I would turn off js caching and js compression if you have not already done that. clear the caches and report back. In order to see what js is being loaded, it needs to be not caching them anyway; otherwise it is all one big file that is hard to read. Geeks, making the world a better place |
I am surprised that someone has not come in on this.
Double posting..yes. To me it is not a Dolphin problem but server related. Curious to see the end results here. ManOfTeal.COM a Proud UNA site, six years running strong! |
I am surprised that someone has not come in on this.
Double posting..yes. To me it is not a Dolphin problem but server related. Curious to see the end results here. Maybe. Dolphin comes out of the box with caching/compression turned on for js. It SHOULD NOT. The other day I installed 7.1.4 and could not access the javascript menus in the admin. Dean told me the sql to run on the database to turn them off because I could not turn them off through the admin. The problems that js cache/compression has caused over the years would have one thinking that by now they would have removed it or have it set to off by default with a caution on turning it on may cause site issues. Geeks, making the world a better place |
Ohhh, I had turned all them compression off long ago ...lol, I've read pretty much everything on the forum that has the slightest link to this problem and I've tried so many things out, none would work tho. mbonez |
?? mbonez |
Still seeking help on this... as anyone can imagine, my website is pretty much stand-still atm since member can't actually sent each other messages... mbonez |
Try the base template, this should work, unless you have been modifying those files. Since this is not standard Dolphin but with modifications, I suggest you speak to the person who did the modifications for you. If he/she doesn't know, than maybe it's time to hire someone who might be able to work this out for you. Dedicated servers for as little as $32 (28 euro) - See http://denre.com for more information |
How do I try the base template? I only have the UNI and ALT (which is the one i'm using) mbonez |
Sorry, my fault. I should have said ALT, that is the default template. If all you did was change the background and nothing else... It should work, assuming you followed the installation instructions and also the requirements for running Dolphin. Else check what you're submitting and what the script is receiving, that should get you at closer to the issue Dedicated servers for as little as $32 (28 euro) - See http://denre.com for more information |
I installed 7.1.4 on a server, nothing added at all and I could not get the TinyMCE Toolbars to load in Chrome. No answer for why and I could not find the issue. Something to do with Javascript and it was not on my side of things because I could access other Dolphin sites with Chrome without the issue showing up. Worked on the Demo site; so I am thinking it is something about the server but no one could give me a clue. Geeks, making the world a better place |
Thanks for your replies.... mbonez |
What's the URL? http://www.mytikibar.com |
+1 What's the URL?
so much to do.... |
www.yourflatmate.co.uk password:test01 mbonez |
Privileges are limited for that test account by the way, so seeing an empty browse.php for example isn't an error... mbonez |
Please post 20 lines from the file inc/params.inc.php around line 38 from where this starts //--- Add default JS ---//
so much to do.... |
//--- Add default JS ---// $oSysTemplate->addJs(array( 'jquery.js', 'jquery.jfeed.js', 'jquery.ui.position.min.js', 'functions.js', 'jquery.dolRSSFeed.js', 'jquery.float_info.js', 'jquery.webForms.js', 'jquery.form.js', 'jquery.dolPopup.js', 'common_anim.js', 'login.js', 'ie7_flash_fix.js', 'BxDolVoting.js', 'user_status.js', 'jquery.cookie.js', ));
//--- Add default language keys in JS output ---// $oSysTemplate->addJsTranslation(array( '_Counter', '_PROFILE_ERR', '_sys_txt_btn_loading' ));
//--- Add default images in JS output ---// $oSysTemplate->addJsImage(array( 'loading' => 'loading.gif', )); mbonez |
ok edit that and add this line. //--- Add default JS ---//
so much to do.... |
Thanks for your reply. Just put that line in and made sure I cleared the cache afterwards, Made no difference though. mbonez |
Thanks for your reply. Just put that line in and made sure I cleared the cache afterwards, Made no difference though. I would start with the sendmessage function in the javascript. This is why you need a test site. When I am debugging javascript I use console.log() and alert() to find out why it's rejecting the variables. It looks like the javascript is not seeing the form variable containing the subject. I did not see any errors with firebug tho. http://www.mytikibar.com |
Did you made any other change? cuz it no more sending any request for auto fill of username. so much to do.... |
I didn't make any other change other than adding the line that you said I should add... // if(!$.browser.opera) { iTop = ($(window).height() - $el.height()) / 2; iLeft = ($(window).width() - $el.width()) / 2; // } // else { // iTop = (parseInt(window.innerHeight) - $el.height()) / 2; // iLeft = ($(window).width() - $el.width()) / 2; // }
mbonez |
?? mbonez |
problem persists... :/ mbonez |
Problem solved -- I simply replaced my entire "plugin" folder with the original. mbonez |