Topic-icon Replacing JReviews login with JFBConnect login

Active Subscriptions:

None
Hi Alex,

On my jreviews rating website, users have to login to submit a review or a new listing. So far I have used the joomla login, but now i want to replace it with the jfbconnect facebook login button.

The jreviews team has given me two option on how to delete the jreviews joomla login panel:

To remove the login form, you would need to do it in the theme file

/jreviews/views/themes/default/reviews/user_reviews.thtml

element('login');?>

Or you can remove all the code from the login element fil in /default/elements/login.thtml


Now you have stated in your documentation, that I just need to insert { JFBCLogin } into the template.

How can i do this, so it will look like in the picture I have sent you per pm?

thanks,
ari
The topic has been locked.
Active Subscriptions:

None
14 years 3 months ago #19744 by mtk
Hello Ari,
this should really be straight forward and exactly as you described:
replace the call for the JReviews login:
element('login');
with the tags loading the JFBC login:
{ JFBCLogin }
this will work if JReviews does load the system plugins.


simply try that and let us know if that works.


Mati
The topic has been locked.
Active Subscriptions:

None
14 years 3 months ago #19789 by ari04011990
thanks that worked!

ari
The topic has been locked.
Active Subscriptions:

None
14 years 3 months ago #19803 by mtk

ari04011990 wrote: thanks that worked!

ari

Glad to hear that.

Let us know if we could help with anything else.
The topic has been locked.