dcservices
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: “Now Reading Reloaded” in a pageActually you don’t need the page-links-to plugin in this case. Just save a page called ‘Library’ and leave the contents blank. Publish and your all set.
Forum: Plugins
In reply to: [Plugin: Now Reading Reloaded] MultiUser ModeOh by the way,
You may want to distinguish who can do what based on my previous post.
I for one leave ‘Options’ set at 9.Forum: Plugins
In reply to: [Plugin: Now Reading Reloaded] MultiUser ModeIn the plugin folder ‘now-reading-reloaded’ open admin.php and change all level 9 to 4 or whatever you desire.
I changed them to 4 based on This page.Forum: Plugins
In reply to: [Plugin: User Community] Inline Image GalleryNevermind, simply changed gallery-default.php to:
$gallery_title = '<h1 class="alkivia-title">' . sprintf(__("%s's Photo Gallery", $i18n), '<a href="' . aoc_profile_link($user->user_login) . '">' . $user->display_name . '</a>') . '</h1>'; // Apply a filter to the title to allow changing the title when using the gallery in other places. echo apply_filters('aoc_gallery_title', $gallery_title); ?> <?php if ( ! empty($edit_link) ) { ?> <h3 class="alkivia-admin-link"><?php echo $edit_link; ?></h3> <?php } ?> <div class='gallery'> <?php foreach ( $images as $thumb ) { ?> <a href="<?php echo $thumb['link'] ?>" title="<?php echo $thumb['caption']; ?>"><?php echo $thumb['img']; ?></a> <?php } ?> <br style="clear: both;" /> </div>
Forum: Plugins
In reply to: [Plugin: User Community] Inline Image GalleryIs there an update to this?
Forum: Plugins
In reply to: [Plugin: Group Documents] Works with WordPress single but..Also,
It would be nice to choose what groups will use the documents.
In the Admin area for groups something as a checkbox to include or not the documents, like the checkbox for ‘Enable discussion forum’.Thank you.
Forum: Plugins
In reply to: [Plugin: Author Avatars List] Addding support for BuddyPress GroupsPhew and WOW,
Ok, as I said I’m not a programmer but I’m going in. Sheilds up Scotty!Forum: Requests and Feedback
In reply to: [Plugin: Author avatars] Please add feedback hereHello there,
I was wondering if you plan on allowing the grouping of author avatars by groups instead of blogs or as an additional choice.The site I’m working on won’t have a lot of blogs, just ones necessary for our internal interests. The site is more built around the buddypress part of groups, members etc. I need to list personnel based on the group they belong to.
Is this possible? Maybe a seperate plugin for “Group Member Avatars”.Thanks much!
It seems there have been no takers. I’m not a programmer but real good at cut and paste… If you would give me a place to start I’ll go in and fiddle around. It seem to me maybe start with “UserListclass.php
and instead of creating a new plugin just adding the functions?Thanks again
Forum: Requests and Feedback
In reply to: [Plugin: Author avatars] Please add feedback hereHello there,
I was wondering if you plan on allowing the grouping of author avatars by groups instead of blogs or as an additional choice.The site I’m working on won’t have a lot of blogs, just ones necessary for our internal interests. The site is more built around the buddypress part of groups, members etc. I need to list personnel based on the group they belong to.
Is this possible? Maybe a seperate plugin for “Group Member Avatars”.Thanks much!