Quote:
Originally Posted by hubie
Fix for private messages and first post on every first page issues:
Replace:
Code:
<if condition="!$GLOBALS['FIRSTPOSTID']">
by:
Code:
<if condition="$post[postcount] == 1">
|
I dont mind it being on every post, but i would like it to not show on PM's.
Quote:
Originally Posted by cdoyle
Since I can't seem to create an account at the facebook developers forum, I'm hoping someone here will know.
Is there a way to see who clicked the like button?
Right now if a button says 3 people clicked this, who are the 3 people?
|
Use the code for this one instead..