Meini
Forum Replies Created
-
Anybody out there ???
Forum: Plugins
In reply to: what does the different user_status’s value mean in Usermeta Data?BuddyPress uses this field. User who haven’t confirmed their registration (via email link) have user_status = 2, otherwise it is back to 0
Forum: Plugins
In reply to: [Plugin: TinyMCE Advanced] Drag and Drop not working anymore in TinyMCEForum: Plugins
In reply to: TinyMCE Advanced – Can’t Drag & Drop ButtonsForum: Plugins
In reply to: [Plugin: TinyMCE Advanced] Breaks some Admin FunctionalityForum: Fixing WordPress
In reply to: Posting TinyMCE data to databaseThanks @viviosoft you made my day!
Forum: Plugins
In reply to: PHP Warning: PHP Startup: Unable to load dynamic library@kevinsubba, I have the same problem here (only the pdo_sqlite.so error), apparently it is a php5.3 bug.
http://forums.cpanel.net/f5/undefined-symbol-sqlite3_libversion-148993.html#post632357I am on a shared server and although the administrator has offered me to move my sites to a php5.2 server I am reluctant to do this.
So the question is did you find a better solution? I mean is there something in WP that can be tweaked?
Forum: Plugins
In reply to: add_action, where are the hooks?Alright, I think I found an answer, kind of….
codex.wordpress.org/Post_Status_Transitions holds the “secret” answer. These action hooks are kind of generic, that’s why there is no explicit documentation and/or source code reference to be found for each individual one. Tricky!I don’t like holding monologues, so any further comments are welcome. 🙂
Forum: Fixing WordPress
In reply to: Opinions on code written by Artisteer?@gr8bskt have you found a solution re AOL and IE6/7 with Artisteer?
Forum: Plugins
In reply to: [Plugin: AntiVirus] is this virus or not?Well, here is the answer to my own question: If AntiVirus also reports that the file paginate.php itself is clean, then including that file with the php ‘include’ statement must be ok and can only be a false positive. Obviously an include statement could be the product of a virus as it would be a convenient way of injecting malicious code, without changing the original file much. Correct me if I am wrong…
Having said that, here is a suggestion for improvement to the author: Scan the files twice before returning any results to the user. That way you can eliminate the false positives produced by the include statement, because after the first scan you know if the included file is clean. But I am not an AntiVirus expert. This is all based on observations and assumptions…. 🙂
Cheers
Forum: Plugins
In reply to: [Plugin: AntiVirus] is this virus or not?that is just a false positive – no worries
@samboll, could you please explain why that is a false positive? How do we know paginate.php is clean?
Thanks
Forum: Fixing WordPress
In reply to: Opinions on code written by Artisteer?Great site you created there gr8bskt.
If/when I figure out the browser issue, I’ll post it here.
I was just wondering if the for IE 6/7 and AOL issue has been resolved?
Cheers
Forum: Plugins
In reply to: [Plugin: Utech World Time] Show Day, Change City NameHi stvbaker,
Thank you for your suggestions.
FYI:
1) This is already in planning for the next release. But it is good to hear that there is a need.2) This also is a planned feature, I was very keen to implement that straight away however due to limitations in formatting options by timeandate.com it is rather difficult at the moment.
Cheers
MeiniForum: Fixing WordPress
In reply to: Nested commentsmduzair, I can’t see any comments on your page? You may also want to look at http://codex.wordpress.org/Migrating_Plugins_and_Themes_to_2.7/Enhanced_Comment_Display
I know I will…Forum: Themes and Templates
In reply to: enable threaded nested comments in inove themeI haven’t looked into it very closely but in this thread Otto42 refers to the document Migrating Plugins and Themes to 2.7/Enhanced Comment Display. That should give the ‘resolved’ tag finally its right of existence – I hope.