trouble with the forum |
(10-16-2020, 01:22 PM)InsiteFX Wrote: Yep, it's doing the same here for me Search is not working.Thnx Insite. I am starting my application by typing "localhost" at the browser command line. What I actually need to add a parameter so I would type either localhost?type=1 or localhost?type=2. This will cause a different logo to appear in my view. When I type http://localhost/1 I get a 404 error. I'd prefer to run the exact same code and just change the logo that displays. I see where in the template I can switch which logo gets used, but I am not sure a) how to get the 1 or 2 into the program b) how to get $logo1 or $logo2 to be used. $logo1=<img src="<?php echo base_url(); ?>assets/themes/default/images/new_blue_logo_sub240x240.png" style="float:left;margin-top:5px;z-index:5" alt="logo"/> $logo2=<img src="<?php echo base_url(); ?>assets/themes/default/images/output-onlinepngtools (8).png" style="float:left;margin-top:5px;z-index:5" alt="logo"/> to run based on that parameter.
proof that an old dog can learn new tricks
|
Messages In This Thread |
trouble with the forum - by richb201 - 10-15-2020, 12:19 PM
RE: trouble with the forum - by InsiteFX - 10-15-2020, 02:19 PM
RE: trouble with the forum - by richb201 - 10-15-2020, 02:20 PM
RE: trouble with the forum - by kelapamuda - 10-16-2020, 07:36 PM
RE: trouble with the forum - by InsiteFX - 10-16-2020, 01:22 PM
RE: trouble with the forum - by richb201 - 10-16-2020, 02:16 PM
RE: trouble with the forum - by InsiteFX - 10-16-2020, 03:24 PM
RE: trouble with the forum - by richb201 - 10-16-2020, 10:05 PM
RE: trouble with the forum - by InsiteFX - 10-17-2020, 04:16 AM
RE: trouble with the forum - by richb201 - 10-17-2020, 06:22 AM
RE: trouble with the forum - by InsiteFX - 10-17-2020, 11:05 AM
RE: trouble with the forum - by richb201 - 10-21-2020, 05:24 PM
RE: trouble with the forum - by InsiteFX - 10-22-2020, 06:34 AM
RE: trouble with the forum - by includebeer - 10-22-2020, 09:46 AM
|