There is no great way to change the order of display for plugins that use the same hook and just spit out markup.
To change the sort order, you have to modify the plugin name so they are in the desired sort order. To do that, you must change the folder name, the file name, the plugin info array, and the class name.
@hgtonight said:
There is no great way to change the order of display for plugins that use the same hook and just spit out markup.
To change the sort order, you have to modify the plugin name so they are in the desired sort order. To do that, you must change the folder name, the file name, the plugin info array, and the class name.
Is there a way to move the ul output to a different area? What I'd want to do is move the entire 3 image output into a div I have outside of the author info area.
@Moostachie You can move the output to wherever there is an event fired that has someway to access the current discussion/comment author's user ID.
Check out the Eventi plugin to find the available events on the discussion page. Once you pick an event you like, I will work with you to see if we can do this.
Comments
There is no great way to change the order of display for plugins that use the same hook and just spit out markup.
To change the sort order, you have to modify the plugin name so they are in the desired sort order. To do that, you must change the folder name, the file name, the plugin info array, and the class name.
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
Is there a way to move the ul output to a different area? What I'd want to do is move the entire 3 image output into a div I have outside of the author info area.
@Moostachie You can move the output to wherever there is an event fired that has someway to access the current discussion/comment author's user ID.
Check out the Eventi plugin to find the available events on the discussion page. Once you pick an event you like, I will work with you to see if we can do this.
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.