Forum Replies Created

Viewing 15 replies - 16 through 30 (of 36 total)
  • ajcke

    (@emerinea)

    I can network activate the plugin for all sites, but each site admin has the options to adjust settings (It shows up in their dashboard). And the email to admin option gets emailed to the admin of the blog, not the admin of the entire multisite (me). I completely understand why it works like this – because the plugin wasn’t designed for multisite use.

    Just wandering if it’s possible to make a few changes.

    Basically an ideal setup would be what Aphrodite recommended. “Centralized config for super admin”

    My other blog admins are teachers that really don’t care about configuring anything. They just want what wordpress provides – an easy interface to update thier class website.

    ajcke

    (@emerinea)

    Did you ever figure this out? If so I need to know. I’m kind of disappointed you asked this months ago and no one has replied.

    That’s terrible. I’m in the process of moving a mu site. So far only one sub blog has transferred okay. All my other ones are having this issue. I’m going to have some very unhappy users.

    Any luck on this? I’m having the same issue.

    Thread Starter ajcke

    (@emerinea)

    You’re the man! That fixed it. I’m thinking I had to take that out at one time during my upgrade to WP 3.0.1 to fix another issue, but I can’t remember what that was.

    Thread Starter ajcke

    (@emerinea)

    Here’s the link: https://hardinnorthern.org/?page_id=914

    I have not changed my theme or messed with any of the backend of my theme since it last worked.

    Below are a list of all my plugins that are active. I have other plugins installed that aren’t active. Could a plugin that is installed and not active cause an issue? I’m pretty sure all of these were installed and active prior to wp-table reloaded not functioning 100%. I’m not sure which ones use JavaScript. Could any of these cause issues? I’m very confident that table reloaded stopped functioning when I upgraded the site from the latest version of MU to 3.0.1. It could be a plugin issue, but I’m not sure how to track it down.

    BM Custom Login
    Contact Form 7
    Flash Video Player
    NextGEN Gallery
    PJW Mime Config
    Podcasting Plugin by TSG
    Redirect
    Reviionary
    Role Scoper
    Role Scoping for NextGen Gallery
    SI Captcha Anti-Spam
    TynyMCE Advanced
    User Photo
    Wordpress.com Stats

    Thread Starter ajcke

    (@emerinea)

    Is there an updated .htaccess I should be using?

    Thread Starter ajcke

    (@emerinea)

    subfolders

    Thread Starter ajcke

    (@emerinea)

    What will happen if I don’t change this line? …because when I do all my images that are stored in blogs.dir loose their file path within the code and don’t display on a web browser.

    All I’m doing is changing wp-content/blogs.php to wp-includes/ms-files.php in this line. Is this correct?

    Thread Starter ajcke

    (@emerinea)

    I’m really confused to why mu says blogs.php is now depreciated, but when I remove blogs.php and change the .htaccess file to wp-includes/ms-files.php all my images that are stored in blogs.dir loose their file path within the code and don’t display.

    Thread Starter ajcke

    (@emerinea)

    Do I have this on the wrong forum?

    Thread Starter ajcke

    (@emerinea)

    The code above removes all content, but the Read More link does work. So the post has a title and a read more link under the title and no content.

    Thread Starter ajcke

    (@emerinea)

    An if statement should work. Right? If so could you post the code?
    Thanks!

    Thread Starter ajcke

    (@emerinea)

    There is never a <!--more--> tag. I should have explained more. I’m cutting the content off after 90 characters. Here’s the code that is right before the more code posted above:

    <?php echo substr(get_the_content('', '', FALSE), 0, 90); ?>...

    <a class="more-link" href="<?php the_permalink() ?>" title="Read More <?php the_title(); ?>"><span style="display:block">Read More &raquo;</span></a>

    If I’m posting a quick small post sometimes it’s under 90 characters and the “Read More” text still displays but it’s not a link. I’m assuming since it doesn’t display as a link there is some script somewhere in my site that knows this. I should be able to attach some type of hidden or display:none script to it. Right? If so where would I do this and what code would I use? It’s not in my css. It’s probably where the more-link is defined.

    Thread Starter ajcke

    (@emerinea)

    Ok, I do have an .htaccess file. For some reason the ftp client I was using wasn’t displaying it. Below is what’s in it. What do I need to change to use %postname% permalink structure?

    # Use PHP5 Single php.ini as default
    AddHandler application/x-httpd-php5s .php
    RewriteEngine On
    RewriteBase /

    #uploaded files
    RewriteRule ^(.*/)?files/$ index.php [L]
    RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
    #RewriteCond %{REQUEST_FILENAME} -f [OR]
    #RewriteCond %{REQUEST_FILENAME} -d
    #RewriteCond %{HTTP_HOST} !courses.hardinnorthern.org
    RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]

    # add a trailing slash to /wp-admin
    RewriteCond %{REQUEST_URI} ^.*/wp-admin$
    RewriteRule ^(.+)$ $1/ [R=301,L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule . – [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
    RewriteRule . index.php [L]

    <IfModule mod_security.c>
    <Files async-upload.php>
    SecFilterEngine Off
    SecFilterScanPOST Off
    </Files>
    </IfModule>
    # For security reasons, Option all cannot be overridden.
    #Options All -Indexes
    Options ExecCGI Includes IncludesNOEXEC IncludesNOEXEC MultiViews SymLinksIfOwnerMatch Indexes -Indexes

Viewing 15 replies - 16 through 30 (of 36 total)