Forum Replies Created

Viewing 15 replies - 1 through 15 (of 16 total)
  • Not too sure what that incomplete sentance means..??

    However, google seems to be working fine though.

    Maybe you are misunderstanding my questions!

    Okay, 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 page

    Any updates on this…?
    I’m trying to accomplish this same thing.

    Thank you,

    Thread Starter rrisher

    (@rrisher)

    well, 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.

    Thread Starter rrisher

    (@rrisher)

    if 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]

    I 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.

    Thread Starter rrisher

    (@rrisher)

    yeah, I’m running MySQL…..

    and Im still not running.

    Thread Starter rrisher

    (@rrisher)

    we’ll thank you for correcting my typo however, I am still having the same problem…

    Forum: Fixing WordPress
    In reply to: LINKS
    Thread Starter rrisher

    (@rrisher)

    Well, 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: LINKS
    Thread Starter rrisher

    (@rrisher)

    I 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!

    I 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

    Ok, 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 Link

    Where did you find the Plug-in I am running 1.5 and would like it..

    Forum: Fixing WordPress
    In reply to: Blank RSS.php
    Thread Starter rrisher

    (@rrisher)

    Thanks….
    I upgraded and it went smooth.. It actually cured the problem too..

    Thanks a million..

    Forum: Fixing WordPress
    In reply to: Blank RSS.php
    Thread Starter rrisher

    (@rrisher)

    Thanks, I’ll try and do the upgrade..

Viewing 15 replies - 1 through 15 (of 16 total)