Alvaro Degives-Mas
Forum Replies Created
-
Forum: Plugins
In reply to: please help….i think my wordpress blog has been hacked or spammed???I’m not giving advice on how to clean up the aftermath; this is a recommendation concerning protection of your blog in the future. I really can’t get enough of recommending Bad Behavior in addition to whatever second-line spam filter you may use (e.g. Akismet).
Set it to as thorough a setting as you can afford; in the most stern setting it’ll deny connection attempts via proxy servers, which is not good if you’re desperate for traffic from (e.g.) AOL uses and those curious creatures who have a browser crammed with BHOs (you know, those “helpful” toolbars designed to follow you around the net, wherever you surf), but that way you’ll disallow an enormous amount of crud sent in by the bad guys.
And if you also install WP-Honeypot you’ll be helping out the community of volunteer webmasters and admins to identify and catch the bad guys. If you’re interested in that, check out Project Honeypot.
Good luck with the cleaning up – and best of luck hardening your site.
Forum: Plugins
In reply to: Does this content slider exist?If you don’t mind manually indicating / marking a post (or page) for inclusion in the content highlighter / slider, you might want to give Smooth Slider a spin.
Essentially, at the time of creating / editing the post, you define the slider’s illustration (if at all you use a slider image) in a custom field, create (if you want a separate slider text) the text that appears in the slider (else, use the default excerpt or the first X words/characters), then mark the post for inclusion (it’s just ticking a checkbox) and voilà – you’re done.
The manual method is a bit less intuitive if you have a bunch of authors if you want their work to automatically appear, but in a single author environment it’s very simple, effective and visually neat. Uses Javascript, not Flash.
Forum: Plugins
In reply to: Tips on importing events into The Events Calendar?Thanks, Shane.
Thing is, I just took a peek via a test WP install with the TEC plugin and a few test events, and saw to my horror that the event data is stuffed in the WP-maintained postmeta table – therefore sharing the same vulnerability issues that make e.g. custom user field data stored in the (also canonical) usermeta table prone to crashes and muck-ups. And with tons of posts and pages, that’s not a good thing. Pity; else, converting could have been a matter of fiddling about a bit in a spreadsheet and then dumping the amended data back into the (pertinent) table. Sorry… I’ll revisit it once The Events Calendar has its own table(s).
Have you read the templating / customization instructions to have a personalized template set up which survives plugin updates? If you want a specific layout, you’ll have to define a template, first.
Forum: Plugins
In reply to: Looking for a good Facebook plug-inIf it’s put there by your template, just replicate the Twitter one for a FB button (that you’ll have to make, at the same size) and link it to your FB destination (page, group, whatever). If it’s a text widget, you can easily add another manually with HTML code; if it’s a dedicated widget, I’d say take it out and replace it with a text widget and replicate it with HTML.
Forum: Plugins
In reply to: Can Amember Protect Entire Directory?I’m not sure why you post your question here, regardless of your self-bump, which by the way is a no-no around here. People are busy enough offering volunteer input on a volunteer support based WordPress and related plugins support forum to have to wade through “look at me” posts popping up left and right, courtesy of the impatient.
Now, getting back to why I’m not sure what made you post your question here: Amember is a commercial plugin, and support for it is offered on its website to its customers; log in to the Amember support section and try posting your question there.
You have a far better chance of getting more helpful replies there, than here! Good luck.
Forum: Plugins
In reply to: Looking for a good Facebook plug-inTry Status Updater.
As to Facebook buttons in the sidebar, I like simplicity: just create an image, link it to your FB page/group, done. Plus: you can place it wherever and mark it up to fit other such buttons to your liking.
If you use the PixoPoint Menu plugin, use:
<?php if (function_exists('pixopoint_menu')) {pixopoint_menu();}; ?>
It’s a good idea to wrap that in a div of its own, e.g.:<div id="menubar"> <?php if (function_exists('pixopoint_menu')) {pixopoint_menu();}; ?> </div>That way you can more easily address additional things about the menu’s styling and position.
Also, given the enormous ecosystem of plugins out there, many different plugin authors have different support methods; in the case of PixoPoint (by Ryan Heller) you’d want to check the forum.
Forum: Plugins
In reply to: [Plugin: WP Archive-Sitemap Generator] such a plugin exists alreadyActually, Dagon Design’s version works fine with the current (at this moment, 2.8.6) WP release; I have it working without a hitch on a site I maintain.
However, there are some very nice features that are unique to Arpit’s plugin; the pagination option is one such wonderful innovations. If at all, I’d suggest looking at the possibility of adding one thing to the plugin’s options: the ability to exclude individually identified posts/pages, i.e. by their ID. That’s one useful thing that DD’s version does well, and WP Archive-Sitemap Generator doesn’t – yet. Just a friendly suggestion… Otherwise, this is a promising addition to the ever growing WP plugin family. Thanks Arpit!
Forum: Plugins
In reply to: [Plugin: Category Show] How to remove Comment ClosedGlennfun, I think what you mean is that you want a page with a “dry” listing of posts in a certain category, and you don’t want to even show that there’s a technical facility to comment.
Thing is, that’s a theme issue – it’s not the Category Show plugin.
What you want to do is to copy your page template with a different name (e.g.
nocommentpage.php) and in that “new” page template take out the PHP code segment that shows the comments (and, when applicable as in your case, that they’re closed). Then, in the WP page administration part, you set the page on which you have the Category Show list to use the “new” page template. Don’t forget to change (or add, if it doesn’t have it) at the very top of your new page template the ever-important comment that identifies (i.e. names) your new page template, as appearing in the drop-down list of selectable templates.If all this seems to you like it’s written in a foreign language, start reading up here on how to change or create template files. It’s one of the most flexible and powerful parts of WordPress!
Either way, what you want has nothing to do with Felipe Tonello’s great plugin.
Forum: Plugins
In reply to: User registration and management in frontend?Thing is, the user profile editor is part of the WP Admin back-end.
So, either you’re looking at coding something together yourself, so as to both redirect and to allow for profile management somewhere else, or a suitable combo of plugins to achieve the same. There are some very nice “re-routing” login / registration plugin solutions out there; speaking of a more integrated approach, there’s e.g. a complete bulletin board (a.k.a. forum) plugin solution that offers exactly the functionality you’re looking for, namely Simple:Press Forum, which lets you choose where users (“forum members”) go to register, edit or view profiles, see user lists, and so on.
My point being, seek and thou shalt find. Plenty of plugins around to pick from.
The difference is that one is practically frozen, while the other is in full development. Don’t believe me – read it for yourself.
The Multi-Level Navigation plugin is, for purposes of using it on a WP install that is kept up-to-date, to be considered increasingly derelict. Anecdotally, and if you’re into WordPress plugin paleontology, MLN was a successor to the now defunct Suckerfish WordPress Plugin.
Keep track of the PixoPoint Menu plugin, which is the plugin that is current, and evolving (with tons on the horizon to the point of being almost entirely rewritten).
Which brings me to a final point: make a habit of checking out the plugin author’s site for information on plugin currency, as not every plugin author necessarily tracks development via the WordPress support forums.
Forum: Plugins
In reply to: [Plugin: Members] Delegation of user managementI think you can do that with CapsMan. But you’ll have to be very careful creating a specific role so as to not inadvertently give (full) admin rights to that user, i.e. elevating subscribers to admin. Used in that way, it’s much like a chainsaw: you can clean up the dead wood in a forest, and you can cut off your own arm, too.
Forum: Fixing WordPress
In reply to: Custom registration with link to paypal?There are a few membrship plugins out there, e.g. WP-Member (this is not “free” as in “free beer” – you have to pay to use it) but the problem presently existing with that plugin (release v2.3.1) is precisely the custom registration fields and registration forms; there are some very limited custom fields options, and integration with other registration customization plugins (e.g. Register Plus) is very difficult, not to say impossible out of the box.
On the upside of such a solution, the integration with PayPal (bonus: automated recurring membership renewal payment handling!) is very smooth.
Forum: Fixing WordPress
In reply to: [Validation Issue] v263 – WordPress Default 1.6 themeIt’s cool in that it provides better accessibility. See:
http://www.marcozehe.de/2008/02/29/easy-aria-tip-1-using-aria-required/It’s totally uncool as it’s yet another non-standard add-on that gets happily slapped into themes with limited support (by some browser).
I don’t have issues with the intent behind ARIA; I have issues with crud that gets crammed onto the intertubes without any regard for standards, and very little in the way of formal coordination with the standards developing entities to get them slotted in properly.
Reeks of thoughtless me-too featuritis, this implementation of aria-required.
Just whack it out. Odds are you and your readers don’t need it and won’t miss it.