baal666
Forum Replies Created
-
Forum: Plugins
In reply to: congoblue not working for me in ieSame problem here. Text is aligned in center and background does not show correctly. Anyone can help?
Thanks
Forum: Fixing WordPress
In reply to: How to add meta information to pages?I don’t see it. When I edit a page, there is no place to put the meta.
For articles, it is easy: meta keywords are tags, but there are no tags for pages… Am I missing something?
Forum: Plugins
In reply to: How to align-left adsense with text showing at right?Ok I solved my problem again… LOL
Added a float: left in CSS and it did the trick.
Hope it can help someone! 🙂
Forum: Plugins
In reply to: How to put only level 1 category in sidebar?I answered my own question by adding a “depth” argument in the php code. Thanks anyway
Yes Otto I know, but my site is not a high-trafic site… For some reason the plugin created some kind of a loop when posting and it was taking forever when posting…
BTW, do you know how to do the trick for the archives since I deleted the faulty plugin?
Thanks
I uninstalled SRG Clean Archives and that did the trick. Seems to me it was the cause of the problem.
I replaced this with a simple archives page. However, anyone knows how to show not only the months and the number of posts by month in the archives, but also each text in each month?
Thanks
I will try this… I hope this is not a plugin that I use a lot… Cause it simply caused an endless loop when posting… over 75 000 queries in one shot!
Anyone had the same kind of problem?
Here are the plugins I use:
Akismet
Comment URL Compacter 0.1
Configurable Tag Cloud 4.5
Get Recent Comments 1.5.4
Google XML Sitemaps 3.0
Maintenance Mode 3.2
Popularity Contest 1.3b3
Random Quotes 1.3
Related Posts 0.1
SRG Clean Archives 4.3
Subscribe To Comments 2.1
WP-DBManager 2.31
WP-Footnotes 1.4I wonder if this can be a Popularity Contest plugin problem. When I go to MySQL in table wp_ak_popularity_options I get an error message saying that no key was defined.
Or maybe this is a wordpress problem: when I go to wp_comments table, I get the message that more than one type of index exists for “comment_approved”.
I kind of suck with SQL. Maybe that’s where the problem is. If anyone know better, that would be appreciated!
Thanks a lot!
Forum: Plugins
In reply to: How to make an archive page with 2.7Sorry for bumping.
Anyway, that was weird, but it took three days before the template could make it to the post page panel. Really weird, but now I have something to work on.
Forum: Plugins
In reply to: How to make an archive page with 2.7*Bumpy bump*
[moderated please refrain from bumping. See forum rules http://wordpress.org/support/topic/68664 ]
Forum: Fixing WordPress
In reply to: SAVE SETTINGS 2.7 NOT WORKINGI had same problem. Was simply a bad installation. Try to export all your data to your computer and re-start from scratch.
Hope it helps. Good luck!
Forum: Plugins
In reply to: How to make an archive page with 2.7I really wonder if this hack works at all with 2.7…
Forum: Plugins
In reply to: How to make an archive page with 2.7Hi again,
I’d like to do the same with categories.
Here is the page I created:
<?php /* Template Name: Categories */ ?> <?php get_header(); ?> <div id="content"> <div class="entry"> <?php wp_list_categories('show_count=1&title_li=<h2>Classification</h2>'); ?> </div></div> <?php get_sidebar(); ?> <?php get_footer(); ?>However, I can’t access the template from the “post a new page” page. It’s simply not there… Any other way to make it work?
Thanks
Forum: Plugins
In reply to: Replacing the URL by a “hyperlink” textHi,
Well, I already have a plugin to trunk them… I am sure something must exist. Here is a blog I go on (http://blogues.cyberpresse.ca/lagace/?p=70722296) and it is on wordpress and there is that “hyperlien” each time someone puts an URL.
Maybe they found a custom hack?
Thanks
Forum: Plugins
In reply to: Replacing the URL by a “hyperlink” textHmm… No, this is not what I mean… well, I think.
Let’s say someone writes: “Hey, go look at http://wonderfulsite.com”
I’d like to see: “Hey, go look at “hyperlink”” and people can click on “hyperlink” to see what the person wanted us to see…
Forum: Plugins
In reply to: Replacing the URL by a “hyperlink” text*Bump*