Hello Tracy,trawel wrote: Hi Alex,
I tried swapping the order of both the system and content plugins. I also ensured that caching in the global configuration and the system cache plugin was disabled. Unfortunately it's still showing the tags.
I would be glad to give you a login to the admin section. I tried to send you a private message but had a difficult time finding your name in the list of users. If you could send me one I'll reply with a user name and password.
Thanks
Tracy
could you please explain to me, where are those TAGs posted?trawel wrote: Sure, here you go:
www.lincolnspeak.com/street-talk/57-title-tester
Make sure you are logged out of the front end. It will only show for guests based on the code Alex provided for me.
well, since Joomla Plugins only parse one layer of tags, the {JFBComment} is parsed into the code you just wrote, but the second layer of TAGs is left unparsed.trawel wrote: Per Alex's directions I placed it in the following location;
/plugins/system/jfbcsystem/jfbcsystem.php file. Around line 671
So the code in that file right now looks like this:
if ($user->guest)
return "<p><hr />There are <fb:comments-count href="/.$href."></fb:comments-count> comments. You must be registered and logged in to comment.<p>{JFBCLogin size=medium logout=true key=xxxx}";
else
return $commentString;
I was wondering if maybe I'm not including the tag correctly.
{JFBCLogin size=medium logout=true key=xxxx}<fb:login-button v="2" size="medium" scope="email,publish_stream,user_about_me,user_status" onlogin="javascript:jfbc.login.login_button_click();">Login With Facebook</fb:login-button>Join our newsletter to get alerts for Joomla releases, tips and tricks and extension updates.
