Forum Replies Created
-
In reply to: Sitewide Forum statistics
Yeah i figured as much. This forum is usually just so much more responsive 🙂
In reply to: [Resolved] Resize avatars on forum landing pageIf anyone cares, the proper solution is just to copy loop-single-topic.php into your themes dir and edit till your hearts content. The only semi-tricky thing is that it must be in a /bbpress/ dir within your theme. For example:
wp-content/themes/yourtheme/bbpress/loop-single-topic.php
In reply to: [Resolved] Resize avatars on forum landing pageim just going to bump this up to see if i can get anything
In reply to: Role-based Profile FieldsI am also curious if there is an answer to this.
In reply to: Users notification statsThanks @shanebp. Looks like meta_key LIKE notification.* returns an empty result set which i do believe means they are all set to the default of YES.
In reply to: Auto embed images?@mercime Yeah I’m aware of that was just hoping for a slightly easier solution with an auto-embed. Thanks for all your help though.
In reply to: Auto embed images?@mercime yeah, I’ve had that checked but it doesn’t seem to work with regular old image urls (.jpg|.png|.gif). For example…
This should show an image:
http://f.cl.ly/items/3N3O3z3v3M1L2M1Q1543/z%202013-02-25%20at%2010.15.14%20AM.pngThis forum might not have that option turned on, but it does the same thing in mine with that option checked. Maybe that’s a bug but I’m not finding good documentation on what exactly is supported.
In reply to: Auto embed images?Thanks @mercime
So this looks like it will allow users to click a button to upload and attach images? That might be a nice addition, but I don’t think it answers the question I asked. I want users just to be able to paste an image URL in and have that be embedded (like they can do with a YouTube video). Maybe thats just not possible right now and this is the closest solution.
In reply to: Auto embed images?Bueller, Bueller?
Figured it out. It was the ‘New User Approve’ plugin. This thread has a fix.
going to bump this up to see if i can get a response.
In reply to: Notification email encoding issues@themightymo Thanks, do you have nay idea where I would use this, i.e. what code to change?
In reply to: Ascii Characters in EmailI too am having this issue with topic notification email…
What’s your biggest challenge?
becomes
What' ;s your biggest challenge?
I mostly see this in the subject line, but sometimes in the body, and not just with an apostrophe but double-quotes, etc.
In reply to: [Resolved] Redirect after topic replynevermind, figured it out. There’s was a 301 set up causing issues.
[resolved]
In reply to: [Resolved] Redirect after topic replyThanks. I am using the “BuddyPress Default” theme and tested with all plugins activated to no avail.
I’m wondering if it’s because we have this self hosted with nginx instead of apache (so the default .htaccess is being ignored). I’m not sure how the forum redirect works though so it’s hard for me to trouble shoot
In reply to: [Resolved] Redirect after topic replyanyone?
In reply to: [Resolved] Redirect after topic replyNote: this is only when replying, after creating a topic you are properly dumped on the topic view page.
In reply to: @mentions not broadcasting… or could tell me where to look to troubleshoot.
Nevermind, forgot to restart PHP server after installing GD
In reply to: New users can’t registerSo this was dumb. The issues was because of a trailing slash after `activate`
Compare:
`example.com/activate/?key=d2373a345c3bbf9a62dd475e61cfbff9`
`example.com/activate?key=d2373a345c3bbf9a62dd475e61cfbff9`Seems that WP assumes apache and creates .htaccess that our nginx ingnores.
Thanks for your help @davidtcarson
In reply to: New users can’t registerWhen you click the activation link in the sent email you get the /activate page (URL defined in Settings > BuddyPress > Pages) that looks like this:
In reply to: New users can’t register“But you didn’t mention whether anything is shown on screen when the activation link is clicked.”
– Sorry I wasn’t clear, answered that first part with the first “sentence”: No.– I’ll look for the logs. This is something we are self hosting, and I’d imagine our NetAdmin looked over all that first (but you never know).
“It’s always easiest to troubleshoot core functionality before you start adding plugins or customizing anything”
– Agreed. But, I’ve barely done any customization (just installed three days ago) so I figured this was pretty close to a clean install.In reply to: New users can’t registerIs there any message shown on screen or in error logs when you attempt to activate?
No. Haven’t looked, where can I find the error logs?Were you ever able to activate a user on your install before now?
No. This is a brand new install, and these are the results from the first time testing.Are you using the bp-default theme?
Yes. Theme: BuddyPress DefaultIn reply to: New users can’t registerActually I even went ahead and deactivated bbpress, and still no luck. If i deactivate BuddyPress, the registration is not even applicable
In reply to: New users can’t registerSorry, that may have been misleading. I disabled all of them except the bbPress and BuddyPress plugins, which are necessary to have most of the site itself work.