Nadiamode
Forum Replies Created
-
Forum: Plugins
In reply to: [Facebook Page Publish] Your connection options could not be validated.0.3.6 work now, but i dont like text posted via ….
wait for fb fix this bugForum: Plugins
In reply to: WP Super Cache vs W3 Total Cachei try both wp super cache and w3 total cache
wp super cache is ok but i cannot config much as i want it serve only static cache filewhile w3 total have static cache file including other features example database & object caching, minify, browser (all in one)
database caching is very useful with large site and dynamic content because it can reduce many query
if it default setting why i get many duplicate user before i put “users” in Ignored query stems: ?
or i have to tick “Don’t cache queries for logged in users” too ?
my site handle with many logged-in users because some content hidden to visitor but show to logged-in users only so i dont want to overload mysql query then i try un-check “Don’t cache queries for logged in users” (my site also run many query)
is it okay for my case ? if i un-check “Don’t cache queries for logged in users” and use “Ignored query stems:” to prevent duplicate user problem while optimize db query for logged-in users
Forum: Plugins
In reply to: [Facebook Page Publish] "Some or all access permissions are missing"wOw, thanks
Great plugin!Forum: Plugins
In reply to: [Facebook Page Publish] "Some or all access permissions are missing"plugin v 0.3.5 can publish to personal profile page but cannot publish to fanpage
2. Publishing > Page or profile ID > MY PROFILE ID
If I use personal profile id = Plugin 0.3.5 Work!
—
2. Publishing > Page or profile ID > MY FANPAGE ID
BUT If I use fanpage profile id = Plugin 0.3.5 NOT Work!
Forum: Plugins
In reply to: [Facebook Page Publish] "Some or all access permissions are missing"2. Publishing > Page or profile ID > MY PROFILE ID
If I use personal profile id = Plugin 0.3.5 Work!
—
2. Publishing > Page or profile ID > MY FANPAGE ID
BUT If I use fanpage profile id = Plugin 0.3.5 NOT Work!
same here, pls fix
Forum: Plugins
In reply to: [Facebook Page Publish] "Some or all access permissions are missing"me too, i just update plugin to latest version 0.3.5 but still get error
Some or all access permissions are missing. Please click the button Grant access rights! and authorize the plugin to post to your Facebook profile or page.
Your page or profile’s access permissions could not be verified.
actually i use ver 0.3.3 until past hour then i get verify error message so i come to read thread in these forum and found that some people already reported this error 3-4 days ago and plugin author also update plugin already to 0.3.5
plugin removed function fpp_is_valid_facebook_application because facebook update their verification method so old method wont work
// Quick fix until a patch is available:
// Does no longer work (fb api behaovior changed):
so i think the new version 0.3.5 already fix error but after i upgrade (10 minute ago) it still not work !
for me, my problem resolved
i go to UN-CHECK
Page Cache > Purge Policy >
Specify the pages and feeds to purge when posts are created, edited, or comments posted.
1. Home page
now visitors can see cache on homepage
—
my site have new comment every 3-5 minute so maybe it cause to single post cache update frequency more than interval time (3600)
—
plugin should have an option for “when posts are created, edited, or comments posted. ” separately
1. some blog have many comment but doesn’t have new post = cache update too often because comment
2. some blog have less comment but more new post = cache update too often because new post
if plugin have option
1. Specify the pages and feeds to purge when when posts are created, edited.
2. Specify the pages and feeds to purge when comments posted.
so people can choose that they want update cache when have a new post or new comment or both
i have many comment but i dont want cache page cleared too often but i also want cache cleared when i have edit post or make a new post
separate post and comment
where to download dev version? and when will they fix this in stable version
* today i try disk basic, but homepage still not cached, some other page also cached only 2 – 6 minutes randomly instead of 3600 second , i test in a new browser with no login
same here, plugin re-create cache file too often than ‘3600’ (Garbage collection interval:) sometime 5 sometime 2 minute and homepage never been cache even i enable ‘Cache home page’
i use disk (enhanced) and found some people say in other thread that after upgrade plugin to new version, disk (enhanced) wont cache properly and they change to disk basic so everything work same before…. is it bug?
same to me,, help please
what different between disk (basic) and disk (enhanced)
Forum: Plugins
In reply to: [WP Social AutoConnect] [Plugin: WP-FB-AutoConnect] Facebook Registrationsame to me , premium plugin cannot handle unicode username
for pretty name :
plugin register using dot ( . ) for user name
example :
unicode first name = 栄える and last name = 花咲く
pretty name = 栄える . 花咲く
plugin will remove unicode so left only = . (dot)
and plugin will add number to dot = .1 (for 1st register) .2 (for 2nd register) .3 (for 3rd register) … and .4 .5 .6 .7
some usrname = …2 …3 ….4
some username = —.1 –2 -3
because plugin cannot handle special character in username well
plugin should remove all special character before create username
then if no a-zA-Z1-0 so olugin should return FB_12123151 (fb id number) for that unicode username
there are only replace [space] between name but nofunction to remove special character including – [hypen], . [dot] and etc…
i think plugin forget that many facebook user using their language name in facebook, not english
if( get_option($opt_jfb_username_style) == 1 )
$name = “FB_” . str_replace( ‘ ‘, ”, $fb_userdata[‘first_name’] . “_” . $fb_userdata[‘last_name’] );
else
$name = str_replace( ‘ ‘, ”, $fb_userdata[‘first_name’] . “.” . $fb_userdata[‘last_name’] );Forum: Requests and Feedback
In reply to: WordPress 3.2 Admin Interfacei think new design not impressive – less beautiful