Forum Replies Created
-
In reply to: Remove Sidebar
ok, try this – I have culled it from varous other posts, in particular
Don’t swear it will work, but give it a go
1. Create a page called “forums”,
2. make this page a full width page – if your theme doesn’t support this, then you’ll need to create a child theme and add a full page template.
3. Put this shortcode on the page[bbp-forum-index]
4. edit the following file
wp-content/plugins/bbpress/templates/default/css/bbpress.css
by removing the left float fromdiv.bbp-breadcrumb
(line 405)
5. In your style.css add the following.bbPress #primary { display: none; } .bbp-forums { width: 100%; }
let us know if that works
In reply to: previous/next thread/forum navigationyou could try
In reply to: Remove Sidebaryou can add this function to your functions.php
function disable_all_widgets( $sidebars_widgets ) { if ( function_exists('is_bbpress') ) { if (is_bbpress()) { $sidebars_widgets = array(false); remove_all_actions('bp_register_widgets'); unregister_sidebar( 'bp_core_widgets' ); } } return $sidebars_widgets; } add_filter('sidebars_widgets', 'disable_all_widgets', 1, 1);
or this to your style.css
.bbPress #primary { display: none; }
In reply to: Persistant login formSuggest you add the plugin
bbpress WP tweaks
and then use the
(bbpress) login widget
added to your sidebar.
by default it is unchecked – is your site the other way round?
Yes, although I am not sure why.
I presume you mean checked by default?
In reply to: Add a forum specific sidebar!Resetting permalinks is easy. Just go into the dashboard>settings>permalinks and then just click save, this doesn’t change anything, but does a reset.
If that doesn’t work, come back with your url
by default it is unchecked – is your site the other way round?
In reply to: shadowy text issueIn a word , yes.
Can you post your url so I can take a look
In reply to: Need current info w/ Latest WP + BBpressWhat theme are you using? and can we see how it looks – give us your website address
In reply to: Can't access admin pagesNowadays (unless someone knows different) it is integrated into the WP dashboard
on the main dashboard you’ll see an area called “right now in forums” – if you look at the main dashboard you’ll see a panel called “right now” to then right of the menu’s. Follow this column of panels down and usually at the bottom there’s another panel that says “right now in forums” – you can rearrange these panels to bring this up or indeed to the top.
Apart from this, you have menu items of foums, topics and replies which you can use for admin
In reply to: How to search a Single ForumLink to someone who’s done this
In reply to: bbpress using as a forum how to?you seem to be working – are you now fixed, or can we help further
In reply to: Site Inaccessible Since Installationyou’ll need to disable the bbpress plugin
Just deactivate the bbpress plugin for starters.
then you’ll need to figure out why it isn’t working for you.
I’d start by uninstalling bbpress, and reinstalling it in case there was a corruption as it downloaded
Then if it still doesn’t work, I’d disable all the other plugins and if it then works add them back one at a time to see which is causing the issue.
If not plugins, then I’d try switching to a default theme to prove that you WP installation is ok.
if all that fails, come back
In reply to: Can't access admin pageshttp://nonsoloturisti.it/wp-admin
gets you to the login, once logged in you can select dashboard
In reply to: Migration ninja Needed urgentlyI have never used these guys but you could try
http://gconverter.com/website-toolbox-to-bbpress/
or try putting an ad on
In reply to: Can't access admin pagesyour forum pages are at
http://nonsoloturisti.it/forums/
I am not certain what you have at http://nonsoloturisti.it/forum/
Normally bbpress is administered though the dashboard
Can you explain further?
In reply to: Hi, EverybodyWelcome, feel free to ask any questions !
no problem, glad you’re sorted
In reply to: Full Page vs Sidebar InstallationShapeshifter – Glad you are now working
Atuno – your site is infected with malware, suggest you clean it first, then if the problem persists post a new topic on this site
Virus report
http://sitecheck.sucuri.net/results/www.hookemreport.com/
Resources you should work through
You really need to go through all of these to fully clean up the site and make sure any “backdoors” have been closed:
https://wordpress.org/support/topic/268083#post-1065779
http://ottopress.com/2009/hacked-wordpress-backdoors/
Additional Resources:
http://sitecheck.sucuri.net/scanner/
http://www.unmaskparasites.com/
http://blog.sucuri.net/2012/03/wordpress-understanding-its-true-vulnerability.htmlI’ve just registered with you, and logged on with no problems via the forum widget. Went straight back to the forum page as it should do. Didn’t see a wp-login page at all.
or change the lost password url to http://modbunker.com/lost-password/ – that seems to work
had a look
You login works fine. If you fail then you will be taken to the default wordpress login page. If you want to change this page see
https://codex.wordpress.org/Customizing_the_Login_Form
For the lost password, try resetting your permalinks dashboard>settings>permalinks and just click save.
If you’ve installed bbpress WP tweaks plugin (in addition to the bbpress plugin) then there are two login widgets.
the one you want is called “bbpress login widget” rather than the “bbpress login links widget” that you have used.
it should keep you on the page where you have placed it.
so back to earlier question – what is your url?
A url is the unique resource locator otherwise known as your website address eg http://www.gospbc.co.uk
Post it here, and I can have a look at your site as a user to see what you’re describing
correction to the above – forgot that like you I didn’t like the default login form.
Install bbpress WP tweaks – it has a login that appears in the sidebar, so takes away the WP login. looks much better
eg
http://www.gospbc.co.uk/forums
Also gives you a bbpress sidebar which you can use with your forum pages and other goodies