Jump to content

ss345

New Members
  • Posts

    6
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

ss345's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hi guys, I have a few questions regarding Joomla.. Not sure if I'm allowed to ask this but if not then I apologise - where can I download some themes for free from or does anyone know of any good designers? I am a HTML/CSS expert myself but need to get my website going urgently so want a theme as a stop-gap until I can get learning the CSS classes/IDs of Joomla for myself! Secondly... users and groups. I want only certain users to be able to create articles on my website and that is only if they are in a certain user group. Basically, my site will be a source of local information and hence I need just people who I can promote to a certain user group to write an article about an up and coming event, etc. I would like it so that the article could be approved by an admin beforehand, though. The next thing is. Web Links submission. I want to use Joomla to create a local directory (A to Z) of businesses. Currently, the web link submission thing on there is fine, however, I would want to target businesses and not just any old websites, wanting them to provide contact information, as well as a website address. Is this possible and how? Finally, can someone tell me how to change the page title on the index page? I've looked everywhere and can't find it!!! Thanks.
  2. That worked - thank you so much!!!
  3. I tried this, and it works but is just returning one value, and not all of the ones I selected from within the list box...??!
  4. I added it below, like this, is this correct? This is what happened when I added the dump variable...
  5. Hi there, I've just tried replacing the two red highlighted lines with your code suggestion but get the following error message:
  6. Hi guys, I wonder if any of you can help me. I am webmaster for a company that develops sensors. I have been asked to create a quotation request form for the new item, in which I have achieved successfully. (I copied and pasted from a form used previously within the website). When a user submits a form, the data they input is emailed to the company. However, when multiple values are selected from within the listboxes, only one value is output to the email instead of all of the values the user has selected. Here is my coding of the form on the output page, could some take a look and see why the listboxes are only outputting one value and perhaps modify the script so that it does? The name of the first listbox is: dataoutput The name of the second listbox is: actionrq The HTML for dataoutput is: <select name="dataoutput" id="Select1" size="4" multiple="multiple"> <option value="Digital Panel Meter Display">Digital Panel Meter Display</option> <option value="RS232 Output">RS232</option> <option value="USB Output">USB</option> <option value="CAN Bus Output">CAN Bus</option> <option value="Software">Software</option> </select> The HTML code for actionrq is: <select name="actionrq" id="Select2" size="4" multiple="multiple"> <option value="Quotation">Quotation Request</option> <option value="Email More Information">Information Request</option> <option value="Demonstration">Demonstration Visitation</option> <option value="Telephone Call-Back">Telephone Call-Back</option> </select> Thanks folks.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.