1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Drupal Site Help

Discussion in 'Drupal' started by Khaos05, Jan 11, 2010.

  1. Khaos05

    Khaos05 Peon

    Messages:
    164
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #21
    I was using agua (because I love that color scheme) but waffles may work if I could change colors and uncenter the menu.

    How do I put 2 widgets side by side in one content area rather than on top of each other? Css?
     
    Khaos05, Jan 12, 2010 IP
  2. Khaos05

    Khaos05 Peon

    Messages:
    164
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #22
    I got the navigation to go to the left (and I can change colors) with the configure theme option...may be done with the homepage soon :)
     
    Khaos05, Jan 13, 2010 IP
  3. Khaos05

    Khaos05 Peon

    Messages:
    164
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #23
    err sky theme :p
     
    Khaos05, Jan 13, 2010 IP
  4. einsteinsboi

    einsteinsboi Well-Known Member

    Messages:
    1,122
    Likes Received:
    76
    Best Answers:
    0
    Trophy Points:
    140
    #24
    Laying out what you want your site to look like and what regions you need and THEN picking your theme is crucial!

    Sounds like you're making good progress :D
     
    einsteinsboi, Jan 13, 2010 IP
  5. Khaos05

    Khaos05 Peon

    Messages:
    164
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #25
    Ok - I think i've found a theme that works (just a little CSS tweaking and it'll be great)...so homepage is pretty much done. NOW onto the bigger fish to fry:

    Page 2 - "Reviews":
    On this page, I want to show the same products on the table on the Home page, but I want to show them in this format (hope it formats right on the forum):

    Product #1 <---------------------> Latest Review:
    Atrribute #1 <-------------------> Vote: # Stars
    Atrribute #2 <-------------------> "Bla bla bla"
    Atrribute #3
    Avg Score (stars) <--------------> Write Review | Read More Reviews

    -------------------------------------------------------------------------

    Product #2 <---------------------> Latest Review:
    Atrribute #1 <-------------------> Vote: # Stars
    Atrribute #2 <-------------------> "Bla bla bla"
    Atrribute #3
    Avg Score (stars) <--------------> Write Review | Read More Reviews

    ETC
     
    Khaos05, Jan 13, 2010 IP
  6. Khaos05

    Khaos05 Peon

    Messages:
    164
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #26
    Khaos05, Jan 13, 2010 IP
  7. Khaos05

    Khaos05 Peon

    Messages:
    164
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #27
    Ok - I'm making progress and then I hit a brick wall.

    I have the fivestar voting module working (sort of). I have created a custom content type "product" with the fields "name", "price", "attrib#1", "attrib#2","buy". I enabled fivestar voting to get the module to work correctly. However, here's my problem. You CAN vote by going directly to each products node page, but that's not what I want. I want to have my own CUSTOM voting page that uses the fivestar module (AKA I want to be able to format the vote/review page like I want).
     
    Khaos05, Jan 14, 2010 IP
  8. duckz

    duckz Active Member

    Messages:
    245
    Likes Received:
    3
    Best Answers:
    1
    Trophy Points:
    68
    #28
    IMHO its much easier for you to install ubercart rather than creating custom cck type one by one.

    for the front page drop all the region and build your own region with contemplate or panels + views and use frontpage module to select the frontpage or if you are confident about your php, create a custom page-front.tpl.php

    for the custom voting page, you will need to create a custom node-xx.tpl.php with the fivestar function in it and point your product page voting link to node/xx

    hope this helps
    I am not an expert in drupal, just a fan with lots of spare time :)
     
    duckz, Jan 18, 2010 IP