Title: eddyj's Replies | WordPress.org

---

# eddyj

  [  ](https://wordpress.org/support/users/eddyj/)

 *   [Profile](https://wordpress.org/support/users/eddyj/)
 *   [Topics Started](https://wordpress.org/support/users/eddyj/topics/)
 *   [Replies Created](https://wordpress.org/support/users/eddyj/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/eddyj/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/eddyj/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/eddyj/engagements/)
 *   [Favorites](https://wordpress.org/support/users/eddyj/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 95 total)

1 [2](https://wordpress.org/support/users/eddyj/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/eddyj/replies/page/3/?output_format=md) …
[5](https://wordpress.org/support/users/eddyj/replies/page/5/?output_format=md) 
[6](https://wordpress.org/support/users/eddyj/replies/page/6/?output_format=md) 
[7](https://wordpress.org/support/users/eddyj/replies/page/7/?output_format=md) 
[→](https://wordpress.org/support/users/eddyj/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-dTree] [Plugin WP-dTree] – Not showing in Widget Categories](https://wordpress.org/support/topic/plugin-wp-dtree-not-showing-in-widget-categories/)
 *  Thread Starter [eddyj](https://wordpress.org/support/users/eddyj/)
 * (@eddyj)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-wp-dtree-not-showing-in-widget-categories/#post-1825047)
 * Updated… Go into settings, turn javascript to off
 * Now it works ( Really should set that by default dude )
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CJ-Datafeed] [Plugin: CJ-Datafeed] Far too Complex](https://wordpress.org/support/topic/plugin-cj-datafeed-far-too-complex/)
 *  [eddyj](https://wordpress.org/support/users/eddyj/)
 * (@eddyj)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/plugin-cj-datafeed-far-too-complex/#post-1751673)
 * That datafeed video isnt good at all
 * What we need to know is how to prepare the CJ file before upload
 * 1. What format should the datafeed be downloaded from cj in? tab, pipe, xml, 
   quoted csv, standard csv?
 * 2. Next, once downloaded it, you say to remove the first row, but when we go 
   to open it in excel there are even more options to select
 * first page says – open as delemited or fixed width?
    next page – what format 
   tab, semicolon, comma, space, other? Next page – column data format – general,
   text, date, dont import column
 * 3. After opened and row 1 is removed, then what do you do? just hit save? save
   as? if so what should save as? text(tabdelimited), or the other ones?
 * Seriously!!! without showing people how to do this… how the hell do you expect
   them to figure out the rest? the rest is useless without knowing this part?
 * Come on man, help us out here
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Log User Access] [Plugin: Log User Access] Add IP records](https://wordpress.org/support/topic/plugin-log-user-access-add-ip-records/)
 *  [eddyj](https://wordpress.org/support/users/eddyj/)
 * (@eddyj)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/plugin-log-user-access-add-ip-records/#post-1690267)
 * That never worked. The plugin was working until i changed it to your code then
   it wouldnt log at all!!!
 * So i went back to plugin
 * Also please dont just paste code without saying what the heck you are doing and
   what you have changed
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Display Total Number of Published Posts](https://wordpress.org/support/topic/display-published-post-number/)
 *  Thread Starter [eddyj](https://wordpress.org/support/users/eddyj/)
 * (@eddyj)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/display-published-post-number/#post-1568882)
 * Found it dont worry here it is for others
 *     ```
       <?php echo $numposts = $wpdb->get_var("SELECT COUNT(*) FROM $wpdb->posts WHERE post_status = 'publish' AND post_type = 'post'");
       if (0 < $numposts) $numposts = number_format($numposts); ?>
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Anyone know a good popular post plugin?](https://wordpress.org/support/topic/anyone-know-a-good-popular-post-plugin/)
 *  Thread Starter [eddyj](https://wordpress.org/support/users/eddyj/)
 * (@eddyj)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/anyone-know-a-good-popular-post-plugin/#post-1290312)
 * thanks shane i will try those
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [After a person leaves a comment – go to a page](https://wordpress.org/support/topic/after-a-person-leaves-a-comment-go-to-a-page/)
 *  Thread Starter [eddyj](https://wordpress.org/support/users/eddyj/)
 * (@eddyj)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/after-a-person-leaves-a-comment-go-to-a-page/#post-1266882)
 * anyone??
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Change it from POST showing to a PAGE showing](https://wordpress.org/support/topic/change-it-from-post-showing-to-a-page-showing/)
 *  Thread Starter [eddyj](https://wordpress.org/support/users/eddyj/)
 * (@eddyj)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/change-it-from-post-showing-to-a-page-showing/#post-1228144)
 * i will give that a go michael thank you
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Looking for a good Search plugin](https://wordpress.org/support/topic/looking-for-a-good-search-plugin/)
 *  Thread Starter [eddyj](https://wordpress.org/support/users/eddyj/)
 * (@eddyj)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/looking-for-a-good-search-plugin/#post-1218946)
 * Hi DBO
 * I ended up turning on the widget and now it shows up
 * But is there a way to not do it using widget and just insert some code into where
   i want it to show
 * If so, whats the code?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Looking for a good Search plugin](https://wordpress.org/support/topic/looking-for-a-good-search-plugin/)
 *  Thread Starter [eddyj](https://wordpress.org/support/users/eddyj/)
 * (@eddyj)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/looking-for-a-good-search-plugin/#post-1218803)
 * Like i installed and activated it but NO search field shows on the homepage?
 * I need a plugin that lets me add a search field to the homepage of my blog
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Looking for a good Search plugin](https://wordpress.org/support/topic/looking-for-a-good-search-plugin/)
 *  Thread Starter [eddyj](https://wordpress.org/support/users/eddyj/)
 * (@eddyj)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/looking-for-a-good-search-plugin/#post-1218800)
 * Would that be something displayed for the visitors to search my site with? Like
   all i need is something on my site which lets a person type in a keyword and 
   hit go thats it
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to Exclude Page from Menu Yet Have it Appear Frontpage Static?](https://wordpress.org/support/topic/how-to-exclude-page-from-menu-yet-have-it-appear-frontpage-static/)
 *  Thread Starter [eddyj](https://wordpress.org/support/users/eddyj/)
 * (@eddyj)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/how-to-exclude-page-from-menu-yet-have-it-appear-frontpage-static/#post-1214018)
 * It worked, thankyou my friend.
 * Just for other peoples benefit. Basically you have to go into editor find the.
   php file probably header.php and then the part which says
 * <?php $exclude = obwp_get_meta(SHORTNAME.’_exclude_page’); wp_list_pages2(‘title_li
   =&sort_column=menu_order&depth=0&exclude=X’.$exclude) ?>
 * Now where i have put X is what you change for the number of the page
 * to find the number of the page go to pages and mouse over the page link and you
   will see it
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to Exclude Page from Menu Yet Have it Appear Frontpage Static?](https://wordpress.org/support/topic/how-to-exclude-page-from-menu-yet-have-it-appear-frontpage-static/)
 *  Thread Starter [eddyj](https://wordpress.org/support/users/eddyj/)
 * (@eddyj)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/how-to-exclude-page-from-menu-yet-have-it-appear-frontpage-static/#post-1214013)
 * Hi MichaelH thankyou I will go do that now and update you on how things go
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How do i move the menu down a little to make space for logo?](https://wordpress.org/support/topic/how-do-i-move-the-menu-down-a-little-to-make-space-for-logo/)
 *  Thread Starter [eddyj](https://wordpress.org/support/users/eddyj/)
 * (@eddyj)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/how-do-i-move-the-menu-down-a-little-to-make-space-for-logo/#post-1214002)
 * Thank you Clayton that worked. Your a star
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Best 2 Places Online For Themes](https://wordpress.org/support/topic/best-2-places-online-for-themes/)
 *  Thread Starter [eddyj](https://wordpress.org/support/users/eddyj/)
 * (@eddyj)
 * [18 years, 3 months ago](https://wordpress.org/support/topic/best-2-places-online-for-themes/#post-688090)
 * thanks srikat
 * whooami, some times people spot new services and sites that dont come up in google,
   a person is allowed to ask arent they?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Let users upload videos, picture gallery, have their own blogs?](https://wordpress.org/support/topic/let-users-upload-videos-picture-gallery-have-their-own-blogs/)
 *  Thread Starter [eddyj](https://wordpress.org/support/users/eddyj/)
 * (@eddyj)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/let-users-upload-videos-picture-gallery-have-their-own-blogs/#post-670943)
 * Hi Kafkaesqui thank you that solves the blog part but what about the ability 
   to have users upload their own videos?, photos, or say vote on things?

Viewing 15 replies - 1 through 15 (of 95 total)

1 [2](https://wordpress.org/support/users/eddyj/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/eddyj/replies/page/3/?output_format=md) …
[5](https://wordpress.org/support/users/eddyj/replies/page/5/?output_format=md) 
[6](https://wordpress.org/support/users/eddyj/replies/page/6/?output_format=md) 
[7](https://wordpress.org/support/users/eddyj/replies/page/7/?output_format=md) 
[→](https://wordpress.org/support/users/eddyj/replies/page/2/?output_format=md)