× Joomla Facebook Connect support forum

Topic-icon iFrame overlap/hiding issues with Invite module

Support Specialist
14 years 6 months ago #16050 by alzander
Robert,
Your page is offline right now, so I can't see the problem. However, it sounds like all your issues are related.

To fix, in the same /mod_jfbcinvite/tmpl/default.php file, around line 40, you'll see:
<div style="position: relative; top:0px; left:0px; width:<?php echo $closedWidth;?>px; overflow:hidden; z-index:100" id="jfbcinvite">
You can force a height here, like so:
<div style="position: relative; top:0px; left:0px; width:<?php echo $closedWidth;?>px; height:700px; overflow:hidden; z-index:100" id="jfbcinvite">
Alternatively, you could add the following style to your template's CSS file:
#jfbcinvite {height:700px}

Hope that all helps!
Alex
The topic has been locked.
Active Subscriptions:

None
14 years 6 months ago #16051 by Robert
Alex, here we go ...

I tried both of the suggestions and didn't have any luck.

Not sure however, which template CSS file to add #jfbcinvite {height:700px}. I tried custom and modules and layout. To no avail.

The first suggestion, forcing a height in the code "<div style="position: relative; top:0px; left:0px; width:<?php echo $closedWidth;?>px; height:700px; overflow:hidden; z-index:100" id="jfbcinvite">" didn't have any effect at all.

I have opened up the site again if you are inclined to take another look. I sure would appreciate it.
Bob
The topic has been locked.
Active Subscriptions:

None
14 years 6 months ago #16072 by Robert
Alex ... Is there an ETA for the release of the new Invite module?

Bob
The topic has been locked.
Support Specialist
14 years 6 months ago #16074 by alzander
Bob,
Sorry for not responding sooner. The email feature was a new(er) addition to the widget. The setting inside the JFBCInvite module enables a different email 'box' at the bottom of the original window. If you want to disable the 2nd window with the email stuff, you can make (yet another) modification to the /tmpl/default.php file. At line 56, you'll see:
cols="<?php echo $params->get('cols') ?>"
							rows="<?php echo $params->get('rows') ?>" 
					                email_invite="<?php echo $params->get('enable_email') ?>"
Add one more line after that to be:
cols="<?php echo $params->get('cols') ?>"
							rows="<?php echo $params->get('rows') ?>" 
					                email_invite="<?php echo $params->get('enable_email') ?>"
                                                        import_external_friends="0"
Whew! To answer your other question, JFBC v4.1 is in final development now. We're hoping to have it out the first week of December, but no matter what, it will be out by the end of the year with the new Invitation module.

Hope that all helps, and really sorry for making you make all these changes to one of our features.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
14 years 6 months ago #16088 by Robert
Alex ... Thx for ALL your help. I am eager for the upgrade as I am sure you are too.

Unrelated question: I can't seem to figure out how to customize the the default text when someone "likes" or "sends" ... this is what gets posted to their FB wall:
SJ Shows
www.saucyjackson.com/index.php/sj-shows
Joomla! - the dynamic portal engine and content management system ... this is what I would like to change/customize.

I can start a new thread if you would prefer.

Bob
The topic has been locked.
Active Subscriptions:

None
14 years 6 months ago #16110 by Robert
Alex ... Please disregard my last post. I found my errors and made the corrections. Thx again for all your help and GREAT advise!
Bob
The topic has been locked.
Support Specialist
14 years 6 months ago #16127 by alzander
Bob,
Glad to hear you got it! No worries about the support, it's what we do. Just happy to hear it all seems to be working now, and hope that JFBC 4.1 works even better!

Finally, please consider leaving a rating and review for JFBConnect on the Joomla Extension Directory. It's certainly not required, but very appreciated:
extensions.joomla.org/extensions/social-...ook-integration/7215

Thanks, and good luck,
Alex
The topic has been locked.