Alvaro Degives-Mas
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: SB Welcome Email Editor] Multiple RecipientsSee:
http://www.sean-barton.co.uk/2009/04/welcome-email-editor-for-wordpress/If you really, really want to BCC the additional recipients, just add them in the “extra headers” field, e.g.:
BCC: fictitious@example.com,invented@test.net
One important point though: keep in mind that you’re sending login info (user + pass) over email out to others than the user him/herself!
So, if your intent is to JUST send copies out of the admin notification (just to notify of a new user with his/her email address) you’ll have to tweak the code. See the author, e.g. at the link I just posted, above.
But I digress: I agree, it’s an awesome plugin.
Forum: Plugins
In reply to: [Plug in Audio Player 2B6] / Autoplay optionTry including “autostart=yes” like this example:
[audio:soundfile.mp3|autostart=yes]You can tinker with other things in a similar way, just take a cue from the given options for the stand-alone version.
Forum: Plugins
In reply to: fav.ico not working in the address barTry this alternative:
<link rel="shortcut icon" href="http://thekevintrudo.com/wp-content/themes/edit-3col-rdmban-rr/images/favicon.ico" type="image/x-icon" />
It’s possible that, somewhere between the theme and WP itself, something interferes with images placed at root-level.Please, don’t forget to triple-check that you put the fully qualified URL there (just as in my example) and that, indeed, the file exists: with that name, and in that exact location.
Finally: your favicon.ico is 48×48 – not that it’s a crime against humanity, but it’s usually best to go with 8×8 or 16×16 (or 32×32 or 64×64 if you must, but Vista and Windows 7 aren’t majority cases – yet) and if you use a decent image editor, you should be able to cut it down to below 1KB in size.
Edited to add: for example, the favicon.ico in use here at WordPress.org is 16×16 and about 1.1KB – looks pretty good to me!
Forum: Plugins
In reply to: fav.ico not working in the address barClear your browser cache. Thoroughly.
Then reload and behold the magically appearing
favicon.ico๐Forum: Fixing WordPress
In reply to: [Validation Issue] v263 – WordPress Default 1.6 themeI’m sure XHTML 7.0 will have some awesome features too, but it’s an error in the current version. Period. (Else, don’t use a doctype declaration that lies about its standards compliance.)
Edited: it’s in the theme code, so it can be whacked out easily – unlike the issue of the nearly impossible to skin the login and registration forms, the code of which seems to change with every point release.
Forum: Fixing WordPress
In reply to: WP Super Cache – How do I know it’s working?Maybe you didn’t find any problems, but your WP install (including the theme + plugins in use) doesn’t generate anything closely resembling valid HTML. I just plugged in one post into the W3C validator – check for yourself: no less than 74 errors, and 38 warnings. The warnings you could skip – but those errors you’d better work on, first…
Forum: Plugins
In reply to: fav.ico not working in the address barOnce again: the proper name is NOT
fav.icobutfavicon.ico– this is what’s shown now in your HTML source code:
<link rel="SHORTCUT ICON" href="/fav.ico"/>
Change the name and try using this instead:
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />Forum: Plugins
In reply to: How to stop spam in wordspewA strictly set Bad Behavior usually does the trick.
However, if for whatever reason it doesn’t work for you, you could try a different route: the WP http:BL plugin, which uses the same http:BL API key and very fast DNS type queries, but doesn’t have all the additional protective script filters that Bad Behavior affords.
Big difference between the two is that the http:BL plugin method just relies on blocking the known bad guys, whereas BB is also and especially able to stop ’em based on their displayed behavior – whether they’ve been spotted elsewhere before, or not.
Nerdy humor aside: in the http:BL plugin, the following line never fails to make me laugh out loud:
if ($blocked) die(); // My favourite line.Can’t say I disagree.
Forum: Installing WordPress
In reply to: Help! my checkout form has gone loco! T_TSorry about your plugin issue, but see this first.
Hunt down the author’s support forum for the shopping cart plugin or try here – this is the forum for install issues with WordPress itself.
Forum: Plugins
In reply to: fav.ico not working in the address barLast thing that comes to mind – I skipped it because it seemed kinda obvious – is to check that there’s actually a call to the favicon.ico file in the theme.
E.g. check in the HTML source code (of any page on your website, doesn’t matter which one) whether you see something like this:
<link rel="shortcut icon" href="http://www.example.com/wp-content/themes/yourtheme/favicon.ico" type="image/x-icon" />If you don’t see something like that, edit the theme’s
header.phpfile to include it. A good place would be right underneath the line containing the HTML<title>tag.The location of the favicon file doesn’t matter; it can be either in the webserver root folder (i.e. directly in the public_html or www folder) or just as in that example above, where I linked to the theme’s folder, as that’s very often where a favicon file is placed by the theme author (then again, it’d be strange if the theme’s author didn’t also include a proper favicon link in the theme’s header file but hey, could be an oversight).
The ‘Default’ theme doesn’t have a favicon though, so if you use that theme, you’ll have to upload the favicon file, and also include that line in
header.phppointing to where you put that favicon file (the webserver root is usually the best place).Forum: Installing WordPress
In reply to: STOP PUTTING PLUGIN QUESTIONS HERENot so fast. Follow me in this example:
Suppose I’m looking at a plugin’s information page. Let’s just take a popular one as an example.
There, I click on the “See what others are saying…” link, because I have a question in mind, and want to check whether it’s been addressed in the forum, or not.
So, I look at the list of forum topics related to that plugin, and then decide that it’s not there, so I click the big fat “Add New ยป” link on the top (or simply start typing away in the form located at the bottom).
As you’ll see, the new post has “Installation” preselected as its destination forum, in the drop-down, located at the bottom of the window. And voilร , another post in the wrong forum is on its merry way…
I bet this is where an awful lot of the erroneously posted topics come from.
Forum: Plugins
In reply to: fav.ico not working in the address barIt helps to check that the file name is
favicon.ico(and not ‘fav.ico’ or something else) and that it’s saved in the appropriate .ico format and size (e.g. 16×16, 32×32, 64×64 – don’t go overboard with bigger ones; typically the 16×16 size is used in address bars, and there’s a dramatic difference in filesize between ’em, too)Finally, to be sure: put the
favicon.icofile both in the webserver root folder (usually named public_html or www) and in the theme folder.And once you’re done, clear your browser cache thoroughly – especially the favicon.ico files are persistent critters.
Forum: Fixing WordPress
In reply to: WP Super Cache – How do I know it’s working?See Donncha’s comment.
Forum: Requests and Feedback
In reply to: my website has been hackedYou’re hosted on a shared server. So, contact the webhosting company that hosts the site and ask them for help.
If you don’t have that information, and only if you registered the domain separately from your webhosting (always recommendable – here’s one very good example why!) the next step up the drastic but temporary countermeasures scale is going to the registrar (the company where you registered the domain loulisa.net for your site, e.g. GoDaddy or Network Solutions) and ask them to remove the DNS settings. That at least will make your site completely inaccessible, which stops your site being poisoned in search engine rankings.
Meanwhile, continue trying to get in touch with the webmaster, and for next year’s summer vacation, make sure you have contingency plans in place.
Once again, here’s a very good example of why that is a good idea, instead of relying on “other people taking care of it.”
Good luck!
Confirmed:
- It was indeed a crontab permissions issue. Set to 4755 and that’s the end of crontab related issues.
- The issue indeed originated in derelict residues of an erstwhile Fantastico install of WP: morale of the story is don’t use Fantastico or cPanel to install WordPress – ever. Period.
- I also notice that since I decided to completely refresh the WP Super Cache install, things now amazingly actually resemble predicted behavior… So, while before the plugin worked with a 755 permission for the cache folder, it now ceased to work (which obviously was resolved with perms set to 777). Ah – the joys of normalcy!
Case hence closed – I’ll set the topic to ‘Resolved’ now.
Thanks again!