Tecca
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] W3TC installation error (nginx)It depends on where you’re adding it. It should be inside of the server block, so make sure you see this before the end of the file: }
Though it’s probably best to keep the W3TC configs in a separate file and include it in your config. So something like:
# Includes W3 Total Cache configs
include /etc/nginx/conf.d/w3tc.confCreate that file above, and put that line into your current server block. Then paste what W3TC wants you to paste inside of the new file you just created. It keeps things a bit neater and easier to follow.
If you need a bit more help, paste your config(s) here or in a pastebin.
Forum: Plugins
In reply to: [W3 Total Cache] W3TC installation error (nginx)The file in /etc/nginx should be the one you edit (or give permissions for W3TC to write to). W3 Total Cache can’t detect where the config is, so it usually points to a generic location.
Forum: Plugins
In reply to: [W3 Total Cache] CDN, do I need to enable or not ?You don’t have to if you don’t want to, but if you do opt for it, use Generic Mirror.
Forum: Plugins
In reply to: [HTML in Author Bio] Any updates?The plugin works perfectly fine, it’s only a couple of lines of code.
Forum: Plugins
In reply to: [GD bbPress Tools] Signature BBCode not Showing?Same deal. Signatures fully work and display on the forums, but it’s a bit iffy when updating them through BuddyPress profiles. Saving bbCode — anything from links to images — works and will display in your forum signature. But going back to BuddyPress to edit again, the field is either left blank or shows the raw HTML. Saving with the raw HTML will, of course, be stripped if you have signatures set to bbCode.
Looking at the signature field through wp-admin displays as intended.
And a suggestion on this topic: have an option to allow both bbCode and HTML usable, without stripping either of the two.
Forum: Plugins
In reply to: [GD bbPress Tools] Ugly code is showing up randomlyI have this as well. It only seems to happen on my end when a user quotes someone with a quote in their post. So any posts with nested quotes in them. One quote works just fine.
I ran across this problem when I tried using the wizard as well. To fix it, I looked at the code on the page (with Firefox you can download the Firebug extension, and with Chrome it comes natively with its own Inspector). I saw that file links were actually being hidden rather than removed via inline CSS. So with Firebug, I simply used “Delete Element” to remove everything that was being hidden. Hit save and was then able to restart the process as normal.
Forum: Plugins
In reply to: [BuddyPress Wall] Activity feed has numbers after usernameI looked in bp-wall-filters.php and found:
$new_action = sprintf( __( '%s1 wrote on %s2 Wall', 'bp-wall' ), $user_url, $displayed_user_url);Remove the 1 and 2 from the above and save. It won’t fix the old statuses, but new ones will no longer have that.
Would be great to see some BuddyPress compatibility. Seems to work out of the box well enough — I only have a problem with social media avatars overriding the BuddyPress/bbPress avatars in certain sections of the site
Forum: Plugins
In reply to: [Infinite-Scroll] Not sure what my selectors should beYour next selector should be .alignright a:first and make sure to select Masonry in the dropdown for the behavior.
Forum: Plugins
In reply to: [BuddyPress Wall] News Feed is empty after activationYour latest update solved this issue (0.8.2). Great plugin — I’ll likely leave a review after I’ve tested it a bit more thoroughly. Thanks for it!
Forum: Plugins
In reply to: [Achievements for WordPress] Achievement archive pageAh, awesome! Thank you — it works perfectly when following the hierarchy.
Forum: Plugins
In reply to: [DJD Site Post] Where does Guest Name & E-mail info get stored?The information is stored as meta data (custom fields) and can be found when you’re editing the post. If it isn’t on your screen by default, you can press “Screen Options” while editing the post and tick “Custom Fields.” This will show the guest_name and guest_email fields.
To display them in your post, add
<?php the_meta(); ?>to your single.php file.Forum: Plugins
In reply to: [DJD Site Post] Featured Image?The featured image does indeed work. I think the problem stems from people that may want the featured image as something like a required field, or at least prominently displayed.
As it is now, it’s somewhat of a hidden feature. This is due to WordPress design, but the backend does have it both in the Media Upload and a separate field — thus easier to spot and add.
This plugin does it fairly nicely by adding the featured image to the top of the post form: http://wordpress.org/plugins/wp-user-frontend/
I’ve been trying a few different plugins with front-end posting and it seems that the very few that are out there are good but all of them seem a bit incomplete (of course yours is very new and still in beta, so that’s a given).
My favorite so far, out of the box without any editing, has been Front-end Editor: http://wordpress.org/plugins/front-end-editor/
The way it handles editing of current articles is great, but it has less functionality than the one posted above: no guest posting; awkward way of implementing front-end posting; no way of viewing your currently pending posts (if you’re on an account without access to wp-admin and want to see it on the front end), etc.
Anyway, sorry for the lengthy post. I’ve been enjoying your plugin so far and I’ll keep an eye with your progress. There’s a lot of potential with this one!
Forum: Plugins
In reply to: [bbPress Pencil Unread] weird behavior?Have all of the threads within that forum been read? I haven’t used this yet, but if it functions similarly to other forum software, it will still be unread until every topic within that forum has been seen. Once a topic is posted in again, the forum becomes unread.