laslo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Google AdSensesupablog, that’s probably because the adsense width google_ad_width = 120; is wider than your sidebar ?
I still have some problem with AdSense myself here http://www.cinencuentro.com
I got to add it to the left sidebar. Also to the top of the centercolumn, but only for the home page, when I add it to the post or page template it will only show a blank space instead of the Ad. any ideas?Forum: Fixing WordPress
In reply to: 2 pages display on 1 pagejosepo, one question: I just bump into the same problem, I have two pages that have the same ‘slug’, meaning the url ends with the same term and now whenever I load any of those pages it shows not one but the two of them.
here http://www.cinencuentro.com/kharisiri/fotos-1/
and
here http://www.cinencuentro.com/9-festival-elcine/venta-entradas/fotos-1/I did the update on the permalink structure option, I guess thats how you update the .htaccess file.
Any ideas what could be wrong?Forum: Fixing WordPress
In reply to: How to make posts per page differentCan you give instructions for the use of the plugin http://rephrase.net/miscellany/05/perpage.phps ??
I installed and activated but then I see no additional menu or submenu in the admin page.
So, how do I use this plugin in WP 1.5?Forum: Fixing WordPress
In reply to: Reading Options — Posts Per PageI uploaded http://rephrase.net/miscellany/05/perpage.phps
to my plug-in directory, I activated… and then I’m lost. How do I use this plugin? It doesn’t seem to show any new menu or submenu in the admin page. Any directions will be appreciated.Forum: Fixing WordPress
In reply to: Number of posts on home page vs. category pagesI have a problem here too: http://www.cinencuentro.com/
I first used the standard option from WP. I set 3 post per page, because that’s what I wanted for the home page. Then I realized I’d need like 10 or 20 posts per page for the Search results or the Categories page. So I installed “Custom Query String” Plugin. I set the number of pages for Search Results to 10, and it worked, but for some reason the main page showed 4 posts. If I set a number for a Category page, it wont work either. And it got worse: I deleted all the rules/conditions of the plug-in, and I’m still getting the same results, as if the rules will still be set. Could it be related to somme conflict with other plug-in?
Only if I disactive the plug-in it will stop using the (deleted) rules/conditions.
I really need this feature, it is a great idea. I hope someone can give me some help.Forum: Installing WordPress
In reply to: Error Establishing Database connection.ok, sorry for posting that twice.
I did check the 4 parameters in the wp-config file. Although i’m not sure about the last one:
define(‘DB_HOST’, ‘database’); // 99% chance you won’t need to change this value
they say dont change it, but in other examples I’ve seen that people use an IP address, plus a port number. I also tried using the IP number where my DB is and the port 3306 which is the one that use MySQL Administrator, which btw can connect without any problem to the DB.
the ‘test.php’ script is a separated php. I just tried it to see if i could connect using that bit of code. and I couldnt. I also tried:
<html>
<head>
<title>Ejemplo de PHP</title>
</head>
<body>
<?php echo “Hola mundo”; ?>
</body>
</html>getting the same response: “No input file specified.”
I guess that means there’s something wrong with IIS and the way it manages PHP.
Which is confusing because when i try http://www.imaginaccion.net/cinencuentro/wp-admin/install.php
I got the error page of WP, but it’s still a HTML page built with PHP, my guess then was that PHP worked. now I realize I can’t even run a “hello world” script…Should i need to use Apache instead of IIS?
Forum: Installing WordPress
In reply to: Error Establishing Database connection.I’m having the same problem running
http://www.imaginaccion.net/cinencuentro/wp-admin/install.phpSo i tested this little script:
<?php
$server=’localhost’;
$user=’inspers_minh’;
$pass=’your-password’;
$pipe = mysql_connect ($server, $user, $pass);
echo $pipe;
?>(replacing my own parameters of course)
http://www.imaginaccion.net/cinencuentro/test/test.phpwhich returns a message I suppose is not what expected:
“No input file specified.”btw I’m using server IIS, not Apache, running php 4.
and i notice that the permission of my files and folders is: -rwxrwxrwx
Any ideas? help will be appreciated.
Forum: Installing WordPress
In reply to: Error establishing database connectionhello pericat,
I’m having the same problem that everybody with installin.php
i ran the test script you suggested, and i’ve got
“No input file specified.”any ideas?
http://www.imaginaccion.net/cinencuentro/test.phpForum: Themes and Templates
In reply to: Blix: Using radio buttonsI’d like to edit the static text myself thou.
pd. what’s i18n??
Forum: Themes and Templates
In reply to: Blix: Using radio buttonsWell thanks for responding. I just tried your Poll plug-in. I dont see how much better is it that the WP-Poll (As i said, I managed to fix the <input> problem, using the ‘width’ property. I wanted to edit the static text of your poll, like the word ‘Vote’ and so on (since my blog is in spanish), but I find it easier to do this edit work on WP-Poll.
If you could tell me how come is it better, it’d be great.
http://cinencuentro.innereyes.com/wp-polls.phpForum: Themes and Templates
In reply to: Blix: Using radio buttonsI managed to make it work using the property:
style=”width: 40px;”
for the radio buttons and the submit button.
Although the Poll Options (using WP-Polls) doesnt show the changes of the template correctly even if the changes where made, like I’d add style=”width: 40px;” but then it’s dissapear on the template… maybe it’s a bug of the Poll.