jlewis004
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: WordPress Users] WordPressUsers Plugin & AnnotumHere’s the answer from the theme developer. The need for the WordPress Users plugin is non-existent when using Annotum IF you change the default permalink settings. Thanks for the great support from Annotum:
I can’t speak to the plugin, but Annotum definitely generates a list of articles by author via /author/authorname — for example, see:
https://demo.annotum.org/author/annotum2go/
The example shows both posts and articles (albeit with somewhat inconsistent styling) for the selected author.
What happens when you click on an author’s name within an article?
Have you changed the default ‘permalinks’ settings?
Forum: Plugins
In reply to: [WordPress Users] [Plugin: WordPress Users] WordPress Users & AnnotumHere’s the answer from the developer. The need for the WordPress Users plugin is non-existent when using Annotum IF you change the default permalink settings. Thanks for the great support from Annotum:
I can’t speak to the plugin, but Annotum definitely generates a list of articles by author via /author/authorname — for example, see:
https://demo.annotum.org/author/annotum2go/
The example shows both posts and articles (albeit with somewhat inconsistent styling) for the selected author.
What happens when you click on an author’s name within an article?
Have you changed the default ‘permalinks’ settings?
Forum: Themes and Templates
In reply to: [Annotum Base] WordPressUsers & AnnotumI haven’t changed the default ‘permalinks’ settings . . . but after changing them, everything is much improved. No longer getting the blank author page. I really, really appreciate the quick help. The journal launches soon – I’ll hit you up on Twitter if you want to list it in the active Annotum journal sites.
Thanks again!!!!
justin
Forum: Fixing WordPress
In reply to: File Type not permitted – Word .doc fileI used the PJW-MIME-Config plugin to enable a long list of MIME types in the SuperAdmin account (or the equivalent now that SuperAdmin is gone). This enabled the Admin to upload various media; however, individual users on the WP Multisite still can’t upload media because of the “Sorry, this file type is not permitted for security reasons” message.
So, in summa, because I am the network admin I can upload various file types that I’ve defined in the PJW plugin; however, individual users with unique sub-blogs can’t upload anything. I have enabled various file types in the Network Admin –> Settings interface. Does anyone have any advice on how to allow the folks who have sub-blogs on my blog network to upload media (documents)? BTW – picture uploads work fine.
Thnx in advance for any help you can provide!
Specs:
Wordpress 3.1.2
Hosting: Network install on subdomain (of justinlewis.me) on GoDaddy.com (closed to anyone not logged in.Forum: Networking WordPress
In reply to: Network User Blogs Not Displaying PostsActually, I disabled all of the plug-ins and re-enabled and everything worked. The original problem of Blog’s not listing was because I neglected to give each blog a name when setting them up. Thnx for the help!!!!!
Forum: Networking WordPress
In reply to: Network User Blogs Not Displaying PostsAs an addendum, here is what all user blogs display: https://www.kristakennedy.net/ccr633/tester . Thnx in advance for any advice.
Forum: Fixing WordPress
In reply to: WordPress for Women's Derby Bios?WOW! That almost has everything! I really, really appreciate it. Here’s what we’re looking at now:
https://assault2.justinlewis.me/?page_id=26
and here’s what the code looks like:
<?php /* Template Name: skatergallery */ ?> <?php get_header(); ?> <?php get_footer(); ?> <?php get_sidebar(); ?> <?php query_posts('posts_per_page=-1&post_parent='.$post->ID.'&post_type=page&orderby=title&order=ASC&caller_get_posts=1'); while (have_posts()) : the_post(); ?> <div class="child-page"> <a href="<?php the_permalink() ?>" title="<?php the_title_attribute(); ?>"> <?php the_post_thumbnail('thumbnail'); ?> </a> <h3><a href="<?php the_permalink() ?>" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a></h3> </div> <?php endwhile; ?> </div> <?php get_footer(); ?>
First time I’ve ever done anything like this before. . . I’m beginning to work out the calls/commands/syntax. Any idea why the thumbs aren’t showing up above the Title/Permalink? Thnx so much for everything again.
Forum: Fixing WordPress
In reply to: WordPress for Women's Derby Bios?OK, so I was really off base. I’ve created the subpages (children); however, I don’t know how to create a query to grab the thumbs of children pages and display them (as linkable) on the parent page. Any suggestions? THnx!
Forum: Fixing WordPress
In reply to: WordPress for Women's Derby Bios?hello madjax,
thanks so much for the reply. i’ve created something of a gallery to start (still need to modify the theme, etc. for site aesthetics). My problem is that I can’t change the link URL on the picture. In this example ( https://assault2.justinlewis.me/?page_id=26 ) I have created the beginnings of a gallery. Next I need to link each image with a static profile page (like you mention above i think. . . ); however, I can’t change the image URL to link to the individual skater bio page (in this case Shakra Tease: https://assault2.justinlewis.me/?page_id=37 ).
I think my misunderstanding lies in the “do a query to show children pages” command. Any help? Thanks so much for your reply. I really appreciate any help you can provide (or links, I can read too! ??
Now that I’m googling around, I’m sure that I’ve misunderstood. Going to see if I can’t work out the query info myself, but feel free to post. Thnx!