Page 1 of 4 123 ... LastLast
Results 1 to 10 of 36
Like Tree2Likes

Thread: Modification - WP Favorite Posts Plugin - Update

  1. #1
    Thread Starter
    lucrothe's Avatar
    Join Date
    Apr 2010
    Location
    United States
    Posts
    91
    Thanks
    18
    Thanked 13 Times in 7 Posts

    Lightbulb Modification - WP Favorite Posts Plugin - Update

    Here is an update to the popular WP Favorite Posts Plugin originally by Huseyin Berberoglu. I've updated the style sheets and made it plug and play friendly with Classipress.

    Here is a sample image of my take on the favorite section added below the main user dashboard section:
    wp-favorite-posts.jpg

    To install it, download the plugin, upload it to your site and activate it.

    Now edit "tpl-dashboard.php" and roughly around line 338 change it from:
    Code:
                        <?php endif; ?>
    
    					<?php wp_reset_query(); ?>
    
                        </tbody>
                    </table>
    
    
                </div><!-- /shadowblock -->
    
                </div><!-- /shadowblock_out -->
    
            </div><!-- /content_left -->
    
            <?php get_sidebar('user'); ?>
    
            <div class="clr"></div>
    to

    Code:
                        <?php endif; ?>
    
    					<?php wp_reset_query(); ?>
    
                        </tbody>
                    </table>
    
    
                </div><!-- /shadowblock -->
    
                </div><!-- /shadowblock_out -->
    
    <!-- Dashboard Favorites Start -->
                <div class="shadowblock_out">
                <div class="shadowblock">
    
                    <h1 class="single dotted"><?php printf(__("%s's Favorites", 'appthemes'), $display_user_name); ?></h1>
    
    
                    <p><?php _e('Below are your favorite listing(s). Click on one of the listings to visit that page or click on the red X to remove it from your favorites.','appthemes');?></p>
    
                    <table border="0" cellpadding="4" cellspacing="1" class="tblwide">
                        <thead>
                            <tr>
                                <th width="5px">&nbsp;</th>
                                <th class="text-left">&nbsp;<?php _e('Favorite Listing(s)','cp');?></th>
                                
                                <th width="80px"><div style="text-align: center;"><?php _e('Options','cp');?></div></th>
                            </tr>
    		    </thead>
                    </table>
                    <?php wpfp_list_favorite_posts() ?>
    
                </div><!-- /shadowblock -->
                </div><!-- /shadowblock_out -->
    <!-- Dashboard Favorites End-->
    
            </div><!-- /content_left -->
    
    
            <?php get_sidebar('user'); ?>
    
            <div class="clr"></div>



    wp-favorite-posts.zip
    bdadk likes this.

  2. The Following 5 Users Say Thank You to lucrothe For This Useful Post:

    ahikmahin (April 2nd, 2012), appouser (June 8th, 2012), drabello (July 10th, 2012), etnivre80 (May 19th, 2012), timchr (April 6th, 2012)

  3. #2
    Marketplace Seller ahikmahin's Avatar
    Join Date
    Aug 2010
    Location
    Australia
    Posts
    504
    Thanks
    32
    Thanked 52 Times in 42 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  4. #3
    Thread Starter
    lucrothe's Avatar
    Join Date
    Apr 2010
    Location
    United States
    Posts
    91
    Thanks
    18
    Thanked 13 Times in 7 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  5. The Following User Says Thank You to lucrothe For This Useful Post:

    timchr (April 6th, 2012)

  6. #4
    Veteran doctorcilantro's Avatar
    Join Date
    Oct 2010
    Location
    Saudi Arabia
    Posts
    759
    Thanks
    2
    Thanked 26 Times in 16 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  7. #5
    Veteran doctorcilantro's Avatar
    Join Date
    Oct 2010
    Location
    Saudi Arabia
    Posts
    759
    Thanks
    2
    Thanked 26 Times in 16 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  8. #6
    Veteran harry0013's Avatar
    Join Date
    Mar 2012
    Location
    Philippines
    Posts
    351
    Thanks
    5
    Thanked 4 Times in 4 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  9. #7
    Veteran doctorcilantro's Avatar
    Join Date
    Oct 2010
    Location
    Saudi Arabia
    Posts
    759
    Thanks
    2
    Thanked 26 Times in 16 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  10. #8
    Senior Member putin's Avatar
    Join Date
    May 2012
    Location
    Hong Kong
    Posts
    170
    Thanks
    0
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  11. #9
    Senior Member putin's Avatar
    Join Date
    May 2012
    Location
    Hong Kong
    Posts
    170
    Thanks
    0
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  12. #10
    Affiliate Member AppThemes Affiliate avast's Avatar
    Join Date
    May 2012
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Page 1 of 4 123 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. WARNING - Secure Contact Form Plugin Update
    By demonlee in forum Report ClassiPress Bugs
    Replies: 5
    Last Post: March 13th, 2012, 06:21 PM
  2. How to restore a plugin to a previous update?
    By lars in forum ClassiPress General Discussion
    Replies: 4
    Last Post: December 20th, 2011, 07:39 PM
  3. WP Favorite Posts
    By spymare in forum ClassiPress General Discussion
    Replies: 6
    Last Post: April 26th, 2011, 07:36 AM
  4. WP Favorite Post plugin
    By anthonyportal1 in forum ClassiPress General Discussion
    Replies: 5
    Last Post: March 12th, 2011, 02:17 AM