Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter naabster

    (@naabster)

    it is actually pretty easy.
    After toying around for a bit I managed to call a widget from everywhere:

    $instance = array("title" => "My Widget", "number" => 9);
    $args = array("title" => "My Widget", "before_title" => "<h2>", "after_title" => "</h2>");
    $sb = new My_Widget_Class();
    $sb->widget($args,$instance);
    Forum: Plugins
    In reply to: new gallery plugin: ANIga
    Thread Starter naabster

    (@naabster)

    I have updated the plugin.
    it now supports jpg, gif and png files, has picture captions, a Userlevel based permission system, lightbox support, bulk upload for 5 pictures and support for different languages.

    https://www.animalbeach.net/aniga/

    Forum: Plugins
    In reply to: new gallery plugin: ANIga
    Thread Starter naabster

    (@naabster)

    I know the code is way off being perfect, but the plugin is still in development and so far functioning.
    I will go through the code again for sure, to make the plugin smaller and more efficient. But this will take some more time, as i am right now also in university exams..

    PNG support is basically no big deal, the only thing is, that i have no thumbnail creation function for png files so far, so i disabled support for them.

    JS pop-up for images is also no big deal.

    What do you mean with 1. ? an filter for the content of a post, that adds thumbnails from an album to this post automatically?

    Forum: Plugins
    In reply to: new gallery plugin: ANIga
    Thread Starter naabster

    (@naabster)

    did you take a look at the template files in the package? you need to adjust these files for your own layout and copy them to your current theme directory.

    i provided the template files for the default theme. if you switch to this one (and if you have the provided template files in your ../theme/default/ folder) the gallery should show up properly.

    Forum: Plugins
    In reply to: new gallery plugin: ANIga
    Thread Starter naabster

    (@naabster)

    try this: make a php file with this command:
    echo $_SERVER['DOCUMENT_ROOT'];
    this will print your root directory.
    if you are testing locally you will get something like
    C:/dev/apache/htdocs

    now put your gallery-folder path after “htdocs” to this result and you will get the right absoulte path, for example:
    C:/dev/apache/htdocs/wordpress/wp-content/galleries/

    the http path would be (if you are testing locally) something like this:
    https:// localhost/wordpress/wp-content/galleries/

    you have to put the 00-gfx folder in the folder specified above.
    C:/dev/apache/htdocs/wordpress/wp-content/galleries/00-gfx

    I hope this will help you!

    Forum: Plugins
    In reply to: new gallery plugin: ANIga
    Thread Starter naabster

    (@naabster)

    you need to specify the correct absolute path to your gallery-folder on the options tab.

    its something like //www/htdocs/your_id/gallery-folder/

    otherwise the script does not know where to put your images..

    this gallery folder (and within the 00-gfx folder) needs to be CHMOD 777

    and of course you need to provide an image for this category/album

    Thread Starter naabster

    (@naabster)

    Thread Starter naabster

    (@naabster)

    hi again…
    I am pretty much ready for a first version.. i made demo install with the default wp theme at https://aniga.animalbeach.net

    i think i can release this first beta version within the next few days.

    cheers, naabster

    Thread Starter naabster

    (@naabster)

    I am working on the option pages, resize functions and plugin installation now.

    I hope I can get a first version soon. For testing and stuff..

Viewing 9 replies - 1 through 9 (of 9 total)