eddyj
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-dTree] [Plugin WP-dTree] – Not showing in Widget CategoriesUpdated… Go into settings, turn javascript to off
Now it works ( Really should set that by default dude )
Forum: Plugins
In reply to: [CJ-Datafeed] [Plugin: CJ-Datafeed] Far too ComplexThat 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 column3. 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
In reply to: [Log User Access] [Plugin: Log User Access] Add IP recordsThat 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
In reply to: Display Total Number of Published PostsFound 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
In reply to: Anyone know a good popular post plugin?thanks shane i will try those
Forum: Fixing WordPress
In reply to: After a person leaves a comment – go to a pageanyone??
Forum: Fixing WordPress
In reply to: Change it from POST showing to a PAGE showingi will give that a go michael thank you
Forum: Fixing WordPress
In reply to: Looking for a good Search pluginHi 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
In reply to: Looking for a good Search pluginLike 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
In reply to: Looking for a good Search pluginWould 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
In reply to: How to Exclude Page from Menu Yet Have it Appear Frontpage Static?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
In reply to: How to Exclude Page from Menu Yet Have it Appear Frontpage Static?Hi MichaelH thankyou I will go do that now and update you on how things go
Forum: Fixing WordPress
In reply to: How do i move the menu down a little to make space for logo?Thank you Clayton that worked. Your a star
Forum: Themes and Templates
In reply to: Best 2 Places Online For Themesthanks 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
In reply to: Let users upload videos, picture gallery, have their own blogs?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?