Translate This Page

About Me

profile_picture_120

Name: Joshua Lyon
Birthday: August 8, 1985
Location: Valley Ranch (Irving), TX
E-mail: josh@boshdirect.com

Related Articles

Content View Hits : 1137596
All Blog Categories
Theme Mod: Search Box
Written by Josh Lyon   
Tuesday, 27 March 2007 15:26

As some of you may have noticed, I've recently added a search box to the top of the site.  This is a default module in joomla, but the template I'm using didn't have support for a search bar right out of the box.  This blog post describes how I added the modified the WR_Futilus_Situs theme so it would have a search box that looked like it fit in.

At a high level, the steps involve:

  • Enabling the search module and setting it up
  • Modifying the theme's index.php file to include the search box

 

And here are the details:

Setting up the module: 

  • Enter the Joomla Administration page.
  • Click Modules > Site Modules
  • Click on the Module named "Search" (of type "mod_search")
  • Make sure the item is published by clicking the appropriate radio box.
  • And change the Position Drop Down box to position User8
  • Click save at the top


Modifying the index.php file:

  • FTP into your server
  • Access the joomla_home/templates/wr_futilus_situs folder
  • Download the file index.php (from the above folder) for editing
  • Find the section called <!-- START: SUCKERFISH -->
  • Below : <div id="nav">
                            <?php mosShowListMenu($menu_name);    ?>
                </div>
    Insert:     <div style="padding-top: 5px;" align=right>
                            <?php mosLoadModules ( 'user8', -1 ); ?>
                  </div>
  • Save the file and upload it via FTP
  • You are DONE!
 
Flamingcube Archive
Written by Josh Lyon   
Monday, 26 March 2007 14:18

edit: I think I figured out the dynamic redirection issue. The flamingcube.com domain was redirecting to www.boshdirect.com for SEO (search engine optimization reasons). Now it points directly to the home directory and should accept names as if it were boshdirect.com - you should see the changes as soon as the information propagates across the internet.

I checked some of the logs and noticed that I was getting a good number of hits from some old links on flamingcube.  Because of this, I've decided to upload the old content to the site.  I'm working on getting some URL redirects setup, but some of the links are having issues that I can't figure out. On that same note, I guess I should probably get a site search up and running again. 

When I originally moved boshdirect to the new host, I started using new software and archived the old boshdirect blog posts.  However, I never archived the blog posts and pictures from the flamingcube software. Luckily, I could still access an archive of the files and was able to upload some of the articles and images.

Here's a link to the photo gallery archive:
  http://www.boshdirect.com/gallery/?g2_itemId=830

And a link to the site-map, so you can find the article you are looking for:
  http://www.boshdirect.com/site-map/

 
<< Start < Prev 51 52 53 54 55 56 57 58 59 60 Next > End >>

Page 53 of 66