₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,325,013 members, 8,419,946 topics. Date: Thursday, 04 June 2026 at 08:04 AM

Toggle theme

Snippets's Posts

Nairaland ForumSnippets's ProfileSnippets's Posts

1 2 (of 2 pages)

WebmastersRe: Joomla Help!!!!!! by Snippets(op): 6:37pm On Jan 29, 2013
@Afam.. Dumbfounded @ Your selfless service..

Please one more question..

I downloaded a plain html dental template with 5 pages and I want to insert a php code on the contact form so that customers can ask questions and I get to answer them via my email.. I've written the php code for it.. How and where do I Insert it.. Please pardon my Naïve questions.. Still an Upcoming Geek..
WebmastersRe: Joomla Help!!!!!! by Snippets(op): 1:06pm On Jan 29, 2013
@Afam.. Thanks for the quick response..

About #6 reply.. How can I do the modification on The php.ini file so that I can get mails on my local server?? I have wordpress also but I heard joomla is more versatile in developing great sites.. If I try wordpress out and see it as a better tool, then I might migrate..

Am also using usbWebServer as my Local server.. I know of wamp and xampp but they are kinda heavy to download and the UsbWebserver is a light server that doesn't need installation.. I hope it won't affectanything am doing??

Awaiting Your response..
WebmastersJoomla Help!!!!!! by Snippets(op): 10:33am On Jan 29, 2013
I am a Joomla Newbie.. And I Need help from Gurus in The house.. I Have a Few Questions.. Am Running it on Localhost..

1) How Can I remove the joomla default banner or Logo on top of the Joomla CMS and insert my own Logo??

2) How can I insert php scripts for example a small calculator script assuming I have written the php script for it??

3) I Downloaded some Joomla 1.5 templates and when I install and apply them, I get some errors.. Like error on this or that or Line 150.. How can I remove those errors??

4) Is there any alternative to using CKforms.. I think its only made for Joomla 1.5 and I heard its better to use Joomla 2.5 or later versions..

5) How can I make my site to look like a normal site without looking like a forum website??

6) The mail function doesn't seem to work offline.. Does it mean after creating a Joomla based website that I can't receive Sign up infos from members to my email account..

Thanks..
Am awaiting Your Reply..
@yawatide, Dualcore, Brand_new, afam, webdezzi.. Over To You.
WebmastersRe: Free Logos For Ya by Snippets(m): 7:07pm On Jan 26, 2013
@hemor.. It aint about the name.. Am Using Uk Logo Maker..
The one I have is a Paid version.. I also use Sothink Logo maker..
Most of the ones Online are Trial versions..
WebmastersRe: Free Logos For Ya by Snippets(m): 9:08am On Jan 24, 2013
If You need the Software.. I have Two of them.. Goes For 1k.. You can use them and make
Very beautiful Logos on The fly.. You don't need experience in Designs.. Its Perfect.. My BB Pin is
26EB6115.. You can add me let's Chat or you can email me @ snnippets @ gmail . Com..
ProgrammingRe: Redirecting Back To Original Page After Login. by Snippets(m): 7:08pm On Jan 11, 2013
@Spikes C.. Thanks Boss.. I've not entered d Mysql part..
Still @ d beginning stages of php.. Arrays, Variables.. I've not gotten to d Cookies n Session Part..
Web MarketRe: Learn Website Design:html,css And Javascript Today by Snippets(m): 9:50am On Jan 11, 2013
Here is Mine: Moodmoodie @ gmail . Com.. Thanks in Advance Bro..
ProgrammingRe: Redirecting Back To Original Page After Login. by Snippets(m): 9:46am On Jan 11, 2013
@Spikes C.. Please am a newbie in php.. I have a Question.

Assuming my site has five members and I want to Log them in when they enter their Username n Submit;

I Need a php code that can do this.. This is Just for Practise..

Is This Correct coz my Pc charger spoilt n I can't run it..

<?php

If(isset($_POST['submit']))
{
$username = $_POST['user'];

If($username=="frank" || $username=="jenny" || $username=="jessica" || $username=="amanda" || $username=="olivia"wink
{
echo "Welcome To Our Members Area";
}
else
{
echo "Incorrect Username.. Please Try Again";
}
}
?>

1 2 (of 2 pages)