• twitter image
  • facebook image
  • youtube image
  • linkedin image
Language: CMS Made Simple Czech CMS Made Simple France CMS Made Simple Spain CMS Made Simple Hungary CMS Made Simple Russia CMS Made Simple Netherlands

All times are UTC




Post new topic Reply to topic  [ 16 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: CGFBapp error:The comments plugin requires an href parameter
PostPosted: Wed Oct 05, 2011 5:26 pm 
Offline
Power Poster
Power Poster
User avatar

Joined: Sun Jan 22, 2006 3:24 am
Posts: 435
Location: Syracuse, NY
I have installed the CGFBapp module v1.0.3 and it is a welcome addition to my site (CMSMS v1.9.4.3) as it easily allows FB integration, particularly the Like features. However I am having an error when I insert the comments plugin.

Specifically I am inserting the following into my template.

Code:
{cgfb_init}{cgfb_comments}


When the page is viewed I get the error "The comments plugin requires an href parameter."

I have viewed the help page for the plugin and the documentation states:
Quote:
The next most common way to add facebook integration into your site is to allow visitors to enter comments. You can do this by adding the {cgfb_init}{cgfb_comments} tag into your page template.


The documentation does not mention anything about an href parameter for the comments plugin.

Therefore I am confused as how to gain this functionality.

Elsewhere on the page I have inserted the Like plugin and it is working splendidly.


Top
 Profile  
 
 Post subject: Re: CGFBapp error:The comments plugin requires an href param
PostPosted: Fri Oct 14, 2011 8:37 am 
Offline
Forum Members
Forum Members
User avatar

Joined: Sat Apr 02, 2011 5:39 am
Posts: 50
Location: Australia
I too cant find documentation about this

I have the same problem


Top
 Profile  
 
 Post subject: Re: CGFBapp error:The comments plugin requires an href param
PostPosted: Sat Oct 15, 2011 4:11 am 
Offline
Forum Members
Forum Members
User avatar

Joined: Sat Apr 02, 2011 5:39 am
Posts: 50
Location: Australia
this is what it says to do

Quote:
The simplest way to add facebook integration into your site is just to add {cgfb_init}{cgfb_like} into the page template of your site. Now any page that uses this page template will have a facebook "Like" button attached to it. You do not need to create a facebook application to use this function.

The next most common way to add facebook integration into your site is to allow visitors to enter comments. You can do this by adding the {cgfb_init}{cgfb_comments} tag into your page template.


and then this

Quote:
Smarty Function Reference:

Social Plugins:
{cgfb_like [params]]

Create a "Like" Button for a URL.
Parameters:
href - (string) The URL to allow people to like. (default is the current page URL.)
layout - (string) The layout of button. Possible values are standard,button_count,box_count.
show_faces - (boolean) Wether to show faces of the others that have liked the item.
action - (string) The beaviour of the button, Possible values are like,recommend.
width - (int) The width of the like button in pixels.
font - (string) The string to use for the form or display. Values are arial,lucide grande,segoe ul,tahoma,verdana
colorscheme - (string) The color scheme for the form. Values are light,dark
ref - (string) An optional reference value to use for statistics purposes.
assign - (string) Assign the output to a smarty variable.


{cgfb_comments [params]}

Create a form allowing facebook users to leave comments on a page, or on an item.
Parameters:
uniqueid - (string) A unique identifier to use to identify the item that is being commented on. (default is a hash of the current page url).
width - (int) The maximum width of the form in pixels. (default is 425)
ncomments - (int) The maximum number of comments to display at one time. (default is 10)
publish - (boolean) Wether the "public comment" checkbox should be displayed.
assign - (string) Assign the output to a smarty variable.


it might be assumed that everyone knows what to add to the [params]

I dont, what do you add to
{cgfb_comments [params]}

I dont understand
Quote:
uniqueid - (string) A unique identifier to use to identify the item that is being commented on. (default is a hash of the current page url).


thanks,

im not sure what other information to include in this post to help describe the problem


Top
 Profile  
 
 Post subject: Re: CGFBapp error:The comments plugin requires an href param
PostPosted: Tue Nov 08, 2011 9:15 pm 
Offline
Power Poster
Power Poster
User avatar

Joined: Sun Jan 22, 2006 3:24 am
Posts: 435
Location: Syracuse, NY
Have re-read everything and still no-go. Anyone have a clue how to get this working?


Top
 Profile  
 
 Post subject: Re: CGFBapp error:The comments plugin requires an href param
PostPosted: Sun Nov 13, 2011 9:28 am 
Offline
Forum Members
Forum Members
User avatar

Joined: Sat Apr 02, 2011 5:39 am
Posts: 50
Location: Australia
cnymike wrote:
Have re-read everything and still no-go. Anyone have a clue how to get this working?


Hey cnymike,

Let me know what you have done so far and I will help you
I have it working now


Top
 Profile  
 
 Post subject: Re: CGFBapp error:The comments plugin requires an href param
PostPosted: Sun Nov 13, 2011 1:11 pm 
Offline
Power Poster
Power Poster
User avatar

Joined: Sun Jan 22, 2006 3:24 am
Posts: 435
Location: Syracuse, NY
I have not done much other than dropping in the comment module and getting the resulting error.

{cgfb_init}{cgfb_comments}

"The comments plugin requires an href parameter."

I don't understand what or where the HREF Parameter that is mentioned in the error is supported to go.


Top
 Profile  
 
 Post subject: Re: CGFBapp error:The comments plugin requires an href param
PostPosted: Thu Dec 22, 2011 11:29 am 
Offline
New Member

Joined: Thu Dec 22, 2011 11:17 am
Posts: 1
DADOCTOR wrote:

Let me know what you have done so far and I will help you
I have it working now


Hi DADOCTOR,

Can you share the {cgfb_comments} href magic with us?? I only imported the app yesterday... and already I'm driven nuts figuring it out!

I've tried listing all the options (...of which href is not actually listed as an option!)... but it makes no difference. Can only be a syntax error on my part, but any light you can shed on it would be MUCH appreciated.

Many thanks,

Sonovox.


Top
 Profile  
 
 Post subject: Re: CGFBapp error:The comments plugin requires an href param
PostPosted: Tue Dec 27, 2011 9:49 pm 
Offline
Forum Members
Forum Members
User avatar

Joined: Sat Apr 02, 2011 5:39 am
Posts: 50
Location: Australia
Facebook has just changed the parameters again

it seems like everyone now has a error showing under their comments box.

it says this,

Code:
Warning: this comments plugin is operating in compatibility mode, but has no posts yet. Consider specifying an explicit 'href' as suggested in the comments plugin documentation to take advantage of all plugin features.


I am now trying to work this out.

It would be great if the creator of this add on could help us out?

I will post update if I have a fix


Top
 Profile  
 
 Post subject: Re: CGFBapp error:The comments plugin requires an href param
PostPosted: Sun Feb 19, 2012 9:33 am 
Offline
Power Poster
Power Poster
User avatar

Joined: Thu Mar 23, 2006 9:25 am
Posts: 1425
Location: The Netherlands
Did anyone manage to find a solution for the requisted href-parameter?

Thanks for your reply,
Gregor


Top
 Profile  
 
 Post subject: Re: CGFBapp error:The comments plugin requires an href param
PostPosted: Sun Feb 19, 2012 7:20 pm 
Offline
Administrator
Administrator
User avatar

Joined: Thu Mar 09, 2006 5:32 am
Posts: 11812
Location: Arizona
Has anyone filed a bug report?...

_________________
Extensions » Modules/Tags click the name of the module/tag or Help to the right to get its parameters.
Right click and view source is a great way to see what you have to work with.
Check ver. CMSMS, PHP, server OS, in System Information page.
Default content http://multiintech.com/defaultcontent/
People are Wonderful
Business is Great
Life is Terrific
Ever wonder what happened to the Album module? Well it is alive and well.
http://album.multiintech.com/
Image


Top
 Profile  
 
 Post subject: Re: CGFBapp error:The comments plugin requires an href param
PostPosted: Sun Feb 19, 2012 7:35 pm 
Offline
Power Poster
Power Poster
User avatar

Joined: Thu Mar 23, 2006 9:25 am
Posts: 1425
Location: The Netherlands
Yes I did (also have the solution...)


Top
 Profile  
 
 Post subject: Re: CGFBapp error:The comments plugin requires an href param
PostPosted: Sat Apr 28, 2012 11:30 am 
Offline
Forum Members
Forum Members

Joined: Wed Aug 15, 2007 11:28 am
Posts: 44
Location: Auckland, New Zealand
Can you please provide us the solution?? How to get rid of the yellow warning:

Quote:
Warning: this comments plugin is operating in compatibility mode, but has no posts yet. Consider specifying an explicit 'href' as suggested in the comments plugin documentation to take advantage of all plugin features.


Thanks!


Top
 Profile  
 
 Post subject: Re: CGFBapp error:The comments plugin requires an href param
PostPosted: Mon Apr 30, 2012 5:36 am 
Offline
Power Poster
Power Poster
User avatar

Joined: Thu Mar 23, 2006 9:25 am
Posts: 1425
Location: The Netherlands
It's not allowed to post code modifications. I'm not sure if I gave the solution in the bug report. Please have a look. If it's not in the bug report, send me a pm.

Gregor


Top
 Profile  
 
 Post subject: Re: CGFBapp error:The comments plugin requires an href param
PostPosted: Tue May 01, 2012 2:39 am 
Offline
Power Poster
Power Poster
User avatar

Joined: Sun Jan 22, 2006 3:24 am
Posts: 435
Location: Syracuse, NY
Gregor, it would help me and others if you could post your fix along with an explanation of how it works. Thanks in advance.


Top
 Profile  
 
 Post subject: Re: CGFBapp error:The comments plugin requires an href param
PostPosted: Tue May 01, 2012 7:49 am 
Offline
Dev Team Member
Dev Team Member
User avatar

Joined: Wed Apr 23, 2008 7:53 am
Posts: 5055
Location: The Netherlands
http://twitter.com/calguy1000 (April 28th)
Quote:
Spent a good bunch of hours working on my social app for #cmsms.. it's gonna be sweet. adding badges is gonna be next on the todo list.
Perhaps might solve some problems...

Grtz. Rolf

_________________
Dutch CMSMS community website cmsms.nl and Wiki wiki.cmsms.nl
--------------------------
My CMSMS Tips and Tricks Weblog and website about Pneumatic Tube Systems / Rohrpost
My other (Dutch) website: Smakelijk eten zonder zout (Design: Compufairy)


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 16 posts ]  Go to page 1, 2  Next

All times are UTC


Who is online

Users browsing this forum: No registered users


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Arvixe - A CMSMS Partner