ifelse
Forum Replies Created
-
Forum: Your WordPress
In reply to: Needs help badly … !!“Hello …….. Please – Is there anybody help me look at this issue???”
Firstly, a polite reminder that everyone on this forum is a volunteer and that your problem is not the only issue worth addressing. Needlessly bumping your post will not inspire people to help you faster. Remember, patience is a virtue:)
Secondly, can you paste the content of your wp-content/themes/default/index.php file to http://pastebin.ca/ so that we can take a look?
Forum: Your WordPress
In reply to: please critique my K2 blogAs Moshu mentioned, there’s no K2 support provided here but there’s no harm in asking for feedback in the ‘Your WordPress’ forum:)
However, you’re more likely to receive feedback in the official K2 forum.
Forum: Fixing WordPress
In reply to: Need WordPress Custom Modified WILL PAY $20“Damm no one ?”
$20 is not a lot of money… that’s the equivalent of a couple of hours work at McDonald’s.
If you’re only offering a low fee, do not be surprised if no one takes you up on your offer. If it’s urgent and beyond your ability, let market forces take over and be prepared to pay more.
Forum: Fixing WordPress
In reply to: Normal user can access adminpanelBTW, it’s worth pointing out that the link provided by the OP is probably NSFW (not safe for work).
Forum: Fixing WordPress
In reply to: Normal user can access adminpanelChaaban is correct; anyone who is registered will have access to the admin panel and this is intended behaviour. However, functionality is restricted on a user level basis so a level 1/0 user won’t be able to, for example, change/edit the theme.
Forum: Your WordPress
In reply to: WP as CMS for design folioA lovely design and some wonderful showcased work. Good job!
Forum: Fixing WordPress
In reply to: How to pull a record from the table in MySQLTry adding the following to the bottom of the plugin file(download-mgr.php):
<?php
function get_download_count($file_name){
global $wpdb;
$dl_count = count($wpdb->get_col("SELECT id FROM $wpdb->downloads WHERE file_name = '$file_name'"));
echo $dl_count;
}
?>
And then, call get_download_count($file_name) at the point where you want the count outputted.
BTW, quick warning: the code is untested and I don’t use Kaf’s plugin but I’ve had a look at the plugin code and it should work.
Forum: Everything else WordPress
In reply to: PostgreSQLI’m closing this topic as it’s degenerating from simply being unproductive to flamewars and ad-hominem attacks.
Can I also kindly remind all those involved that this is a support forum and not a public debating podium for issues which are best discussed in your own blogs. Thank you.
Forum: Plugins
In reply to: Why doesn’t Technorati generate a link fr. my tags?This is a Technorati issue and not a WP issue. The criterias for what Technorati considers a tag can be found at http://technorati.com/help/tags.html
Forum: Fixing WordPress
In reply to: no less-than-threeInstead of just inputting the left bracket <, type <
i.e. <3Forum: Themes and Templates
In reply to: CSS formatting Issue“Someone must have some insight into this issue?”
Please try and remember that we’re all volunteers here and that what you’ve posted is a CSS query in a WP support forum.
Try adding the following to the bottom of your css file.
#footer #google_search {
margin:0 auto;
width:500px;
}Forum: Alpha/Beta/RC
In reply to: Version Check looks wrong.Moving this to the 2.0 beta forum. I’d like to reiterate again that the 2.0beta is not an upgrade; it’s intended for testing only.
Forum: Installing WordPress
In reply to: Themes Won’t ShowLike Podz says, we’re only getting 404 errors for your CSS file. Check the link in Podz’ reply.
If you’ve definitely uploaded, confirm that permissions ar set up correctly.
Forum: Fixing WordPress
In reply to: Why my WP search doesn’t search it all ?By default, WP doesn’t search pages, only posts. David Nagle has written a plugin to allow you to search across pages as well.
Forum: Themes and Templates
In reply to: my problem is center lineThis is a support forum for WordPress; your blog is powered by Blogger to whom questions/queries should be directed.