Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)
  • I am also wondering how to do this.

    Is it possible to display just one attribute, just the first 2 attributes, or attributes by specific name?

    Thanks – it’s a great plug-in!

    Thread Starter Tommy Walker

    (@acornflyer)

    Thanks for that, but those plugins just overwrite the existing database. As I said above, I can’t just replace the dev site database with the current live site database, as many of my changes will be overwritten.

    How do I incorporate these new orders into my dev site (without affecting the changes I’ve made) before uploading the modified dev site back to the live server?

    Thread Starter Tommy Walker

    (@acornflyer)

    OK. Once again, thank you for your quick and helpful replies.

    Thread Starter Tommy Walker

    (@acornflyer)

    OK, thanks.

    One more question… I am also using the ‘datatables_tabletools’ extension to provide Print, PDF and Export functionality. Using the 2 extensions together places the row of Tabletools Icons above the Dropdown Option Menus.

    Is there a way to change this order, so that the icons appear after the dropdowns?

    Thread Starter Tommy Walker

    (@acornflyer)

    The extension is almost perfect…

    Once a selection has been made from the dropdown eg: ‘Cakes’, for some of my users, they wouldn’t understand how to clear the selection and reset the menu ie: by clicking on the selected category which is displayed under the dropdown.

    I would like to be able to add some simple instruction text underneath the dropdowns to explain to the user how to use the option menus.

    How would I do this?

    Thread Starter Tommy Walker

    (@acornflyer)

    I didn’t know about this extension – thank you for pointing it out. I’ll install and test it and hopefully that will allow this topic to be marked as resolved.

    Thank you very much for the quick reply, it’s much appreciated.

    Thread Starter Tommy Walker

    (@acornflyer)

    Could you point me in the right direction? The references to author I found in the index.php file are as follows:

    <p class="single-line-meta vcard"><?php if(!$data['post_meta_author']): ?><?php echo __('By', 'StubbinsFP'); ?> <span class="fn"><?php the_author_posts_link(); ?></span><span class="sep">|</span><?php endif; ?><?php if(!$data['post_meta_date']): ?><span class="updated"><?php the_time($data['date_format']); ?></span><span class="sep">|</span><?php endif; ?></p>
    						<?php else: ?>
    						<p class="single-line-meta vcard"><?php if(!$data['post_meta_author']): ?><?php echo __('By', 'Stubbins'); ?> <span class="fn"><?php the_author_posts_link(); ?></span><span class="sep">|</span><?php endif; ?><?php if(!$data['post_meta_date']): ?><span class="updated"><?php the_time($data['date_format']); ?></span><span class="sep">|</span><?php endif; ?><?php if(!$data['post_meta_cats']): ?><?php the_category(', '); ?><span class="sep">|</span><?php endif; ?><?php if(!$data['post_meta_comments']): ?><?php comments_popup_link(__('0 Comments', 'StubbinsFP'), __('1 Comment', 'Stubbins'), '% '.__('Comments', 'StubbinsFP')); ?><span class="sep">|</span><?php endif; ?></p>

    And here:
    <?php if(!$data['post_meta_author']): ?><?php echo __('By', 'Stubbins'); ?> <span class="fn"><?php the_author_posts_link(); ?></span><span class="sep">|</span><?php endif; ?>

    As you can probably tell, I’m struggling a bit with this one…

    Thread Starter Tommy Walker

    (@acornflyer)

    Thanks for the quick reply – where would I find the page author link?

    Thread Starter Tommy Walker

    (@acornflyer)

    Thanks Paul, that all certainly seems logical and perfectly do-able up until point no. 5, where I’m likely to be stuck πŸ˜‰

    Thread Starter Tommy Walker

    (@acornflyer)

    Thanks for the reply – I want to serve the user images specific to them, not allow them to choose. The images would also be updated (changed) every week, so the user would see the updated images when yhey log in (provided it’s a new week).

    I also don’t know how to configure the request to the database to do this so any help there would also be much appreciated.

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