Search Results for 'code'
-
Search Results
-
There is a link at top of forums: Create New Topic
I am trying to add a div class to this link so I can either remove it all together, or at least hide it on mobile devices.
Anyone know where I can add this class (what template files, where in the code, etc). I’ve been digging through template files with no luck.
It’s weird, because every other link/element has a class in that area, except this one.
Anyways, thanks for any clarification.
Does anyone have auto-unsubscribe code for Mandrill hard bounces? So eg if a user gets a topic subscription email and it has a hard bounce, you use the response to unsubscribe them from the topic?
This is really just a shot in the dark before looking into it myself. I’m feeling a bit lazy…
Topic: Removing Spam users
Greetings,
I have tons of spam users registered on my forum that never posted anything (I guess that most didn’t even got the password that is sent by mail).
I would like to cleanup my messy list of users, but without risking loosing additional information.
I’ve found this post http://www.blogercise.com/delete-spam-users-from-bbpress-2/
DELETE * FROM wp_users WHERE ID NOT IN (SELECT post_author FROM wp_posts UNION SELECT user_id FROM wp_comments)and metadata:
DELETE A FROM wp_usermeta A LEFT JOIN wp_users ON user_id=ID WHERE ID is NULLJust wondering if this select is safe enough to cleanup all users who never started or replied a topic.
Any chances on deleting an active user?btw:
Running wordpress 4 and bbpress 2.5.6 (this forum was imported from bbpress standalone, I guess that it was version 1.4)Thanks
Hello all. I’m really hoping I can get some help here. I have been searching for days for a solution on this and it seems it should be a pretty easy fix.
I have a few things I am hoping to accomplish:
On the forum, I would like to redirect the profile links. Instead of, http://www.example.com/members/username I would like it to go to, http://www.example.com/profiles/username
Also, is there a way to shortcode in the notifications porition of the bbprofiles?
Thank you much!
Hello all. I’m really hoping I can get some help here. I have been searching for days for a solution on this and it seems it should be a pretty easy fix.
I have a few things I am hoping to accomplish:
On the forum, I would like to redirect the profile links. Instead of, http://www.example.com/members/username I would like it to go to, http://www.example.com/profiles/username
Also, is there a way to shortcode in the notifications porition of the bbprofiles?
Thank you much!
As the title says, moderators of our forum can’t edit any posts, not even their own. When they try, they get:
Reply To: Uneducated game shop staff
Welcome to Grownups Gaming › Forums › Grownups Gaming › PC Gaming › Uneducated game shop staff › Reply To: Uneducated game shop staff Reply To: Uneducated game shop staff You can use BBCodes to format your content. It’s just a test, a game for us to play Add / Edit SignatureUpdate Signature Tags: Notify…
Continue Reading
The Feed Them Social Plugin offers system info as follows:
Feed Them Social plugin version 1.7.3
WordPress version WP 4.1.1
Installed plugins
Advanced Custom Fields by Elliot Condon version 4.4.1,
bbPress Notices by Pippin Williamson version 1.0.1,
bbPress – Report Content by Josh Eaton version 1.0.5,
bbPress WP Tweaks by veppa version 1.3.1,
bbPress by The bbPress Community version 2.5.6,
Better bbPress Signature by Arun Singh version 1.2.0,
BP Registration Options by Brian Messenlehner and Michael Beckwith of WebDevStudios, Jibbius version 4.2.5,
BuddyPress by The BuddyPress Community version 2.2.1,
Export User Data by Q Studio version 1.2.0,
Feed Them Social (Facebook, Instagram, Twitter, etc) by SlickRemix version 1.7.3,
GD bbPress Tools by Milan Petrovic version 1.7,
Invite Anyone by Boone Gorges version 1.3.7,
Quick Chat by Marko Martinović version 4.13,
Simple eCommerce by Niaz Showket version 2.2.3,
Twitch TV Embed Suite by Plumeria Web Design version 2.0.7,
Twitter by Twitter version 1.0.1,
WP Hide Admin Bar by Web Outsourcing Team version 2.0,
WP Mobile Edition by Fabrix DoRoMo version 2.2.5Server Environment
PHP Version 5.5.20
Server Software Apache/2.4.9 (Unix)
WP Max Upload Size 64 MB
WP Debug Mode No
fsockopen fsockopen is ON
cURL cURL is installed on this serverThe website is http://www.grownupsgaming.net
If you need access to the Forum, or anywhere else on the site, email me and I will give you the test login I’ve been using. I’ve tried all combinations of site permissions with forum moderator, but all get the same result.
Thanks in advance
hello guys,I install bbpress an create child theme for it and work good,only problem is Post Formatting option not work,if active this option not show bbcode buttons and hide teaxtarea border,now what`s my problem,please if need use function or action help me,i am programmer and I know php code.
thanks for help.Topic: Misalignment/Margin Problem
Hey everyone. I’m not the most css savvy yet, but I can usually chase down a problem after a while… not this one, it seems. Why is my text outside of the margins on the left side? I’ve already had to add a snippet of code to my theme’s style.css to take care of some strange bullets, but the text was misaligned before doing that as well I think. Thanks for your advice.