Go Back   Pligg Forum > Pligg Help > General Help
Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-21-2007, 10:28 AM
redwine's Avatar
redwine redwine is offline
Pligg Donor
Pligg Version: 9.8
Pligg Template: custom template
 
Join Date: Jul 2007
Posts: 184
Downloads: 22
Uploads: 0
Thanks: 17
Thanked 90 Times in 57 Posts
Exclamation [SOLVED] Tell a friend and message a friend bugs

Hello all,

I searched all the forum but could not find a clear solution to the problems I am having. The weird thing is that it was working perfectly before.

Problem: send a message to a friend:

The whole screen is higlighted and the message box does not load.
I tried the firebug and it gave me this error when trying to send a message to a friend:

$(this.content) has no properties
/modules/lightbox/js/lightbox.js
Line 127

Problem: Tell afriend:

When clicking on the "tell a friend" link from the Published or Upcoming pages, the message box shows but mostly coverd by the post that is below.
It works fine from the "story" page though!

I don't think it is an IE 7 issue, as I checked some other sites and found that some don't work and other work fine.

Could you please help with this nasty bug.

The site is BooksImpact / Published Books

Thank you so much for your assistance.
Attached Images
File Type: jpg tell a friend.jpg (178.1 KB, 15 views - Who Downloaded?)
File Type: jpg message a friend.jpg (215.0 KB, 14 views - Who Downloaded?)
Reply With Quote
Sponsored Links
Check out the New Templates at the Pligg Pro Shop.
  #2 (permalink)  
Old 09-21-2007, 02:26 PM
chuckroast's Avatar
chuckroast chuckroast is offline
Pligg Developer
Pligg Version: 9.9
Pligg Template: Summerfest
 
Join Date: Jun 2006
Location: PA
Posts: 2,108
Downloads: 48
Uploads: 18
Thanks: 157
Thanked 412 Times in 254 Posts
Without knowing what files you've modified it makes it hard to help you troubleshoot.

For the lightbox error , I would suggest uninstalling the module, then reinstall it again. Also you may want to list what other modules you have activated. One may be conflicting with lightbox.
__________________
Visit PliggPro the official Pligg Mods & Template Shop!

Reply With Quote
  #3 (permalink)  
Old 09-21-2007, 03:47 PM
redwine's Avatar
redwine redwine is offline
Pligg Donor
Pligg Version: 9.8
Pligg Template: custom template
 
Join Date: Jul 2007
Posts: 184
Downloads: 22
Uploads: 0
Thanks: 17
Thanked 90 Times in 57 Posts
Tell a friend and message a friend bugs

Thank you for the reply. I will try resintalling it.

I only changed the the tpl files that belong to the side bar. I added display:none for the divs so that they remain closed (side bar boxes). I also added a link to the "saved" from the top nav bar.

I will try and see what might happen.

Thanks again.
Reply With Quote
  #4 (permalink)  
Old 09-21-2007, 04:00 PM
redwine's Avatar
redwine redwine is offline
Pligg Donor
Pligg Version: 9.8
Pligg Template: custom template
 
Join Date: Jul 2007
Posts: 184
Downloads: 22
Uploads: 0
Thanks: 17
Thanked 90 Times in 57 Posts
Tell a friend and message a friend bugs

Quote:
Originally Posted by redwine View Post
Hello all,

I searched all the forum but could not find a clear solution to the problems I am having. The weird thing is that it was working perfectly before.

Problem: send a message to a friend:

The whole screen is higlighted and the message box does not load.
I tried the firebug and it gave me this error when trying to send a message to a friend:

$(this.content) has no properties
/modules/lightbox/js/lightbox.js
Line 127

Problem: Tell afriend:

When clicking on the "tell a friend" link from the Published or Upcoming pages, the message box shows but mostly coverd by the post that is below.
It works fine from the "story" page though!

I don't think it is an IE 7 issue, as I checked some other sites and found that some don't work and other work fine.

Could you please help with this nasty bug.

The site is BooksImpact / Published Books

Thank you so much for your assistance.

I uninstalled lightbox, thickbox, private messaging and javascript effect pack and reinstalled them. Nothing was fixed. the problem persist.
Reply With Quote
  #5 (permalink)  
Old 09-22-2007, 10:06 AM
redwine's Avatar
redwine redwine is offline
Pligg Donor
Pligg Version: 9.8
Pligg Template: custom template
 
Join Date: Jul 2007
Posts: 184
Downloads: 22
Uploads: 0
Thanks: 17
Thanked 90 Times in 57 Posts
[solved Important] Tell a friend and message a friend bugs

Quote:
Originally Posted by redwine View Post
Hello all,

I searched all the forum but could not find a clear solution to the problems I am having. The weird thing is that it was working perfectly before.

Problem: send a message to a friend:

The whole screen is higlighted and the message box does not load.
I tried the firebug and it gave me this error when trying to send a message to a friend:

$(this.content) has no properties
/modules/lightbox/js/lightbox.js
Line 127

Problem: Tell afriend:

When clicking on the "tell a friend" link from the Published or Upcoming pages, the message box shows but mostly coverd by the post that is below.
It works fine from the "story" page though!

I don't think it is an IE 7 issue, as I checked some other sites and found that some don't work and other work fine.

Could you please help with this nasty bug.

The site is BooksImpact / Published Books

Thank you so much for your assistance.
****************

I was able to figure out why the "Tell a friend" overlay was bugy and covered by the post that is below (see attached snapshot).

I am not sure if it will help those who have the same problem. I am assuming that they might have changed something similar in the CSS file, speifically to:

#content-wrap2 {background: #fff;position:relative;min-height:1050px; height:auto;margin:0 20px 0 20px; color: #444;}

I have changed it to:

#content-wrap2 {background: #fff;position:relative;min-height:auto; height:auto;margin:0 20px 0 20px; color: #444;}

When I disected the style sheet, I discovered that putting it back to B]min-height:1050px[/b] fixed the problem for me.

I hope this will help those who have a similar bug.

I am still working on finding why the "Message a friend" is not working, and I will post the fix as soon as I find it.

Last edited by redwine : 09-22-2007 at 10:10 AM. Reason: edit title
Reply With Quote
  #6 (permalink)  
Old 09-22-2007, 06:14 PM
redwine's Avatar
redwine redwine is offline
Pligg Donor
Pligg Version: 9.8
Pligg Template: custom template
 
Join Date: Jul 2007
Posts: 184
Downloads: 22
Uploads: 0
Thanks: 17
Thanked 90 Times in 57 Posts
[SOLVED] Tell a friend

Check my previous post.
Reply With Quote
Reply



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

vB code is On
Smilies are Off
[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
send message to friend buggy argh2xxx Bug Report 13 09-14-2007 11:36 PM
How to customize 'successfully added friend' message? rohitsax Pligg Templates 0 05-21-2007 06:29 AM
How to Avoid Spamming through Tell a Friend Form The Edifier General Help 3 03-27-2007 12:04 AM
Changing Tell A Friend Default Message Critter183 General Help 2 03-16-2007 02:37 PM
[Fixed] Send a Message - clicking on send a message to friend broken? TrailofDead Bug Report 2 03-12-2007 08:23 PM


LinkBacks Enabled by vBSEO 3.0.0