Forum Replies Created

Viewing 10 replies - 16 through 25 (of 25 total)
  • Thread Starter realsol

    (@realsol)

    Looks good. You could use the tag plugin I am using, SensitiveTagCloud Widget which lets you ‘drill down’ your tags. Search the plug-in’s for a better description.

    You would need to use your php to update the ‘tags’ portion of the page that you want to display your pictures using the codex. But all the tags would be the same size.

    You idea is good, but I would probably make it only one page instead of 2 pages and have it call itself. With a little code changes you could actually create your own ‘drill-down’ method.

    Thread Starter realsol

    (@realsol)

    Yeah, I could probably mess things up…

    Since my nextGEN galleries are small right now, adding the individual tags is no problem for me. It would be nice though if you could pull all the tags. I just don’t have time to do it. I just manually added my tags to the post I created. Only about 10 galleries setup, so it was easy.

    I am hoping that someone will see this post and somehow add an option into the gallery that will basically do what I am doing with a ‘real’ shortcode built into nextGEN that won’t require me to update tags.

    Thread Starter realsol

    (@realsol)

    I am running a plugin call EXEC-PHP which allows you to input PHP scripts within the HTML portion of the page. You also have to run a plug-in that disables the Visual tab for that particular post or page (mentioned in the doc of EXEC-PHP). I just pasted the above code into the HTML portion and added a tag cloud widget.

    I guess it could be written as a plug-in so you could just add something like [nextgen-tagcloud]. Hey, that would be pretty slick for those that I know can’t turn on php scipts for their blog (like many WordPressMU users). Maybe I can put something together.

    Thread Starter realsol

    (@realsol)

    OK. I like this one better:

    <?php
    if ($_REQUEST[“tag”] <> “”)
    {
    $tags = str_replace(” “,”,”,$_REQUEST[“tag”]);
    echo ‘[albumtags=’.$tags.’]’;
    } else echo “NO PHOTO’s FOUND that match the TAG you clicked on.”;

    ?>

    But I still would like to be able to search for all tag’s combined instead of having two albums display. See me earlier post.

    I am doing it now from a tag cloud. I did have to execute a php script from the page. I guess this could also be done in the theme or posibly a plug-in.

    I am using the exec-php plug-in and have this for the html of the page:
    <?php
    if ($_REQUEST[“tag”] <> “”) echo “[tags=”.$_REQUEST[“tag”].”]”;
    ?>

    Works great. I am probably going to use the album tag if multiple tags are being searched. Makes more sense.

    I would also like to figure out how to search tags like tag1+tag2 so the return is only the pictures that include both tags. Does anyone no how to do this?

    Ok. Just upgraded my test blog to 0.99.1. Everything seems to work fine now.

    Has the NextGEN Widget or Flashview plug-in’s been changed for this release from .98? Version number look the same.

    Thanks again. Can’t wait to start playing around with it.

    Ok. I am running WordPress MU so I can create a clean Blog very easily.

    – Created a new blog with no plug-in’s except WordTube. Works fine.
    – Started my theme. Works fine.
    – Added nextGEN Gallery 0.98. No Workie. “Get the Flash Player to see the wordTube Media Player.”

    There is the conflict. Should I be running a newer version of nextGEN when using WordTube 2.0?

    Thanks.

    I am having the same problem. Any word on the fix?

    I have WordPress 2.6, Wordtube 2.0 and while it had the player.swf and yt.swf I even downloaded these files from JW and the same result. Unfortunately I overwrote my older version of WordTube when I downloaded the new.

    Thanks.

    Thread Starter realsol

    (@realsol)

    Thanks. I downloaded the second earlier to find the php file had 0 bytes. I will take a look at the first. I really wanted a way to do it in code, as Register Plus creates the fields, I just wanted to be able to alter them. Didn’t have the time to run through all of the code in Register Plus, so I thought I would come here. Thanks.

    Thread Starter realsol

    (@realsol)

    Anyone….

Viewing 10 replies - 16 through 25 (of 25 total)