arrariv
Forum Replies Created
-
Forum: Plugins
In reply to: post list with category imagemaybe you can edit this plugin => https://watershedstudio.com/portfolio/software-development/wordpress-category-posts-plugin/
Forum: Plugins
In reply to: You need to register :-/I changed dpppOptionsPg function to the following :
function dpppOptionsPg() { load_plugin_textdomain('DiffPostsPerPage'); $this->dppp_request = $_REQUEST['dppp']; $form_1 = 'dppp_reg_form_1'; $form_2 = 'dppp_reg_form_2'; if ( intval($this->dppp_activate) == 0 ) { // Activate $this->dppp_activate = 2; update_option('dppp_activate', $this->dppp_activate); $msg = 'Thank you for registering the plugin. It has been activated'; } }
Forum: Installing WordPress
In reply to: Version Number Not Updatinghi there,
i have the same problem with 2.5.1
i checked the “wp-includes/version.php”, and when i upgraded, i deleted all the old files except wp-content and then copied the new ones.
do anybody know which function checks the version number?Forum: Fixing WordPress
In reply to: HELP Widgets disappearthe problem persist in 2.5.
my only solution was to re-create my widgets over and over again until it looks good, then not to touch it.
i think when you modify a text widget and save, all the other text widgets become empty.
disabling javascript won’t help anybody as 2.5 is more and more AJAX.Forum: Fixing WordPress
In reply to: Changing Link Order in 2.1The same problem here.
I’m planning to edit the code, but before ( 2.0.x series ) we had an option in link categories to list them by their ratings. Now, it’s gone!
Are the developers plans to add this in the next release?
Why did they remove it?
=)Forum: Fixing WordPress
In reply to: How do I prevent comment spam from entering the database?Sorry for my late reply. Bad Behavior plugin was blocking people even me, not spam scripts! Maybe it was a bug and they fixed it, I dunno. After shutting it down, everything worked perfectly. And regarding only few spams per day, we are better without it.
Thanks.
p.s. I’m gonna check SK2. I hope it’s better than Bad Behavior.Forum: Fixing WordPress
In reply to: Technorati & my WordPress blog – deleted and updated postsnice info!
for the future readers : correct link is https://consumingexperience.blogspot.com/Forum: Your WordPress
In reply to: Paulo Coelho′s WP powered blogYes, I’m managing his blog. Trying to make it as he wishes. Because it’s not anymore just a blog, it became a multiblog in 5 different languages + photogallery with a 200.000 unique visitors and it keeps growing.
And really guys, I appreciate what you done with WordPress. He like it a lot. Keep the good spirit going!Best Wishes,
M. Suphi YILMAZForum: Fixing WordPress
In reply to: Posts Archive: Listing posts by topic only?did u find a solution to that?
=)Forum: Fixing WordPress
In reply to: How do I prevent comment spam from entering the database?The good old “Blacklist comments from open and insecure proxies.” makes my users unhappy, I received emails from two people used to write to my blog. I don’t know how to help them, and plus, they say that they see my email to ask for support! I didn’t put it there, oh, god! I enabled this option when I started to get spams, now, it’s rejecting my users. Plus, I cannot see their comments in my db, I was hoping that they were in as spams, but no chance, no comments from those users. It works very well, maybe too well.
Any help will be appreciated.
Thanks!Forum: Fixing WordPress
In reply to: Changing order link categories displaywauv, that’s so stupid!
I was looking for that answer last night. I discovered yours this morning, thanks!
but, a tiny question. why when i changed link_cats functions third argument from name to ID, it still show me by name?
p.s. i changed only on my theme, and every link_cats function that i found.