rrisher
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How do I customize the icon next to my URLNot too sure what that incomplete sentance means..??
However, google seems to be working fine though.
Maybe you are misunderstanding my questions!
Forum: Fixing WordPress
In reply to: How do I customize the icon next to my URLOkay, I have a problem with this and need a bit of help.
I’ve created the .ico and it’s fine. I added the
<link rel=”shortcut icon” href=”images/favicon.ico” type=”image/x-icon” />
Before the </head> in my Theme’s header.php file and I’ve also uploaded the .ico in the image directory.
Still no dice….
Am I missing something?
Thanks all…
Forum: Plugins
In reply to: Image gallery pageAny updates on this…?
I’m trying to accomplish this same thing.Thank you,
Forum: Installing WordPress
In reply to: PHP5 Install problemswell, thank you all for you help which i really didnt get any, but for those of you who have an Ensim box and php5 and are havin install problems… I figured it out.
Word Press needs to operate in minimun security so in your control pannel on ensim may sure the php secutiry is sent to 3.1 or lower… higher security will result in the MySql databases to not be accessed.
Forum: Installing WordPress
In reply to: PHP5 Install problemsif this helps this is my config.php
______________________________________________________–
<?php
// ** MySQL settings ** //
define('DB_NAME', 'nogirliemen_com_-_wordp'); // The name of the database
define('DB_USER', 'nogirliemen'); // Your MySQL username
define('DB_PASSWORD', 'XXXXXXXX'); // ...and password
define('DB_HOST', 'localhost'); // 99% chance you won't need to change this value// You can have multiple installations in one database if you give each a unique prefix
$table_prefix = 'wp_'; // Only numbers, letters, and underscores please!// Change this to localize WordPress. A corresponding MO file for the
// chosen language must be installed to wp-includes/languages.
// For example, install de.mo to wp-includes/languages and set WPLANG to 'de'
// to enable German language support.
define ('WPLANG', '');/* That's all, stop editing! Happy blogging. */
define('ABSPATH', dirname(__FILE__).'/');
require_once(ABSPATH.'wp-settings.php');
?>if (!extension_loaded('mysql'))
{
if (!dl('mysql.so')) {
exit;
}
}define('ABSPATH', dirname(__FILE__).'/');
require_once(ABSPATH.'wp-settings.php');
?>[Moderated – password commented out just for sanity’s sake]
Forum: Installing WordPress
In reply to: can’t select databaseI have the exact same problem I tried all the steps in the Pods set -up and in this post and still nothing…
I too am usning an ensim box running php5.
Forum: Installing WordPress
In reply to: PHP5 Install problemsyeah, I’m running MySQL…..
and Im still not running.
Forum: Installing WordPress
In reply to: PHP5 Install problemswe’ll thank you for correcting my typo however, I am still having the same problem…
Forum: Fixing WordPress
In reply to: LINKSWell, for all you out there that may have been confused on setting or changing any of your link parameters, it is a very simple yet easy fix.
In the control panels under links->Link Categories you have to edit the links category. In here the link category settings is where you can change the amount of links displayed and some other options.
It was much easier than I thought, while I was looking for a complicated scripting modification, the fix was under my nose the whole time..
Robert
Forum: Fixing WordPress
In reply to: LINKSI understand that, I have looked at all the tags to call links into the blog. But nowhere can I find where it has to edit the limitations on the number of links displayed.
These tags that you have provided a link to in your previous post do not provide that type of information. they are very specific in ordering and sorting.
could it be as simple as placing more page breaks in between the next catagory? I don’t think so nothing in phph is that simple!
Forum: Fixing WordPress
In reply to: How to Use Email Post pluginI have finally got the Plug in to work however; it for some reason will not send e-mails to .us addresses everything else seems to work fine. Has anyone else noticed this error???
Also, there are some major spelling and grammatical errors in the e-mail that is sends out. I have tried to look and modify the .php files but have had no luck on finding the text that it sends out. Does anyone know where this text is located to modify it?
Thanks in advance
Forum: Fixing WordPress
In reply to: How to Use Email Post pluginOk, has anybody got the correct SMT username, pswd, ans server thing working.. I have tried several varations of the SMTP as well as usernames and none seem to work.. anyone have some insite in the modification of the wp-email.php file?
Thanks
Forum: Fixing WordPress
In reply to: E-mail LinkWhere did you find the Plug-in I am running 1.5 and would like it..
Forum: Fixing WordPress
In reply to: Blank RSS.phpThanks….
I upgraded and it went smooth.. It actually cured the problem too..Thanks a million..
Forum: Fixing WordPress
In reply to: Blank RSS.phpThanks, I’ll try and do the upgrade..