Recent content by Darkhodge

  1. D

    Wordpress Width

    Gotta agree with MrBlue, but if you really want to do this: Change: body { width: 1300px; width: fixed; background: ............. color: #555555; } To: body { background: ............. color: #555555; text-align: center; } And at the bottom of your CSS...
  2. D

    Site Name In Browser

    Did you manage to sort this in the end? I guess not from the link you posted? I have no experience with that script, but from the looks of it there should be localization files somewhere where you can change the title. I'd run a search in files for that string, i.e. "Movies Database 2". Either...
  3. D

    Did anyone else get this mail, apparently it's from Clickbank?

    I got the same email a few weeks ago. Although I knew it would be useless I bought it as it was $1 and I was curious what it entails. It was pretty much a webinar that went on about how you should be a publisher rathet than an affiliate, then bigging up some service they have that lets you...
  4. D

    Some help with PHP

    Just a quickie, but be careful of "SQL Injections" if you're going to do that. You can use stuff like mysqli_real_escape_string() or make use of "Prepared Statements". Definitely worth looking into! :)
  5. D

    Question about WordPress categories

    Have you tried searching the plugins section on the WordPress site? I had a quick search and something like "Collapsing Categories" might be suitable for you? Here's the description - I would post a link but I'm still too new to do so:
  6. D

    Jquery Check Radio - Pls Help

    Glad to hear you fixed it! Do you mind showing me the HTML (including the .selectionWrapper) in case there's a better way? For example, is it not possible to use a <label> in your particular case?
  7. D

    Hello from Surrey, UK!

    Thanks putin102a, welcome to you too!
  8. D

    I wanted to know if this section

    Hello! I would imagine this is the right section. Tell us more anyhow so that we can give you our 2-cents!
  9. D

    PHP - WooCommerce - get_order()

    Have you tried (in functions.php): function getWC_order_details($id){ global $woocommerce; $order = new WC_Order( $id ); print "<pre>"; print_r($order); print "</pre>"; }
  10. D

    Hello from Surrey, UK!

    Thank you, will do! Ahh that's what you meant! Wow, those sites sounds pretty cool. And yeah, promotion has always been a major hurdle for me! It's nice to hear you're having success now anyhow! I don't have any plans as such. I am thinking it'd be nice to come up with a site with a...
  11. D

    Website appraisal - How much my website worth ?

    I may be interested - do you mind PMing me details about the site? I'm a new member so I'm sure you'd feel weary doing business with me, but if we did decide to go ahead I'd be more than happy to have someone reputable on the forum mediate or whatever the procedure is on BHW. To the mods - I...
  12. D

    ::::-----------Domain Name not working (more then 4 days)-----------:::

    No problem at all. Yeah maybe best to avoid them in the future - getting the account activated 4 days after the initial order is super slow. I got the impression this was work for a client. If you do work for clients who need hosting, you could consider getting a reseller account somewhere. You...
  13. D

    Hello from Surrey, UK!

    Thanks guys. Quite a lot from the UK then, although I guess that's to be expected given the size of the forum! How are you guys liking the weather? lol Yeah gotta love Laravel! I might be being dumb here but what do you mean by what methods I have my eye on?
  14. D

    Website appraisal - How much my website worth ?

    This is also the same rule of thumb I go by, or at least used to go by when I was an active member over at DP (up to late 2013).
  15. D

    what PHP framework do you use ?

    Another +1 for Laravel :mad:
Back
Top