travis.hill
Forum Replies Created
-
I can confirm this error.
Update/Activate EM
WP Admin 500 error
Frontend error:Fatal error: Class 'BP_Groups_Member' not found in /home/site/public_html/xxxxxxxxx/core/wp-content/plugins/events-manager/buddypress/bp-em-groups.php on line 85
Long story short – I auto-updated sometime last week.
On a bright note – a fresh download of the .zip and upload seems to have corrected the issue. I haven’t dove into the code, however the HTML (that was causing the issue) isn’t coming through. So, whatever it was is resolved!
Thanks again for your super quick responses and help.
Excellent.
Thanks Again!
Wow, that quickness was a taste of awesomeness. Thanks!
I’ve reverted back to the original code and taken a screenshot (the announcement is only visible to logged in members).
You may view it here.
If you need access, I will be more than happy to provide it to you!
Thanks again!
Replacing display.php line 1173 with:
$output .= "<div class='ninja-annc-entry'>$content</div>";
has provided a temporary patch.It seems the
$content_wrapper = $meta['content_wrapper']
isn’t being pushed to this code.WordPress 3.3.1
WooThemes CanvasForum: Plugins
In reply to: [bbP Signature] [Plugin: bbP Signature] How to use bbPress Signatures plugin?Great plugin, as this functionality should be included in any forum.
Unfortuneately, I can’t get to the edit form. I’m using BuddyPress along with bbPress 2.0-RC-4 plugins, with BuddyPress forums disabled.
When I attempt to edit a profile (mine, admin) it seems buddypress takes over and there is no area to add the signature.
Does this plugin play nicely with BuddyPress?
Thanks again for a great plugin, I look forward to your prompt response.
Forum: Plugins
In reply to: [WEBphysiology Portfolio] WEBphysiology Portfolio and 3.2.1I’ve experienced this issue as well.
Also, I cannot edit the permalink.
Forum: Plugins
In reply to: Editing "Twitter Tools" to add default category IF none is setI’m trying to accomplish something similar, but unfortunately I am unable to get twitter tools working at all.
@jordanewert – ironically, i’m using the same theme as you are and experienced the same problem.
here is how i fixed the issue:
1. create a copy of the original footer.php and rename it footer-events.php.
2. in footer-events.php, eleminate the top two </div> tags:<!--</div>--> <!-- end wrapper --> <!--</div>--> <!-- end main area wrap -->
3. edit list.php and gridview.php to call the alternative footer. change
<?php get_footer(); ?>
to<?php get_footer('events'); ?>
located at the bottom of these documents.
4. upload footer-events.php, list.php, and gridview.php into their respective directories.Shazzam!
fixed: clayville.pleasantplains.us/events/
Travis
Forum: Plugins
In reply to: [Plugin: Tagline Rotator] Fatal error upon activationFatal error: Cannot redeclare tagline_add_pages() (previously declared in /home/xxx/public_html/domain.com/wordpress/wp-content/plugins/tagline-rotator/tagline-rotator.php:62) in /home/xxx/public_html/domain.com/wordpress/wp-content/plugins/tagline-rotator/tagline-rotator.php on line 63
Using WP 3.0.1
Although IT DOES ACTIVATE AND SHOW IN THE SETUP MENU.
I’m sure this still turns off many users… although it still seems to work.
Also, does this plugin take the original tagline into consideration? It doesn’t seem to…
Even if one forgets to add or change the original ‘Just another WordPress blog.’ tagline, it should still be included in rotation.
Forum: Plugins
In reply to: List posts by taxonomy tagExcellent.
Thanks for sharing.
I had to use the
$post
variable inside theget_permalink()
function to get the correct links within a post (The Loop).Tried all I could… none of them worked until i cut the code down :-). I’m running a VPS so upload file size limit is not an issue.
Thanks again for your time Tobias!
Forum: Plugins
In reply to: [Plugin: Content Warning] Option on post baseanother +1 for single post/page inclusion.
Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] Numerical Sorting IssueThanks Tobias, I’ve sent the email.
Yeah, tables, not forms! lol.
Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] Numerical Sorting IssueAnother question:
Where are the AUTO_INCREMENT ID’s for the forms generated from?