Support Forums

Old 01-08-2009, 07:17 AM   #1
SS
 
Join Date: Mar 2008
Posts: 75
Rep Power: 6
newcastledirectory is on a distinguished road
Default user/Modify Listing Error in (IE) Only

Hi everyone..!

clients who are traying to modify listing in user-admin are all getting the same error massage when pressing the MODIFY BUTTON..!

((Internet Explora cannot open the internetsite(http://www.hunterclassifieds.com.au/...g.php?view=887)
this is one example. only those who are using Internet-Explore only


Newcastledirectory
home page title

Running(v4.0.9 Designer)
Template( Squared-Blue)
__________________
NewcastleDirectory
newcastledirectory is offline   Reply With Quote
Old 01-08-2009, 07:24 AM   #2
Member
 
Join Date: May 2008
Posts: 84
Rep Power: 5
ombre is on a distinguished road
Default

Quote:
Originally Posted by newcastledirectory View Post
Hi everyone..!

clients who are traying to modify listing in user-admin are all getting the same error massage when pressing the MODIFY BUTTON..!

((Internet Explora cannot open the internetsite(http://www.hunterclassifieds.com.au/...g.php?view=887)
this is one example. only those who are using Internet-Explore only


Newcastledirectory
home page title

Running(v4.0.9 Designer)
Template( Squared-Blue)
upload to server, if exist in your local source code, usermodifiylisting.php file.
__________________
Version 4.0.9 - now live with 40.000 ads
ombre is offline   Reply With Quote
Old 01-08-2009, 09:39 AM   #3
Moderator
 
 
Join Date: Jan 2007
Location: Pennsylvania, USA
Posts: 1,324
Rep Power: 39
Mike-N-Tosh is just really niceMike-N-Tosh is just really nice
Default

Try switching to your default template and see if the error still occurs. If it doesn't, then contact your template developer.

-Mike
__________________
Mike-N-Tosh
v3.1.10 Developer IndianaPC.org - A community website
Sandbox v4.0.9, 4.1
Templates, Mods & Docs for sale | My blog with much content for 68 Classifieds.
Web Hosting | Web Design & Development | 68 Classifieds Customizations
I am not a 68C employee, just a user and try to help out
Mike-N-Tosh is offline   Reply With Quote
Old 01-08-2009, 04:36 PM   #4
SS
 
Join Date: Mar 2008
Posts: 75
Rep Power: 6
newcastledirectory is on a distinguished road
Default Default works well ..thanks

thanks Itried switching to default and the modify works well..??

thanks again..
SS
__________________
NewcastleDirectory
newcastledirectory is offline   Reply With Quote
Old 01-08-2009, 07:33 PM   #5
Moderator
 
 
Join Date: Mar 2008
Posts: 778
Rep Power: 21
seymourjames has a spectacular aura about
Default

Does anyone else have this problem with the template because we have been unable to replicate it and nobody else has reported it from the many template owners. It may well be a bug that needs resolving. It is certainly not present with Firefox or Safari.

The instructions were clear on our recent upgrade and no other template owner has come back and said there is a problem as yet - please email me as we would like to resolve this I.E anomaly if we can:

1. replace the renew/step1.tpl file which was sent to you as part of the upgrade (in fact it is the default file for that matter).
2. replace the CSS folder which has a small style sheet for I.E. in it and a small change on the CSS for the submit buttons.
3. Make sure you have the test present given to you for I.E which is placed in the layout.tpl file.

You have not done this from what I can see. Until you install and make these small changes, it is difficult to know how to help you. We cannot ascertain if it is the template or if you have done something else with your system since installation. To be frank, you also said it was not working with the default template as well and now it is.

If you carry out the upgrade steps and it does not work we can investigate properly and will be happy to do so.
__________________
TemplateCodes.com
seymourjames is offline   Reply With Quote
Old 01-08-2009, 07:43 PM   #6
Moderator
 
 
Join Date: Mar 2008
Posts: 778
Rep Power: 21
seymourjames has a spectacular aura about
Default

As an addendum;

I have just been back to your site and you have the defaults installed for userbrowselistings.tpl which is slightly different from our template. Can you please install the template version of this file so it can be tested.
__________________
TemplateCodes.com
seymourjames is offline   Reply With Quote
Old 01-13-2009, 12:42 PM   #7
Junior Member
 
Join Date: Jan 2009
Posts: 2
Rep Power: 0
apna is on a distinguished road
Default

Quote:
Originally Posted by seymourjames View Post
Does anyone else have this problem
Yes, I have same problem with IE, works fine with Firefox, also when I changed to 'Default' template it works. I'm using "rounded-blue-premium" template with v4.0.9

Thanks

apna
apna is offline   Reply With Quote
Old 01-16-2009, 11:10 AM   #8
Moderator
 
 
Join Date: Mar 2008
Posts: 778
Rep Power: 21
seymourjames has a spectacular aura about
Default

I sent you a PM but did you receive and do the upgrade? If not please PM me again with an email where the file can be sent which needs changing.
__________________
TemplateCodes.com
seymourjames is offline   Reply With Quote
Old 01-16-2009, 08:43 PM   #9
Moderator
 
 
Join Date: Mar 2006
Location: NJ/NYC Area
Posts: 2,182
Rep Power: 59
juven14 is a jewel in the rough
Default

open templates/template-name/scripts/layout.js

find:

HTML Code:
window.addEvent('domready',function(){
	Lightbox.init({descriptions: '.lightboxDesc', showControls: true});
});
replace with:

HTML Code:
window.addEvent('domready',function(){
	var proceed = $$('.lightboxDesc');
	if (proceed != 'undefined' && proceed != null && proceed != '') {
		Lightbox.init({descriptions: '.lightboxDesc', showControls: true});
	}
});
This should solve the issue.
__________________
TemplateCodes.com
juven14 is offline   Reply With Quote
Old 01-19-2009, 04:41 PM   #10
Junior Member
 
Join Date: Jan 2009
Posts: 2
Rep Power: 0
apna is on a distinguished road
Default

Thanks guys, it's working now
apna is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Back Button for modify listing images bowers01 Feature Requests 0 10-28-2008 04:32 AM
modify listing issue centinel3 v4 Questions & Support 4 08-21-2008 09:54 AM
"Upgrade" within modify a listing page.. YourPalAl v4 Questions & Support 0 06-14-2008 09:21 PM
"Modify an Ad" makes listing inactive Damon v4 Questions & Support 2 02-26-2008 09:08 AM


All times are GMT -4. The time now is 02:06 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0