Web Design Forum: OliverB - Viewing Profile - Web Design Forum

Jump to content

WDF
WDF Premium Memberships Reseller Hosting

OliverB's Profile User Rating: -----

Reputation: 1 Neutral
Group:
Members
Active Posts:
92 (0.08 per day)
Joined:
11-May 09
Profile Views:
4,388
Last Active:
User is offline May 01 2012 09:33 AM
Currently:
Offline

My Information

Member Title:
Forum Newcomer
Age:
30 years old
Birthday:
September 10, 1981
Gender:
Male Male
Location:
Dukinfield, Greater Manchester
Interests:
Lets start with the obvious, web design and development. When I am away from the comp I like to read about new tech/gadgets, play on the Xbox and spend quality time with my wife, child and dog.

Contact Information

E-mail:
Click here to e-mail me
Website URL:
Website URL  http://www.bannisterwebdesign.co.uk
Skype:
Skype  oliver.bwd

Users Experience

Experience:
Intermediate
Area of Expertise:
Designer/Coder

Latest Visitors

Posts I've Made

  1. In Topic: Lost In Translation

    01 May 2012 - 07:29 AM

    Thanks for the replies! I thought that human translation would be much better and I think the site will be mainly used by non-speaking English.

    So how do I go about making a multi language site with actual human translation?

    Thanks
  2. In Topic: Joomla: Client Account Creation

    16 November 2011 - 12:57 PM

    Hi

    It's ok I've solved the problem now. I just had to change to viewing access levels.

    Thanks
  3. In Topic: Joomla: Client Account Creation

    16 November 2011 - 12:57 PM

    Hi

    It's ok I've solved the problem now. I just had to change to viewing access levels.

    Thanks
  4. In Topic: Move Joomla To Hosted Server

    10 November 2011 - 03:07 PM

    Hi

    Thanks fr your replies. I'm using MAMP for my local server.

    I've had a bit of luck and uploaded one site using akeeba backup and kickstart, and the other site I started with a fresh installation because when I looked into the MySQL database is was 3x bigger than it should have been... Don't know how that happened.

    I think I'm nearly there, just a couple of template issues but I think I know why's going on.

    Thanks
  5. In Topic: Joomla Templates (possibly noob)

    02 October 2011 - 11:41 AM

    I think I've found what I've been looking for.

    Basically the Joomla template contains ALL the div's that you want to use and then assign the module to the page you require.

    By using a bit of php...

    <?php if ($this->countModules('user1')): ?>
    <?php endif; ?>

    Then Joomla will hide or display the module based on whether it's been assigned.

    If you have anything else to add to this then please feel free.

    Thanks