asgsoft
Forum Replies Created
-
Forum: Hacks
In reply to: an issue with a wordpress plugin calling external shortcodesThat fixes the error, but still prints the text and not the image.
And yeah, thank you SO much for your help dude. Really appreciate it
Forum: Hacks
In reply to: an issue with a wordpress plugin calling external shortcodesIt produces a fatal error with regards to the function not being defined.
I figured it was an issue with the plugin since other shortcodes which I tried with do_shortcode() worked fine.
So I’ve found an alternative plugin (http://jonathanspence.com/software/wordpress-plugins/xavins-review-ratings/) which seems to be working just fine.
Thank you so much for your help and introducing me to the do_shortcode() function.
Forum: Hacks
In reply to: an issue with a wordpress plugin calling external shortcodesI just went through mombly’s code and the function is mombly_rating_addRating() but I don’t see how I can call it through my plugin.
Putting mombly_rating_addRating(“2/5”) causes an error :S
Forum: Fixing WordPress
In reply to: do_shortcode prints the shortcodeI am trying to use http://wordpress.org/extend/plugins/mombly-review-rating/
I’m pretty sure [Rating:2/5] is a shortcode :S
Forum: Hacks
In reply to: an issue with a wordpress plugin calling external shortcodesNoo unfortunately all that is just echo the text
I go excited there for a second since your suggestion is something I haven’t come across before.
I tried playing around with the filter orders but that had no effect either.
Forum: Hacks
In reply to: an issue with a wordpress plugin calling external shortcodesyes! 🙂
Forum: Hacks
In reply to: an issue with a wordpress plugin calling external shortcodesOkay, so the plugin is the code over at http://pastebin.com/FWB3qbcP which I am working on.
It works for except for one problem.
When I call for shortcodes (I am using [Rating] from http://wordpress.org/extend/plugins/mombly-review-rating/ AND [toggle] as provided by the theme) they don’t get converted to what they ought to be, instead, they show up as the raw text
Is that any better at explaining it?
Forum: Hacks
In reply to: an issue with a wordpress plugin calling external shortcodesOoh I’ve never though of it like that. I was thinking I’d have to manipulate and standardise each number before calling the desired picture.
I guess I could try working with that since it would improve load time due to the use of less plugins etc..
But the problem is, I am having the same problem with other shortcodes which the theme provides. I would’ve been tempted to just go with that solution but I am relying on shortcodes that the theme provides too.
Forum: Hacks
In reply to: an issue with a wordpress plugin calling external shortcodesI am saving that as a last resort, but the reason I want to stick to the plugin is because it standardises the numbers and formats them for me without having to go through the entire db and doing that.
Any ideas how I could do that?
Forum: Hacks
In reply to: Remote posting to WP via XML-RPCAnyone done this before?