senseiantonio
Forum Replies Created
-
Forum: Plugins
In reply to: Plugin hook for index-extra.php of Admin?Thanks for your response, adamrbrown. Yes, I found out I can write it directly, but how can I do that with a plugin? I want the plugin to replace a part of the code by a code given by the user in an options page of the plugin.
Otherwise, I would just replace the whole thing manually ??
Forum: Plugins
In reply to: Share This question: alexking.org in the codeYes, jeremyclark13, I think that would be a good decision. Any mod willing to do it? ??
Forum: Plugins
In reply to: Share This question: alexking.org in the codegreyisgood is right, it is a reasonable question because not everyone is instructed in the arts of PHP. However, Ivovic, I totally agree with you, since spyware is something so present (and fatal) nowadays, we have to be careful on how and where we use that word, and be careful before even suggesting it could be spyware.
Forum: Plugins
In reply to: Plugin hook for index-extra.php of Admin?I was looking into the code of some admin files and then comparing it to the index-extra.php and it appears as a plugin hook was not specified for that file.
Could I add this code to the index-extra to assign a plugin hook to it? :
<?php endif; if ( isset($page_hook) ) do_action('index_extra-' . $page_hook); else if ( isset($plugin_page) ) do_action('index_extra-' . $plugin_page); do_action('index_extra'); ?>
Or it will mess everything?
Forum: Plugins
In reply to: Share This question: alexking.org in the codeMoshu, I was trying to research a bit, but couldn’t find how to apply the definition for i18n in a wordpress plugin. How would it affect the plugin’s performance?
Forum: Plugins
In reply to: Share This question: alexking.org in the codeActually, I don’t think so. That sort of code is also found on many themes and plugins, and most of the times is purely an identifier.
Besides, putting only “alexking.org” on the plugin would do nothing at all, since it doesn’t have the appropriate form to send any kind of information.
Forum: Plugins
In reply to: Incompatibility between Alex King’s “Share This” plugin and jQueryThanks, Alex! ??
Forum: Fixing WordPress
In reply to: Plugin for replacing code in Admin files (help please)I’ve been around there, but there isn’t much information regarding to what I am looking for. I know that the filter for replacing things on a post is “the content”, but what would be the filter to change a line in an admin php file?
Thanks,
Antonio
Forum: Fixing WordPress
In reply to: How to change blog from ISO/IEC 8859 to UTF-8?Hello again,
I just found a wordpress blog where it actually explains exactly what I needed:
https://climbtothestars.org/archives/2004/07/18/converting-mysql-database-contents-to-utf-8/
Forum: Fixing WordPress
In reply to: Plugin for replacing code in Admin files (help please)It’s been a month, but I still need your help in this matter and haven’t recieved any answers.
Can anyone please help me?
Forum: Fixing WordPress
In reply to: Plugin for replacing code in Admin files (help please)Anyone knows?
Forum: Fixing WordPress
In reply to: Posts and pages repeat themselves 4 times in the loopI have checked everything and I have found the problem. I don’t know the reason, but I am able to fix it.
I installed the plugin Simple Tagging after a few months of runnin my blog. Since categories and tags work differently, the plugin said if I wanted all categories to be transformed in tags. I said Yes.
The problem is that the posts that had, for example, categories: “Computers” and “Internet”, after the plugin was activated, all the posts had their respective categories AND also the same categories but as tags.
Something must have confused the loop and it repeated the post or page as many times as number of categories (this certainly sounds as a bad horror movie). Editing post by post and erasing categories fixes this problem.
Thanks so much for your help, guys. MichaelH, petersig, thanks so much, really.
Forum: Fixing WordPress
In reply to: Posts and pages repeat themselves 4 times in the loopIt happens to me in every theme, so I will check plugin by plugin if any of them is making conflicts and I will let you know.
Thanks so much,
Antonio
Forum: Fixing WordPress
In reply to: Help with variables and session variablesYes, you are right. I will try to figure out some solution to this. It doesnt sound so difficult, after all.
Thank you very much, scifi, for your help ??
Antonio
Forum: Fixing WordPress
In reply to: Help with variables and session variablesAnyone?