yoni08
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: URGENT! Site was up all the time, until today…My friend ended up going into Php admin for me, and fixed the WP Options code that was corrupt for some reason.
When i went to my blog only the index would display,
then I went to my wp admin and somehow upgraded my wordpress. I deleted some default posts that were made but mostly everything is back to normal.I still don’t know what triggered this. But I guess i don’t need an answer anymore.
Yoni
Forum: Everything else WordPress
In reply to: Tracking download clicks?ok I’ll give it a try,
what I meant though was counting links inside a post. So lets say I post a download and want to know how many times people clicked the download link. So that would be counting clicks in posts only in the category of “downloads”Forum: Everything else WordPress
In reply to: Tracking download clicks?hey mikey thanks for the link.
Will that plug in allow me to count clicks only on posts from a specific category?I don’t want every link being tracked, that would also slow down the server (so I read)
Forum: Everything else WordPress
In reply to: Tracking download clicks?I searched earlier for click tracking and got nowhere, click count makes more sense as the search phrase now that I see it. Thanks, I’ll give it a look
Forum: Everything else WordPress
In reply to: What should I do?thanks moshu,
I contacted the guy, I don’t think it affected his decision thoughForum: Plugins
In reply to: Thumbnail for each post, Easy viewnow that category-icons plug in works.
Unfortunately it can only display an icon for the category, meaning the icons cannot be different for each postI think
http://ww.wp.xz.cn/extend/plugins/post-avatar/
would be perfect but it does not work in WP 2.6 as far as I seeForum: Plugins
In reply to: Thumbnail for each post, Easy viewI tried that one already, even though it’s activated it does not show up in my admin panel in Manage or Settings.
Forum: Plugins
In reply to: Thumbnail for each post, Easy viewI tried doing that…
found this one
http://ww.wp.xz.cn/extend/plugins/post-avatar/
it does not work for me. after activating the plug in and configuring the settings. The option will not appear in my write post page. I think that one does not work properly with WP 2.6all the other ones I came across did not work…
are you familiar with a plug in I could use?Forum: Plugins
In reply to: Thumbnail for each post, Easy viewI understand the first part you said, as I did that on the archives and category pages. But where can I find a category icon plug in?
Forum: Fixing WordPress
In reply to: [Plugin: Sociable] Changing opacity/visibility of icons??never mind I just found it.
You open up sociable.css and use find tool to find the word hoverThen you should see this area of text:
.sociable-hovers {
opacity: .4;
-moz-opacity: .4;
filter: alpha(opacity=40);