Forum Replies Created

Viewing 15 replies - 1 through 15 (of 21 total)
  • no, you could add multiple classes, and then specify a different class for each icon…
    so icon2 would point to a different image, and so on…

    ok, properly installed it using above method, but it still doesn’t work
    mod mimes enabled, mod rewrite enabled, and fancy permalinks already used
    put the folder in wp-content/mu-plugins as opposed to wp-content/plugins
    i now have no clue what is going wrong, but i do know that it isnt working, and that it’s not telling me why
    should i have put it in both directories?

    yeah, i’m having problems too – using wordpress-mu
    the wordpress is in var/www/blogs because we only serve one domain from the server. below is the code in the .htaccess

    # BEGIN WordPress

    RewriteEngine On
    RewriteBase /blogs/
    RewriteCond %{QUERY_STRING} !.*s=.*
    RewriteCond %{HTTP_COOKIE} !^.*comment_author_.*$
    RewriteCond %{HTTP_COOKIE} !^.*wordpressuser.*$
    RewriteCond %{HTTP_COOKIE} !^.*wp-postpass_.*$
    RewriteCond %{HTTP:Accept-Encoding} gzip
    RewriteCond %{DOCUMENT_ROOT}/blogs/wp-content/cache/supercache/%{HTTP_HOST}/blogs/$1index.html.gz -f
    RewriteRule ^(.*) /blogs/wp-content/cache/supercache/%{HTTP_HOST}/blogs/$1index.html.gz [L]

    RewriteCond %{QUERY_STRING} !.*s=.*
    RewriteCond %{HTTP_COOKIE} !^.*comment_author_.*$
    RewriteCond %{HTTP_COOKIE} !^.*wordpressuser.*$
    RewriteCond %{HTTP_COOKIE} !^.*wp-postpass_.*$
    RewriteCond %{DOCUMENT_ROOT}/blogs/wp-content/cache/supercache/%{HTTP_HOST}/blogs/$1index.html -f
    RewriteRule ^(.*) /blogs/wp-content/cache/supercache/%{HTTP_HOST}/blogs/$1index.html [L]

    # END WordPress

    i can only see the front page. no more
    i tried to put /var/www/blogs instead of /var/www/%{HTTP_HOST} but that didn’t help. what should i do?

    probably best to resize the images to the same height as your titles… any different and it’ll look stupid

    you could add a class, and use css to add a background icon beside the title, like wikipedia.org does beside it’s external links
    something like:

    h3.icon1 {
            background: url(-icon-url-) center right no-repeat;
            padding-right: -icon-width-px;
    }

    -icon-url- is the url of the icon
    -icon-url- is the icon width in pixels
    put the icons wherever, but the url will have to be a complete url, or relative to the theme you use

    Forum: Plugins
    In reply to: wordpress stats wrong?

    well done for finding a solution. sorry i didn’t see it as i am new, but it’s a shame you had to find a solution on your own

    Forum: Plugins
    In reply to: Vote

    WOW… i’m looking for developers for the same thing.
    how convenient. wanna help?
    http://ww.wp.xz.cn/extend/plugins/vote-links/
    everything is there, except that i’ve found the code i lost again
    there is also a thread about it where i’ll post updates

    Forum: Plugins
    In reply to: What’s the pratical use?

    that’s two of us saying wpmu, and no one really advising anything else. just demo it, both for what you want on this blog, and the other multi-group blog. you might be pleasantly surprised

    Lenary

    Forum: Plugins
    In reply to: What’s the pratical use?

    that’s two of us saying wpmu, and no one really advising anything else. just demo it, both for what you want on this blog, and the other multi-group blog. you might be pleasantly surprised

    Lenary

    i’d re-enable it… it’s awesome from how i’ve used it on wordpress.com
    i’m about to put it on my blog, hopefully…
    i think with the smilie… it gives it character that other plugins don’t. it’s these details that make us love automattic.

    i think you’ll find that was the official “WordPress Stats” plugin. the smilie is there to show that it’s been logged, in a nice way.
    they show how you can turn it off on their plugin page, maybe under description, maybe under faqs, but i definitely saw instructions somewhere…

    how does wpmu fail on the superuser requirement. the original admin can be added to every single blog to admin them. then you can assign every single person a login, and add them to their corresponding blog. it is the easiest and simplest way.

    As i have said before jacco, just give mu a chance. this example is almost exactly what it was built for.
    quote from mu.wordpress.com:

    Who is WordPress MU ideal for?

    • Newspapers and magazines, like Le Monde.
    • Universities, like Harvard.
    • Blog networks
    • Niche-specific blog hosts, like Edublogs

    (empahsis my own)

    An Alternative to Google Docs is the Google Charts API, it will give you almost any graph, with many options about titling and axis etc.
    http://code.google.com/apis/chart/
    the only problem is that you must have the data on hand to put in the url of the image, as well as the field labels. read the documentation on the page above, it is all rel. easy to get to grips with

    Lenary

    Thread Starter lenary

    (@lenary)

    funnily enough, i worked out svn, and have retrieved all my (s@£$%) code

    anyway, all’s well that starts well

    i hope

    Lenary

    Thread Starter lenary

    (@lenary)

    alas, i screwed up upload, and have deleted all my work
    it’s good to start afresh though

    Lenary

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