Forum Replies Created

Viewing 15 replies - 1 through 15 (of 36 total)
  • Thread Starter glennk

    (@glennk)

    Ok – this one is solved with some info from a guy on a php forum.

    Yes Im wanting to do something similar too. I want to call a seperate sidebar for category 83.

    I think it will involve using conditional tags to call seperate sidebars

    http://codex.ww.wp.xz.cn/Conditional_Tags#The_Main_Page

    but like you I arent a php coder so cant shine any more light on what is required and into whccih file the code should be inserted.

    Sadly these forums are sometimes slow, so its often worth submitting your question into one of the popular php forums on the net.

    Thread Starter glennk

    (@glennk)

    Ok, solved this myself. I apologise as it was quite simple and I should have looked further before posting.

    Sorry to bring this one back up but its a similar problem I am having and I found this in a search.

    I have made a new template for a certain category and would like to call a differnt header image.

    I altered the code from

    <?php get_header();?>

    to

    <?php get_header2();?>

    I was hoping to put a different image into header2 but it throws up an error. Obviously my knowledge of coding in limited if not non existant. Where have I gone wrong ?

    Forum: Fixing WordPress
    In reply to: WordPress as CMS?
    Thread Starter glennk

    (@glennk)

    Again, thanks for your post. Your blog made very interesting reading has got me all excited

    Forum: Fixing WordPress
    In reply to: WordPress as CMS?
    Thread Starter glennk

    (@glennk)

    Do any of you guys know of a good review site plugin ? I have been using the dan Grossman one but of late its malfunctioning.

    Forum: Fixing WordPress
    In reply to: WordPress as CMS?
    Thread Starter glennk

    (@glennk)

    I see your problem maisteriharju. However I am familiar with html and css and will write posts via the code part of the text editor. Simple H1, h2 and P will do the trick. The template itself will make the site look how it should. I do understand your frustration with handing the site over to someone who dont understand html.

    Forum: Fixing WordPress
    In reply to: WordPress as CMS?
    Thread Starter glennk

    (@glennk)

    Thanks for your excellent replies. I have used wordpress for a few things on my sites in the past but Ive never used it for a full site before. Just knowing that others have done it and suceeded gives me the motivation to go for it.

    Ill keep you posted on how it goes

    Hello Im here.

    Your right about this place, it is often like a ghost town. I am very surprised that for something as wideley used as wordpress the support forum is dead.

    Ive been thinking for weeks now that there must be another forum somewhere on the net where people go to discuss wordpress. We just need to find where it is.

    With regard to this plug in. Ive been playing with it myself. To get the code you need to copy this code below

    <?php echo dgrs_get_rating_fields(); ?>

    you need to open up your comments.php file either through wordpress theme editor or on your pc through a text editor. You need to paste the code into that file immediately AFTER this piece of code which is near the bottom of comments.php

    <p><input class=”textbox” type=”text” name=”author” id=”author” value=”<?php echo $comment_author; ?>” size=”22″ tabindex=”1″ />
    <label for=”author”><small>Name <?php if ($req) _e(‘(required)’); ?></small></label></p>

    <p><input class=”textbox” type=”text” name=”email” id=”email” value=”<?php echo $comment_author_email; ?>” size=”22″ tabindex=”2″ />
    <label for=”email”><small>Mail (hidden) <?php if ($req) _e(‘(required)’); ?></small></label></p>

    <p><input class=”textbox” type=”text” name=”url” id=”url” value=”<?php echo $comment_author_url; ?>” size=”22″ tabindex=”3″ />
    <label for=”url”><small>Your Website Address</small></label></p>

    <?php endif; ?>

    Once youve added it. Save comments.php and upload it into the plugin directory if you need to.

    then you can start playing with the review set up in the admin area under OPTIONS.

    Please keep me posted As id like to hear how you get on.

    If anyone reading this has sucessfully used this plugin could they please chip in here and give us some pointers.As I have the following question

    “As someone whose not really skilled in php coding its taken me a while to adapt a template and get your code in place. But I feel it will be well worth the effort in the end. So far Ive been working about 4 hours.

    My question – Is it possible to apply different rating scales to different product reviews ?

    My site will review products relating to kayak fishing. So I will be reviewing Kayaks, but also items like fishfinders – so a score based on stability may well be applicable for kayaks but not for a fishfinder.

    How can I apply diverse rating scales to different products ?

    Thanks again – Glenn”

    —————————————

    Thread Starter glennk

    (@glennk)

    ok Thanks

    Contact deatils are :

    [email protected]

    Forum: Fixing WordPress
    In reply to: Comments Problems
    Thread Starter glennk

    (@glennk)

    Can anyone offer some suggestions please ?

    Thread Starter glennk

    (@glennk)

    Hi Moshu,

    I couldnt see anything wrong. I deleted everything, started again and now it works. I must have got something slightly wrong but all is working now. Thanks again for your help.

    Thread Starter glennk

    (@glennk)

    Hi Servage say the server is working but still I get this problem. Is there anything else I may have done wrong.

    Thread Starter glennk

    (@glennk)

    still the same. I have emailed servage to ask if the problem lies with them. I will let you know how I come on. Thanks for your help so far.

    Thread Starter glennk

    (@glennk)

    I think because what wordpress documentation says and servage present me with are not exactly the same, so my head worries I have got it wrong when I probably had it right first go.

    Anyways I still have the same problem. Am I right in assuming the server is working because the rest of the site is present ?

    What should I do next please ?

    Error establishing a database connection

    This either means that the username and password information in your wp-config.php file is incorrect or we can’t contact the database server at localhost. This could mean your host’s database server is down.

    * Are you sure you have the correct username and password?
    * Are you sure that you have typed the correct hostname?
    * Are you sure that the database server is running?

    If you’re unsure what these terms mean you should probably contact your host. If you still need help you can always visit the WordPress Support Forums.

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