cbrown90
Forum Replies Created
-
Forum: Plugins
In reply to: [Author: WP Symposium] comment_form for wp symposiumAlso how do these filters tie into the activity commenting?
__wps__wall_newpost_filter
__wps__wall_postreply_filter
__wps__wall_postreply_involved_filter
Where are these filters created?
Sorry about all the questions; I have been trying to sift through most of the php files to learn how the wp symposium commenting system works.Forum: Plugins
In reply to: [Author: WP Symposium] comment_form for wp symposiumWhich file creates the text box where it says “what’s up” and “write a comment”? I have searched the files and found pieces of it in wps_ui.php and functions.php but still seem to be missing part of it.
Forum: Plugins
In reply to: [DrawBlog] versitility of drawblogHey Randy,
I am trying to understand how your code interacts with wordpress theme.
Is this the spot where you “hook” into user comment areas of wordpress?add_filter(‘comment_text’, ‘drawblog_add_image_to_comment’);
add_action(‘comment_form’, ‘drawblog_comment_form’);
add_action(‘comment_post’, ‘drawblog_save_image’);Thanks (Understanding php is not easy to begin with but I am trying)
Forum: Plugins
In reply to: [Author: WP Symposium] comment_form for wp symposiumI have seen other plugins modify (adding features to it) the wordpress comments by “hooking” into them (at least I think so with limited programming background). I am trying to do the same with wp symposium comments.
Forum: Plugins
In reply to: [Author: WP Symposium] status[resolved]
Forum: Plugins
In reply to: [DrawBlog] versitility of drawblogI was curious how many hours did you think it would take you or an experience programer to integrate DrawBlog with WP symposium?
Forum: Plugins
In reply to: [DrawBlog] versitility of drawblogThanks for looking into it; I am fairly new to real-world programming, and had no idea how much work it would be.
Forum: Plugins
In reply to: [DrawBlog] versitility of drawblogIt would be great drawblog was included in the stream or activities (the same thing kinda like a facebook wall) where members post their thoughts for friends to see. Thank you for being willing to look into it.
Forum: Plugins
In reply to: [DrawBlog] versitility of drawblogI was wondering if you had looked at WP Sympossium yet?
Forum: Plugins
In reply to: [DrawBlog] versitility of drawblogHow much work did it look like to have drawblog “hook” into wp sympossium?
I am fairly new to plugin code.Error: cannot call methods on resizable prior to initialization; attempted to call method ‘destroy