zxen
Forum Replies Created
-
Yeah, I want to publish to multiple pages as well.
Forum: Plugins
In reply to: [Add Link to Facebook] Pro Versionhow do i get pro? i want to distribute on multiple facebook pages.
Thanks so much!
Forum: Fixing WordPress
In reply to: Upload Photo, Crop Thumbnail, and Display Both ImagesBAckend? This assumes there is only one user. What about for classifieds websites like http://www.myfunplanet.com?
Forum: Plugins
In reply to: [Easy Image Crop] [Plugin: Easy Image Crop] Can´t make it workme neither. I want users to crop when they upload images.
The crop function needs to be on the place an ad page ofmy geoplaces theme. myfunplanet.com
Can you please tell me exactly how to create a ‘Submit Event’ button and make it work? The above information is not much help for noobs.
They will need to be able to feature, edit etc their ads.
I will use these events forms in conjunction with ‘Another WordPress Classifieds Plugin’.
My website categories will be What’s On | Auditions | People | Services | Tuition | Site Comments.
I followed the instructions above and pasted the following into wp-includes/functions.php exactly like this:
add_filter('widget_text', 'do_shortcode'); function your_theme_name_bgmp_shortcode_called( $mapShortcodeCalled ) { return true; } add_filter( 'bgmp_mapShortcodeCalled', 'your_theme_name_bgmp_shortcode_called' );It did not allow the text widget containing [bgmp-map] to work.
Am I taking your instructions too literally? Please be clearer so I can understand.