usuario
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: “Pages” as real webiste page, not a post… ??Well… the question was sent in his blog and unfortunately, he just delete the message.
Hmm…
Forum: Everything else WordPress
In reply to: “Pages” as real webiste page, not a post… ??Ok guys. Sorry.
The main problem was solved, I edited the SQL queries of the plugin which shows the “most popular” content… and now, It’s working fine.
The second question, was about the plugin I’m using, called “Popularity Contest”, by “Alex King”.
The question was, WHY he made the plugin with a LOT of his blog url in the code??
As the example above, was just two parts cut from the plugin, he made a lot of functions calls, using his blog’s url as parameter…
You can check that right here: https://dev.wp-plugins.org/browser/popularity-contest/trunk/popularity-contest.php
Open this link above (plugin code), and use the “Find (Ctrl+F)” function to search for “alexking.org”. You’ll find a lot of this url inside the code…
why?!?!
Forum: Everything else WordPress
In reply to: “Pages” as real webiste page, not a post… ??Hehe… I redo all the SQL queries, I mean, I adapted to this new condition, the pages are no longer shown, I hope everything works =D
Thanks folks ??
EDIT:
Folks, just an question about this plugin I’m using… It was made by “alexking.org”… One thing I’ve noticed when I was editing the plugin is… He included his blog url in almost all functions calls of the plugin :S
What is that?!?!
Examples:
case ‘most_feedback’:
$query = ‘sum’;
$column = ‘pop.comments + pop.pingbacks + pop.trackbacks AS feedback’;
$title = __(‘Feedback’, ‘alexking.org‘);
break;Other example:
function show_report_extended($type = ‘popular’, $limit = 50) {
global $wpdb, $post;
$columns = array(
‘popularity’ => __(”, ‘alexking.org‘)
,’title’ => __(‘Title’)
,’categories’ => __(‘Categories’)
,’single_views’ => __(‘Post’, ‘alexking.org‘)
,’category_views’ => __(‘Cat’, ‘alexking.org‘)
,’archive_views’ => __(‘Arch’, ‘alexking.org‘)
,’home_views’ => __(‘Home’, ‘alexking.org‘)
,’feed_views’ => __(‘Feed’, ‘alexking.org‘)
,’comments’ => __(‘Com’)
,’pingbacks’ => __(‘Ping’)
,’trackbacks’ => __(‘Track’)
);WHAT’S THAT?!? :@
Pretty almost ALL of the plugin is in this way… Aff.
Forum: Everything else WordPress
In reply to: “Pages” as real webiste page, not a post… ??Hmm… thx for the article. So, for what I can see, these plugins right now, are getting everything with post_status=’publish’… so If I change every SQL in the plugin, changing to post_status = ‘publish’ AND post_type = ‘post’ should work…
Let’s see =P
Forum: Everything else WordPress
In reply to: “Pages” as real webiste page, not a post… ??Any suggestion then to create this kind of ‘statics’ pages in WP webiste based??
Maybe a good plugin which makes WP deal also as CMS for static pages?!
Thx guys
Forum: Plugins
In reply to: {NEW PLUGING} Partial Private PostsNice!
Forum: Everything else WordPress
In reply to: “Pages” as real webiste page, not a post… ??Well… sorry, It’s not “all around the site”, I’m just using some plugins to make lists and like… “Most popular articles” and “recent posted”, the “Contact, About,..” Pages I’ve created are listed.
Maybe just create a .php file with the content and just leave inside the ‘site’ folder can be the “solution” ?! =(
The “Page” was working nice to me, I’ve created some templates and I thought it would work well.
Forum: Fixing WordPress
In reply to: I’m not receiving the emails alerts.Thx man! I’ve changed the host, so, now I use the standard mail function, but… I don’t know why is not working 100%.
I’ve chose to WP send me an email every time someone posts a comment, but I’ve never received an email.
Using normal mail functions and latest WP ver. =(
Forum: Themes and Templates
In reply to: Different template showing the post for each category?!?Ouch! Great job HandySolo, I tried in the plugin lists and didn’t see this one.
Do you have a better plugin lists available in someplace else? =P
Thanks!!
Forum: Plugins
In reply to: How to create many pages to an article?!?!Thanks HandySolo!
In this time I also tried to find something with that “combobox” (select in html) and I found something kind interesting… It got the select with “Page 1” and so… But I was thinking in like, have the select with a “page name” and not only the number of the page.
Maybe is there a way to make it using the “custom_fields” of WP system, right?
But the prob is… the new version of this plugin, which brings this select (combobox), is not ready yet, he got only screens for now, look: https://www.lesterchan.net/wordpress/2007/04/03/wp-pagenavi-updates/
Thx
Forum: Themes and Templates
In reply to: Showing the date of commentI just looked at the links… But you’re not replying my last question.
When I use the command to show the date of post, everything’s ok, I can set to appears in many ways… but when I try to show the post comments date, It ALWAYS shows like “2006-28-08” damn…
=/
Forum: Themes and Templates
In reply to: Showing the date of commentup
Forum: Themes and Templates
In reply to: Showing the date of commentup
Forum: Themes and Templates
In reply to: Showing the date of commentThe post date format is ok… but when I tried to use “<?php comment_date(‘l, F jS, Y’); ?>” or “<?php comment_date(‘d’); ?>” It always show “2006-08-16” date format. =S
The post date format, is alright. Where I can change the comment date format??
Forum: Plugins
In reply to: Doubt in RSS of polyglot language.up