Search Results for '"wordpress"'
-
Search Results
-
Topic: Struggling with login
Hi
I am struggling with a login button within my page for bbpress. I have tried to use 2 different plugs and I am having 2 different problems. I dont want to use a sidebar option. If anyone can provide a solution to either one I would really appreciate it:
bbp style pack – When I select add login/logout to menu options it adds “Log In” to the navigation menu higher then the other menu options (ie. it sits vertically higher by about half the text height”. Can anyone help with how to align this with the other text?
bbpress WP tweaks – This provides an acceptable button to login however the login link takes me to the actual backend wordpress login page. Simply changing the href=” ” to the page on my website does not work either.
<p>{login_text} / {register_text}</p>
I would prefer to use the bbp style pack however either will do at this stage. I am very new to buidling websites and I don’t want to play around in the functions.php area at risk of crashing my entire site.
Thank you for your help.
Hi ,
how to determine if its a member or an admin ( by admin , i mean the administrator and keymaster levels ) ?
if not , where can i find a good documentation about bbpress template tags like wordpress’ one ?
TFYT .
Hello, i have a problem, i see a text before the text editor in bbpress.
The text is: “CONTENT string (0)”
How can i remove it?
Wordpress: 4.9.8
BbPress: 2.5.14
Website: https://www.ahoraajedrez.com/foros/foro/ajedrez-de-elite/Topic: Importer major issue
Hello,
I’d like to share my workaround to fix the following problem:
After importing all topics and posts and forums and users from my old WebsiteA, I couldn’t see any topics inside my forums on my new WebsiteB. The counts were correct, but I could only see sticky topics inside each forum, nothing else.I tried the built-in fixing tools, but that was a BAD IDEA. It broke my site every time I tried it (blank page on front-end without any error). The only way to fix it was to restaure the whole database!
So I looked at the database and found that a simple info was missing. All topics were set with post_parent = 0, while the corresponding postmeta _bbp_forum_id field was set correctly.
All that was needed to do is to update this post_parent field by fetching this meta value.
Here’s my working SQL script (of course do NOT FORGET to save your database first…):UPDATE 'wp_posts' SET post_parent = ( SELECT meta_value FROM 'wp_postmeta' WHERE post_id=ID AND meta_key="_bbp_forum_id") WHERE post_parent = 0;
I also want to point something VERY annoying when using the WP importer. WordPress asked me to match every single forum user from WebsiteA with the dropdown list of users from WebsiteB, which is very stupid since I had imported all the users. They were all identical.
It literally took me an hour to select every user on the dropdown menu…
The user IDs were the same on both websites!! Why not auto-selecting???????I hope some dev will see this and fix it somehow, because it sounds like something quite easy to fix 😉
Have a nice dayHi guys,
I installed bbpress and I realized everything works ok except topics. I’ve been trying with different users and creating topics, but once I “send” nothing shows up in the forum.
It sais that “some person” wrote something, even in my dashboard in wordpress showes an open debate but in the forum where all people should see is not showing.
I’ve been checking and changing the wordpress theme, I’m using SmartTheme from Optimizepress company, and when I disabled this and enabled “Twenty seventeen” theme topics were showed.
So, in this case there’s something I can do? Any workaround?
I need to fix this in some way…
Thank you.
I hope that it is appropriate to ask this question here. (WordPress 4.9.8, bbPress 2.5.14, Theme:TwentyTen)
I hope that one of my forums can automatically close the topics after 30 minutes.
I read this discussion (https://bbpress.org/forums/topic/auto-close-topic-after-some-time-days/) and tried to modify it myself, but I failed.
Later I found a plugin called BBP Close Old Topics (https://wordpress.org/plugins/bbp-close-old-topics/).
I tried to modify it myself, but in the end it can only be automatically close the topics after one day.
I guess… is this the problem with these code?// Get timestamp of last activity of the topic. $last_active = strtotime( get_post_field( 'post_date', bbp_get_topic_last_active_id( $topic_id ) ) ); // Compare last active timestamp with defined time period. if ( $last_active < strtotime( '-' . $this->old_topic_age_setting() . 'days' ) ) :
Is there something missing here that the command can only catch D (day) and not catch i (minute)?
I’m at my wits’ end with this issue……Thank you so much.
Hello,
I just installed bbpress on my site (greenteacoffeedate.com) and noticed that it hides notifications from another plugin in user’s profile. It does not hide standard BP notifications like, someone sent you a message or commented on your activity post (in BP, not BB). The plugin in question is this one and it’s no longer supported so I can’t reach out to the plugin designer. So members can’t see who viewed their profile in notifications.
I looked at the code in my Chrome inspector and this is what happens. Please see linked image:
So I can see that the description is turned off ( the one on top) but where do I turn it back on (like in the bottom yellow rectangle). I tried to play with display tag in css but it doesn’t seem to do it. Any thoughts?
I installed bbpress on my wordpress site and it looks like this:
https://ibb.co/fRQMSU
https://ibb.co/bu3mu9It doesn’t look remotely good like it does on this website.
I use the theme “Twenty Sixteen” along with the plugin “Customize Twenty Sixteen”
I also use “LearnDash”.Can somebody tell me what could be the reason for the strange looking page?
I just got notice when I went to the backend of my wordpress site that there was an update. It was a bbpress update, so I clicked to install it and it broke my website. I can’t get to the plugins page or anything to uninstall the update. Please help! Even the front end of my website is down.
It looked like it installed correctly, but I get a HTTP ERROR 500 when I try to access my homepage or any other page on the website.
“Downloading update from
Unpacking the update…
Installing the latest version…
Removing the old version of the plugin…
Plugin updated successfully.”
Thank you,