Forum Replies Created
-
In reply to: I cant Add Sidebar to my forum homepage
the forums shouldn’t show up in pages > all pages
I am guessing you have put shortcodes in pages to do this.
I guess if you want to keep putting shortcodes in pages , which will be time consuming , you can use the [bbp-forum-index] shortcode
In reply to: bbpress forums alignment issueNo you were trying to find this code as if it was already in your theme , I just showed you the original code so you could understand why it was causing the issue.
But just place this CSS code where you would put custom CSS like what I already listed.
You do not have to replace any code just add it as custom css
#bbpress-forums .single_post a { font-size: 12px !important; margin-left: 0 !Important; }
Since your bbPress forums look custom I can’t tell which is custom and what could be your theme so you would have to edit this code and replace the original code in the bbpress.css file if you want or just place it in some other custom css areas with !important after the width to help out.
You can place the code in the bbpress.css file where you want , it is your site
the two places i said would be better for beginners so that the code doesn’t conflict with the media queries.li.bbp-forum-topic-count, li.bbp-topic-voice-count, li.bbp-forum-reply-count, li.bbp-topic-reply-count { border: 0px none; width: 10% !important; margin-right: 20px !important; margin-top: 0px !important; }
In reply to: A my topics link? Is this possibleWell a good way to link to the users topics created is maybe create a custom bbPress login widget as listed here.
I might create a gist to post what I mentioned in the topic
In reply to: bbpress forums alignment issueYour theme had something similar to this CSS
.single_post a { font-size: 14px ; margin-left: 0 ; }
So the new CSS I gave you would overwrite it only on bbPress forums.
you can add it
to your child themes style.css
in a custom css plugin
and you could add it to the bbpress.css file if you put it in your child theme in a folder called css somewhere above the media queries or just at the top above the other css rules.
In reply to: Admin only able to create new topic no other users!!Please do not create duplicate topics , and go into other topics and ask the same question as your previous two topics.
In reply to: How many topics and replies each user haveWIthout mysql though
Use something like this , or wait til 2.6 when this feature should be added to core.
In reply to: MySQL query for user subscriptionsId say use this plugin ,add the widget to a sidebar ,go to the forum and remove the subscribers from the widget
https://github.com/easydigitaldownloads/bbPress-Topic-Subscribers
Also, small second question. It happens often that I’m on a site that I *think* I’ve registered on, but haven’t. If someone enters a login that is not correct AND that username doesn’t currently exist, is there a way to redirect to the registration page WITH that username?
So, for example, I type in username: MyFaveUser pw: 1234, and it doesn’t exist in my user table, so the user is redirected to “Hey, MyFaveUser doesn’t exist, but you can register with it! It’s available!” and then autofill the username field with MyFaveUser and leave the pw field blank?
This is some custom development , I suggest you hire a developer if you need help.
As for the login shortcode issue , it might be best for you to link to the default WordPress login page if you are experiencing issue with it. Or just use a better front-end authentication plugin.
In reply to: having problemYou can use https://wordpress.org/plugins/basic-user-avatars/
or let your users change by directing them to gravatar.com and make sure they use the same email they used on your site.
In reply to: Very simple forum Signature with XprofileI think that plugin works best without BuddyPress installed.
Thanks for sharing though.
In reply to: A my topics link? Is this possibleIm sure it is possible , I have seen it in a site very recently.
It might be in a premium theme though or custom development.
In reply to: bbPress and custom fieldsDoes this help??
In reply to: bbpress forums alignment issueThis seems very custom , looks pretty good though
The bbPress forum header labels have certain widths to them. So this is the CSS you might want to adjust.
li.bbp-forum-topic-count, li.bbp-topic-voice-count, li.bbp-forum-reply-count, li.bbp-topic-reply-count { border: 0px none; width: 10% !important; margin-right: 20px !important; margin-top: 0px !important; }
It might look shifted because you are trying to make your forums look more table like.
The username being shifted is because of some CSS from your theme being added into bbPress.
This custom css might help.
#bbpress-forums .single_post a { font-size: 12px !important; margin-left: 0 !Important; }
In reply to: is it possible to allow all users create new forum ?You can allow users to create forums if you give them the capability to do so , or create a new bbPress role for them to default as so that they can all create forums.
I only recommend this if you can moderate all activity somehow , and your site is built to handle users creating a bunch of forums.
Also note that some forums that a user could create could have minimum activity and really just be a dead forum if it is not as popular.
If users are able to create groups , I mean that is BuddyPress and there could be a way to disable user group creation from low level users , if you want to disable it.
IF BuddyPress has a different capability to add forums to groups then , I do not know if I can help there.
In reply to: exclude forum from shortcode?I don’t think that you can exclude forums with the shortcode.
You could allow your group forums to have a parent forum so that they do not all show up on the forum arhive.
- go setting > forums
- scroll all the way down to BuddyPress Integration
- Now select the group forums to have a parent forum from the drop down list.
In reply to: smiley emoticonsJust so you guys know WordPress comes with its own emoticons and also since the latest version you can post emojis.
wp-monalisa is a good plugin for custom smilies and stickers though.
It also has a cool feature to import some phpBB smiley packs.
In reply to: How to make forum private (via wp-members login)If you want that plugin to have compatibility with bbPress , contact the plugin author.
But you can also make forums private by going to each forum and changing the visibility to private.
- go to forums > all forums
- edit the forum of your choice
- change the visibility to private.
It shouldnt do this by default??
Do you have a plugin that may be causing this??
Or does your theme have this feature??
In reply to: I cant Add Sidebar to my forum homepageHow did you set up your forum archive page at http://virtualassistantphilippines.org/forums , because the single forum pages have a sidebar??
In reply to: Theme Sidebars AppearingBecause your forum root is here.
Also you do not need to create a page for your forum root to display it in your menu , you can just add a custom link to the menu.
In reply to: userpro bbpress avatar displayI think what you are looking for is in the
loop-single-topic.php
template and the other one is maybeloop-single-forum.php
.In reply to: Help.Since I see you are using Thesis , take a look at this topic for help.
And also this direct link to the plugin
I’m not really sure you have to worry about the post meta table??Nevermind it is most likely important for post IDs and such.https://codex.wordpress.org/Database_Description#Table:_wp_postmeta
And as for sql code to check DB for consistency , I do not know what to tell ya there either.
oh haha well thanks for clarifying that , easy mistake because really v1 did have that same db table name.