<? DEW-CODE.COM  

Downloads

Assorted scripts  (1)
DewNewPHPLinks  (9)





Lost Password?
No account yet? Register

Dew-Code Newsfeed

Resources


 USdigitalcable.com

Dew-Code
Welcome, Guest
Please Login or Register.    Lost Password?
Re:Search results (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: Re:Search results
#1626
Tim (User)
Junior Boarder
Posts: 30
graphgraph
User Offline Click here to see the profile of this user
Search results 12 Months ago Karma: 0  
Is there a easy way to remove the flags on the search results and change it to the thumbs nails of the websites or just even have it blank with just the websites?
ta
 
Report to moderator   Logged Logged  
 
  The administrator has disabled public write access.
#1627
Dewed (Admin)
Admin
Posts: 605
graph
User Online Now Click here to see the profile of this user
Dew-Code.com
Re:Search results 12 Months ago Karma: 9  
Yes there is.. wel, it's not exactly easy.

backup /include/functions.php

Edit the draw_search_sites function, which starts around line 1347


Near lines 1402-1414, you should see where the country flag image tag is created

Code:

$htmlsrc .= "<img border=\"1\" src=\"./images/flags/" . $sites_array[country] . "\""; $htmlsrc .= "hspace=\"5\" alt=\""; $short_entry = eregi_replace(".gif", "", $sites_array[country]); $short_entry = eregi_replace("_", " ", $short_entry); $htmlsrc .= $short_entry . "\" title=\"" . $short_entry . "\">";
Replace with
Code:

$htmlsrc .="<img border=\"0\" align=\"top\" src=http://open.thumbshots.org/image.pxf?url=". urlencode($sites_array["site_url"]) .">";
And that should do it
 
Report to moderator   Logged Logged  
 
Last Edit: 2011/05/19 07:42 By Dewed.
 
Nothing to it but to Dew it !
Dew-Code.com
  The administrator has disabled public write access.
#1628
Tim (User)
Junior Boarder
Posts: 30
graphgraph
User Offline Click here to see the profile of this user
Re:Search results 12 Months ago Karma: 0  
fantastic - thank you, I've had a little play with it - but thank you so much
 
Report to moderator   Logged Logged  
 
  The administrator has disabled public write access.
Go to top Post Reply
get the latest posts directly to your desktop
Outsource your projects to thousands of programmers at
ScriptLance.com
Newsflash
Interested in
advertising?

This space for rent!

Sign up for PayPal and start accepting credit card payments instantly.
Copyright Dew-Code 2008