Search Results for 'code'
-
Search Results
-
Does anybody know how I can use a shortcode outisde a page or post?
Im not that much of a code reader…I need a some code to add to the shortcode or the “sourcecode”.
(to add a forumpart to a .php file)Thanks!
I don’t know whether this is a common problem or just mine. But if you use password protected topics you better check your forums to be sure your secret discussions aren’t read by everyone.
When a person enters the password protected topic name in the Search field, it shows the list of replies without any restrictions. While the title says that the topic is protected, the content of the reply is not hidden at all, and anyone can read it.
I fixed it with adding post_password_required check to the loop-search-reply.php file, but I think this should be double rechecked somewhere in the plugin code.
I tried a few themes including twentythirteen, looks like the problem doesn’t depend on a theme.
Was sent here from MySiteMyWay (my theme) so see if you could tell me how to change the path in the plugin referenced in the quote below:
If you use these templates, http://mysitemyway.com/docs/index.php/BbPress, then you can add CSS within them to hide that.
<style type = “text/css”>#intro { display: none !important; }</style>
Okay, I actually tried those, but removed them.
The issue with them is that I cannot use /forum/ as my forum root. Doing so throws my students out to the public main page. I have to have my forum root as /classrooms/htts-boot-camp-forum/ to allow them to get back to class from the forum pages.
So is there code I can use in the plugin to allow me to use that forum root?
If I can change my forum root within the plugins linked above to
/classrooms/htts-boot-camp-forum/(and get BOTH of those elements of the path to show within bbPress) I’ll be able to remove the doubled headers from all of my bbPress pages.Hoping there’s a string I can insert within the plugin to make this work.
Thanks for any help you can offer.
Topic: bbpress resgistration issue
Hi all.
I am using bbpress fist time.
I have configured the login widget with links to my “lost password” & “registr” page i have created with shortcodes: [bbp-register] , [bbp-lost-pass].
I have also created an page with shortcode: [bbp-login] which then i have changed the redirect link from wp-login to my own page link of the shortcode for login. The change i have done in bbpress/includes/common/template.php around line 1154.Now my issue is that after i run a test register (from my page created with the shortcode) nothing happens. I get redirected to my custom login page. But i get no email or my test user does not show up in “Users” in my WP backend.
I have following plugins installed:
Advanced Custom Fields
bbPress – Report Content
bbPress Notices
bbPress Notify (No-Spam)
bbpress Simple Advert Units
bbPress Users Stats
Better WP Security
Crumina Menu Customizer
Facebook
Google Fonts WordPress
Math Captcha
Page Builder by SiteOrigin
WPBakery Visual Composer
WP Maintenance ModeHope someone can help me on this issue. 🙂
Hi
I read in the docs that you can now specify a forum to post to using the shortcodes without having to use the dropdown forum selection.
I tried using this shortcode but it doesn’t seem to work and I still get the dropdown.
[bbp-topic-form id=544]
I want to load a form to create a new thread but have the forum hardcoded.
Thanks