Search Results for '"wordpress"'
-
AuthorSearch Results
-
Robin W
Moderator‘Would you happen to know if i can assign/connect such a โprivateโ Group to a Membership Level of my S2 Members WordPress Plugin?’
Offhand no, I haven’t played with the s2 plugin to know what it does or how it works !
I suspect that total automation would be hard given that you’d presumably need to link a course or courses to a forum or forums, and then link memebers to a group within bbpress representing that.
Load the plugin and have a look, it’ll take you probably about 10 minutes to configure and 1/2 hour to work out how you might want to use it. Then come back and let me know what you are trying to do.
Don’t promise to link, but if it’s easy!
May 2, 2014 at 1:00 pm #145761Topic: How to redirect away from bbpress profile
in forum Themeslaternastudio
ParticipantHi there,
I’m working with a custom profile setup (consolidating the profiles from multiple plugins) and and wondering how I can redirect a bbpress user to this central profile when they try to access their forum profile. In other words, how do I make it so that someone who tries to visit:
http://www.example.com/forums/user/johnsmith
is redirected to:
http://www.example.com/profile
I saw a very old post in this forum that discussed this topic, and they suggested using the following method:
add_action('bb_init', 'profile_redirect'); function profile_redirect() { if (is_bb_profile() && $_GET['tab'] != 'edit' && $_GET['tab'] != 'favorites') { $user = bb_get_user($_GET['id']); if ($user) wp_redirect("http://www.example.com/member/" . $user->user_nicename); } }Since it’s so old, it doesn’t work anymore, and honestly, what I’d like to do is slightly different. I’d like to redirect a user away from the profile page (regardless of which section they’re on–whether it be favorites, subscriptions, or edit profile) as long as:
- They are logged in
- They are on their ownprofile page
How could I do that with the current version of WordPress?
corradoizzo
ParticipantHi Robin
Thank you for getting back ๐
Sounds good…
Would you happen to know if i can assign/connect such a “private” Group to a Membership Level of my S2 Members WordPress Plugin?
8 will be ok for the first couple of months but will not be enough as things develop.
So scalable would be great.
May 2, 2014 at 3:25 am #145743In reply to: Check if on page/blog or forum
koendb
ParticipantI had to read better. It was in the Codex is_page() function reference.
Had to reset the query after the loop:
wp_reset_query(); // and after that:
if(is_page()){ // etc.May 2, 2014 at 1:28 am #145737In reply to: Problems marking topic as private?
Stephen Edgar
KeymasterConfirmed, thanks for the detailed steps, makes it so much easier to replicate ๐
Patched and fixed for bbPress 2.6 via https://bbpress.trac.wordpress.org/ticket/2593
May 1, 2014 at 7:37 am #145709In reply to: Help with forum display
Robin W
ModeratorWhat wordpress theme are you using?
May 1, 2014 at 1:25 am #145703In reply to: Forums index vs custom page shorturl
dustinarmstrong
ParticipantI just ran through and did a brand new install of WordPress with Twenty Fourteen as the theme, only plugins are bbPress and BuddyPress. It appears to have worked. I wiped the plugins, and tried again with no luck. Here’s a rundown of my process:
Permalinks set to postname.
bbPress installed first, forum root url set to ‘sound-off-forums’, saved. All other settings left default.
Page created with slug ‘sound-off-forums’, page works, shows forums as expected.
BuddyPress installed, default configuration left alone. ‘http://example.com/sound-off-forums’ fails to load, showing a 404 page.
I have no idea. It sounds like I’ll likely need to scrub the DB any trace of bbpress and buddypress from my environment and start over. Thanks for the help with everything. It must have just been an installation error.
May 1, 2014 at 12:57 am #145702In reply to: Forums index vs custom page shorturl
Stephen Edgar
KeymasterA clean install breaks it again. Iโm not sure what it is that out-of-the-box would break it like that, but it appears there is a conflict between BuddyPress 2.0 and bbPress 2.5.3.
This is extremely rare, not saying it can’t happen, the fact that BuddyPress uses bbPress for forums 99% of the time the BuddyPress developers will have bbPress enabled. I have BuddyPress enabled for ~75% of the time and typically only deactivate it when working on bbPress profiles. In short we usually catch any conflicts ourselves before releasing a new version of either plugin.
Also the fact that I have both plugins activated now using the same slugs you are trying to use and don’t get that error eliminates the plugins having a conflict as the issue in this case.
Can you spin up an entirely fresh WordPress install with just bbPress and BuddyPress and use the Twenty Fourteen theme and see if the issue still occurs.
I just went trawling through the raw database options for WordPress in
wp_optionstrying to find something that may cause the conflict and couldn’t find anything of interest.May 1, 2014 at 12:30 am #145700In reply to: Forums index vs custom page shorturl
Stephen Edgar
KeymasterOh… Maybe try this before you go any further as I am sure this is just a slug conflict somewhere…
It could be an issue with your rewrite rules. To fix this try resetting your permalinks. In your WordPress Administration Screens navigate to Settings > Permalinks, select a different permalink structure and save. Then select your preferred permalink structure and save again.
April 30, 2014 at 9:53 pm #145697In reply to: Forums index vs custom page shorturl
dustinarmstrong
ParticipantAlright. Let me run through this one more time to see if I’m overlooking something. My real world scenario uses the page http://example.com/sound-off-forum as the page I want to use from wordpress. The slug is set to sound-off-forum, as that is the url I’d like to use, and each is the desired url for my forum.
Page is visible here: https://i.imgur.com/Eiz8xyL.png
Admin panel view: https://i.imgur.com/DL3MXzj.pngI then set the forum root to “sound-off-forum” and get this result
bbPress Error: https://i.imgur.com/rp7yLGF.png
http://example.com/sound-off-forum page no longer working: http://imgur.com/3b314S3April 30, 2014 at 9:34 pm #145696In reply to: Forums index vs custom page shorturl
Stephen Edgar
KeymasterThroughout WordPress and bbPress and BuddyPress included having posts, pages, terms can NOT have the same slug, most likely you have something else either titled or using the slug
discussand this includes any items in trash as even though they are in the trash they still reserve that slug and it is not released until the item is removed from the trash.I cant seem to find an error for the term “Possible BuddyPress Conflict”, where are you seeing this error?
April 30, 2014 at 9:04 pm #145694In reply to: Forums index vs custom page shorturl
Stephen Edgar
KeymasterDoing so breaks the page. It creates a conflict by attempting to dynamically generate a forum root, using the same url as the wordpress page which is using the shortcode.
This works fine for me and is part of the backend philosophy of how bbPress works allowing a page with the same name as the forum root to take precedence.
* Created a page titled
discussand added the shortcode[bbp-forum-index]
* Changed the bbPress setting ‘Forum Root Slug -> Forum Root’ todiscussSo now for the site http://example.com/
– A forum list at http://example.com/discuss/
– A topic at http://example.com/discuss/topic/exammple-topic/
– A forum at http://example.com/discuss/forum/example-forum/April 30, 2014 at 8:16 pm #145693In reply to: import database from e107 Forum cms system
Stephen Edgar
KeymasterAfter 1 day importet from e107 forum tu bbpress! Alleluia!
Excellent ๐
old code for video youtube not fix
I’ll take a look at the BBCode’s and see what I can find and add some conversions for them (if I can can)
utf8 encoding accented words not fix
Hmmmm, this might be a little harder, will take a look.
Stephen for news and content from e107 to wordpress I asked a programmer who will take me some money, if he fails, can you do it?
I’m not sure I’d be able to help, I have never used e107, I have a basic forum setup and that is it. I do everything I need for bbPress directly in the MySQL database.
April 30, 2014 at 7:51 pm #145690In reply to: Allow HTML from users
rendi edwido
ParticipantApril 30, 2014 at 7:45 pm #145689In reply to: import database from e107 Forum cms system
Pasquale Galasso
ParticipantHi Stehpen!
Utenti registrati
2.169
Forum
10
Discussioni
4.221
Repliche
148.749After 1 day importet from e107 forum tu bbpress! Alleluia!
Error:
old code for video youtube not fix
utf8 encoding accented words not fixnothing serious!
Alleluia!Stephen for news and content from e107 to wordpress I asked a programmer who will take me some money, if he fails, can you do it?
Sorry sorry for my english.
April 30, 2014 at 12:04 pm #145683In reply to: Forums index vs custom page shorturl
dustinarmstrong
ParticipantDoing so breaks the page. It creates a conflict by attempting to dynamically generate a forum root, using the same url as the wordpress page which is using the shortcode.
April 30, 2014 at 8:17 am #145677Topic: Annoyance with multisite
in forum Troubleshootingdoggins25
ParticipantNot sure if this is a question for bbPress or WordPress.. please let me know if you can help
I am setting up WordPress Multisite + BuddyPress + bbPress
One annoyance I have is that when a user registers and creates a new blog, when they login they see the parent site as well as their blog under ‘My Sites’
There is a link to ‘Dashboard’ of the parent site, which they don’t have access to.
I’d like to remove the parent site from the list of My Sites
I’ve been able to establish the reason why it’s showing in the Admin bar is because they’re automatically assigned Participants to the parent blog for the bbPress forum. This is fine, but I really don’t want that showing in the admin bar.
I thought this would of already been asked before, but can’t find a similar thread
Thanks in advance.
April 30, 2014 at 4:01 am #145671In reply to: text buttons
mojomo
ParticipantUsing
WordPress 3.9 โSmithโ
WPML Multilingual CMS 3.1.5
WooCommerce 2.1.7
BuddyPress 2.0
bbPress 2.5.3April 30, 2014 at 3:36 am #145668Robin W
ModeratorJust had a two minute play with
https://wordpress.org/plugins/wp-useronline
Looks like it would sort your who’s on line.
April 29, 2014 at 11:29 am #145657In reply to: Problems marking topic as private?
mlocke90
ParticipantThese are the steps I took on my local test area to recreate the problem;
– latest version of both WP and BBpress
– both are fresh installs
– using twentyfourteen theme
– no child themes1. Create a public category
2. Create a public forum
3. Make a topic on participant user
4. Mark the topic as private on keymaster account – via wordpress visibility
5. Try to read topic on keymaster account. It will show up in the topic loop, but when you click on the specific topic to read it the topic content will not show.
6. Try and read the topic on the participant (author) account and everything shows fine.April 29, 2014 at 8:17 am #145650In reply to: import database from e107 Forum cms system
Pasquale Galasso
Participantupdating
After installing the database on my local server the plugin is workingEliminare le password di default degli utenti WordPress (0 – 89)Conversione utenti (2160 – 2249)Conversione utenti (2070 – 2159)Conversione utenti (1980 – 2069)Conversione utenti (1890 – 1979)Conversione utenti (1800 – 1889)Conversione utenti (1710 – 1799)Conversione utenti (1620 – 1709)Conversione utenti (1530 – 1619)Conversione utenti (1440 – 1529)Conversione utenti (1350 – 1439)Conversione utenti (1260 – 1349)Conversione utenti (1170 – 1259)Conversione utenti (1080 – 1169)Conversione utenti (990 – 1079)Conversione utenti (900 – 989)Conversione utenti (810 – 899)Conversione utenti (720 – 809)Conversione utenti (630 – 719)Conversione utenti (540 – 629)Conversione utenti (450 – 539)Conversione utenti (360 – 449)Conversione utenti (270 – 359)Conversione utenti (180 – 269)Conversione utenti (90 – 179)Conversione utenti (0 – 89)Inizio conversazione
April 29, 2014 at 7:31 am #145647In reply to: Modifying Private replies to work with topics
Robin W
ModeratorHave you tried posting to their support forum?
https://wordpress.org/support/plugin/bbpress-private-replies
April 29, 2014 at 6:43 am #145645In reply to: Importing from Invision 3.4.3 impossible
Stephen Edgar
KeymasterDo you think there is a limit with database size?
No, all size constraints are upstream and relate directly to WordPress and the size you are talking about is not an issue.
There is almost 100,000 posts and the database is bigger than 350 Mb
That’s fine…
Now the fine print, this will take a while to import, depending on your setup it might be a couple of hours right through to 8, 16 or 24, “how long is a piece of string” theory.
I am not sure what tools Invision includes but optimizing and cleaning the database first is a very good idea.
As bbPress imports the topics and replies it parses all the BBCodes ([b][i][url] etc) through a custom conversion script, if it comes across data it doesn’t like it will stop and no longer continue. Thus it is advisable to setup a local MAMP/XAMPP install and perform an import on your local machine as it gives you a good idea on how the process works, how much time it will take and the data integrity. Once your happy with all that then give it a go on your webhost.
April 28, 2014 at 11:16 pm #145612Topic: Modifying Private replies to work with topics
in forum Pluginsmlocke90
ParticipantAnyone have an idea on how to get this working for topics?
April 28, 2014 at 10:36 pm #145607In reply to: import database from e107 Forum cms system
Stephen Edgar
KeymasterYes ๐
You can download and install the e107 v1 importer from #2421.
Any testing and feedback you can provide would be very helpful.
-
AuthorSearch Results