Forum Replies Created
-
In reply to: Can't access admin pages
http://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
the bbpress login widget should just log them in, you shouldn’t get other login screens – what your url?
In reply to: User Role Editor access to bbPressyou’re welcome !
In reply to: Full Page vs Sidebar Installationok try the following
Create a page called “forums”
Put some welcome text at the top eg “hello welcome to my forum”
Then put the following:
[bbp-forum-index]If you’re using custom menus – add the page to your menus
Then go to dashboard>plugins>add new and load in BBpress WP Tweaks
Then go to dashboard>appearance>widgets and you’ll see a bbpress sidebar
Load in items such as
bbpress login widget
bbpress forums list
bbppress topics listThen view the site
You should have a forums page something like
http://www.gospbc.co.uk/forums/
with a forum specific sidebar
with normal sidebars appearing on other pages
If you need help in adding any of the other items in my forum sidebar, just let me know
In reply to: is_bbpress() isn't working for meCan’t see anything wrong with your code
is_bbpress()
works on my conditional statementsIn reply to: User Role Editor access to bbPressBBpress comes with roles that you can set for each user, just go into dashboard>users and set them up – they’re at the bottom of the page
see this article
https://codex.bbpress.org/bbpress-user-roles-and-capabilities/
In reply to: Forum homepage display is bonkersok update to the previous
If you’re using a child theme, or one of your own, you can add this to your css
#bbpress-forums .bbp-forums-list li { display: list-item !important; font-size: 11px; }
and then bbpress updates will not overwrite
In reply to: Forum homepage display is bonkersIf you want forums as a list, then you need to change the following
wp-content/plugins/bbpress/templates/default/css/bbpress.css
Line 120-122
#bbpress-forums .bbp-forums-list li { display: inline; font-size: 11px;
change to
#bbpress-forums .bbp-forums-list li { display: list-item; font-size: 11px;
This’ll then produce the vertical list
Now I expect to be told off for directly editing a plugin file, and if someone else knows how to get it to do the same with a themes functions.php or style.css, then I’d love to see how to do it.
You will need to make a note of this, as every bbpress plugin update will rub it out
In reply to: Congratulations Stephen Edgar!congrats Stephen !
hmmm…could be lots of things
I see you’re using the twentyeleven theme, how have you set the forums page up?
Easiest way is to create a page called ‘forums’ and put this short code in it
[bbp-forum-index]
Then add that page to your menu’s
Then as the page is set to display the sidebar it should all work
In reply to: Add a forum specific sidebar!Ok, I’ve found that the bbpress tweaks sidebar can fail to work although populated. I have had this afger doing updates to themes and/or wodpress.
No idea why, but the following seems to fix it, so please try and PLEASE come back and say if successful or whether it’s just my installation.
1. Deactivate bbpress tweaks
Dashboard>plugins>bbpress tweaks>deactivate2. Go into widgets
Dashboard>appearance>widgetsAnd look at the bottom of the left hand side. You’ll see an “inactive sidebar”, with your entries on
Below this is an “inactive widgets”
Drag all the entries from the inactive sidebar to the inactive widgets area.
This them allows wordpress to delete the sidebar
3. I normally log out and in again at this stage – probably not needed, but I’ve never bothered to checkThen basically reverse the above
4. Re-enable bbpress tweaks
You see the bbpress sidebar returns
5. Drag the entries back from the inactive widgets area to the sidebarIt then seems to function again
let us know if this works for you
In reply to: where do i begin?you’re welcome
In reply to: Suggestions on registration tutorialJust by chance found a mailchimp plugin, no idea if it will help you, but :
https://wordpress.org/plugins/mailchimp/
probably worth a look !
In reply to: Suggestions on registration tutorialyou’re very welcome