cogmios
Forum Replies Created
-
There is another one in method “faviconFilterInit”
But that one had the correct
if( !ini_get('safe_mode') ){around it π
Where I wrote more about it.
Thanks for the message!!
I will take care of it now and have it resolved in the next release.
You can just comment out the line in that file.I put this during beta to have no time outs occuring during a database write ( see my related post), so this falls nicely together with the other issue.
Probably false alarm since i noticed that one request did 10 page requests for a blog post at the same time. That results in the parent not been written while the child requests the existence while trying to cache the item for the first time.
However……….. after that things should be ok for that url.
However.. a nice puzzle to look into since we would not want that even in that occasion.
version 0.4.1 is released. feedback is welcome regarding this topic.
Forum: Plugins
In reply to: [WP Favicons plug-in] [Plugin: WP Favicons plugin] Feature Requestrelease 0.4.0 is coming closer to a release moment π
Hi, thanks for reporting,
The trunk version fixes this: http://plugins.svn.wordpress.org/wp-favicons/trunk/
The trunk also ONLY works under 3.1 π
I need to make some changes to 0.4.0 (in the trunk) before I release it.
In the @todo in 0.4.0 you can see the last things I have to fix before releasing that version.
Forum: Alpha/Beta/RC
In reply to: wp_query exclude categories not workingfor googlers: http://edward.de.leau.net/temporary-seeing-the-asides-20110212.html
closed
Forum: Plugins
In reply to: [WP Favicons plug-in] [Plugin: WP Favicons plugin] Feature RequestCheck the trunk: http://plugins.svn.wordpress.org/wp-favicons/trunk/
for a pre 0.4.0 releaseForum: Plugins
In reply to: [WP Favicons plug-in] [Plugin: WP Favicons plugin] Feature Requestah… that is probably a bug, will look into it.
Forum: Plugins
In reply to: [WP Favicons plug-in] [Plugin: WP Favicons plugin] Feature Requestyes its working, in version 0.4 ( on my disk) I have added I18n and filters which you can add yourself new code to, e.g. write your own favicon scraper and simply add it in case none of the others have an icon.
for the specific icons: yes i will add that later, e.g. also for “tags” and other concepts such as “my girlfriend” (every time you name her the icon is in front of it).
but i dont have that much time π
Forum: Plugins
In reply to: [WP Favicons plug-in] [Plugin: WP Favicons plugin] Feature Request@asscork: version 0.3 now creates your requested local cache (to replace the favicons with your own)
@cmurockstar: “You have a list of file types NOT to add favicons next to. That may be something nice to have in the settings, rather than a code change, since i needed to add one.” —> added
Forum: Plugins
In reply to: [WP Favicons plug-in] [Plugin: WP Favicons plugin] Feature Request1) yes this was already on @todo
2) cache… i have the cache working as you see on populair.eubut i’m thinking of a smarter solution:
a] a multisite website owner would not want a cache for each user where each user has the same 10.000 icons in his/her /files space if they are all the same… so that would need to be centralized
b] but… a user wants to override some icons so there also needs to be a “local cache”
c] and that user may have some nice icons e.g. for facebook apps (tens of thousands) that would be useful to share with other so a sort of even third “cache” would be needed on a cental storage… that is basically what i was thinking about
3) there is no distinction: it just grabs the google favicon for whatever url that would be solved with [b] above
4) yes, the binary i get i would have to parse to check IF the icon is identical to the current standard icon of google. IF it is then look if a custom is identified. This takes extra processing power but i will note it on @todo.
Forum: Plugins
In reply to: [WP Favicons plug-in] [Plugin: WP Favicons plugin] Feature Requestgood! yes i have an idea why specific widgets dont work, see my comment in class-EdlLinkFaviconWidgets.php grin:
public function AddFilter() { // replace in widgets if ($this->mArrLinkFaviconOptions['wp_favicons_show_in_widgets']) { // normal text in widgets: add_filter('widget_text', array($this,'ReplaceAll'), 9); // link list: add_filter('wp_list_bookmarks',array($this,'ReplaceAll'), 9); // undoubtly more rfcs for specific widgets } }it adds an icon for text areas in widgets and it works with the wp links. (since these are filters).
For other widgets it could be specific
And this is the “undoubtly”. But I saw you send me a mail so I check that to answer.
Forum: Plugins
In reply to: [WP Favicons plug-in] [Plugin: WP Favicons plugin] Feature RequestGRIN its nice that you link to “a” computer company…………
Anyway.
Did you change the settings under setttings > wp-favicons ? And click “save changes” ????
On my blog: http://edward.de.leau.net its working …