Mysidia Adoptables Support Forum  

Home Community Mys-Script Creative Off-Topic
Go Back   Mysidia Adoptables Support Forum > Mysidia Adoptables > Addons and Modifications > Addons/Mods Graveyard

Notices

Reply
 
Thread Tools Display Modes
  #21  
Old 10-08-2009, 12:50 PM
SieghartZeke SieghartZeke is offline
Member
 
Join Date: Oct 2009
Posts: 149
Credits: 10,015
SieghartZeke
Default RE: Quick Search

Quote:
Originally Posted by Bloodrun
Quote:
Originally Posted by SieghartZeke
Quote:
Originally Posted by Bloodrun
Quote:
Originally Posted by SieghartZeke
Yes....i have added in template html..but i dont show...
The tamplate html code is this:
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><script type="text/javascript" src="livesearch.js"></script>
<style type="text/css">
#livesearch
  {
  margin:0px;
  width:194px;
  }
#txt1
  {
  margin:0px;
  }
</style> 

<head><script type="text/javascript" src="livesearch.js"></script>
<style type="text/css">
#livesearch
  {
  margin:0px;
  width:194px;
  }
#txt1
  {
  margin:0px;
  }
</style> 
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>:BROWSERTITLE:</title>
<link rel="stylesheet" href="templates/default/style.css" type="text/css" media="screen" />
</head>

<body>

<div id="wrapper">

	<div id="header">
		<h1>:SITENAME:</h1>
	</div>

	<div id="menu">
		<ul>
			:LINKSBAR:
		</ul>
	</div>

	<div id="sidebar">
		<div id="feed">
			<a class="feed-button" href="account.php">&nbsp;</a>
		</div>
		<ul>
			:SIDEFEED:
		</ul>
		<div id="sidebar-bottom">
			&nbsp;
		</div>
	</div>

	<div id="content">
		
		<div class="entry">
			<div class="entry-title"><br>:ARTICLETITLE:</div>
			<div class="date">:ARTICLEDATE:</div>
			<br><p>:ARTICLECONTENT:</p>
			:ADS:
			
		</div>
	</div>

	<div id="footer">
		<div id="footer-valid">
	<a href="http://www.ppntop50.com/"><img src="http://www.ppntop50.com/button.php?u=sieghartzeke" alt="PPN Top 50" border="0" /></a>	<a href="http://www.rusnakweb.com/adoptables.php" target="_blank">Powered by Rusnak PHP Adoptables</a> | Theme created by elesissieghart!
		</div>
	</div>

</div>

</body>
</html>
You added it twice you only need to add it once.

Also, did you replace your functions.php file with the new one I just gave you? Because that will make the quick search box appear.
Can add for me the correct code please??
Here is the correct code for your template.html file, but you never answered my question on whether or not you added the functions.php file that I just gave you. Because again, that is the correct file you need in order to show the quick search.


Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>:BROWSERTITLE:</title>
<link rel="stylesheet" href="templates/default/style.css" type="text/css" media="screen" />
<script type="text/javascript" src="livesearch.js"></script>
<style type="text/css">
#livesearch
  {
  margin:0px;
  width:194px;
  }
#txt1
  {
  margin:0px;
  }
</style> 



</head>

<body>

<div id="wrapper">

	<div id="header">
		<h1>:SITENAME:</h1>
	</div>

	<div id="menu">
		<ul>
			:LINKSBAR:
		</ul>
	</div>

	<div id="sidebar">
		<div id="feed">
			<a class="feed-button" href="account.php">&nbsp;</a>
		</div>
		<ul>
			:SIDEFEED:
		</ul>
		<div id="sidebar-bottom">
			&nbsp;
		</div>
	</div>

	<div id="content">
		
		<div class="entry">
			<div class="entry-title"><br>:ARTICLETITLE:</div>
			<div class="date">:ARTICLEDATE:</div>
			<br><p>:ARTICLECONTENT:</p>
			:ADS:
			
		</div>
	</div>

	<div id="footer">
		<div id="footer-valid">
	<a href="http://www.ppntop50.com/"><img src="http://www.ppntop50.com/button.php?u=sieghartzeke" alt="PPN Top 50" border="0" /></a>	<a href="http://www.rusnakweb.com/adoptables.php" target="_blank">Powered by Rusnak PHP Adoptables</a> | Theme created by elesissieghart!
		</div>
	</div>

</div>

</body>
</html>
Ops sorry...yes i haveaaded the function.php that you gave me..
Reply With Quote
  #22  
Old 10-08-2009, 12:53 PM
Bloodrun's Avatar
Bloodrun Bloodrun is offline
I am, who I am.
 
Join Date: Apr 2009
Posts: 532
Gender: Male
Credits: 28,031
Bloodrun
Send a message via Yahoo to Bloodrun
Default RE: Quick Search

Quote:
Originally Posted by SieghartZeke
Quote:
Originally Posted by Bloodrun
Quote:
Originally Posted by SieghartZeke
Quote:
Originally Posted by Bloodrun
Quote:
Originally Posted by SieghartZeke
Yes....i have added in template html..but i dont show...
The tamplate html code is this:
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><script type="text/javascript" src="livesearch.js"></script>
<style type="text/css">
#livesearch
  {
  margin:0px;
  width:194px;
  }
#txt1
  {
  margin:0px;
  }
</style> 

<head><script type="text/javascript" src="livesearch.js"></script>
<style type="text/css">
#livesearch
  {
  margin:0px;
  width:194px;
  }
#txt1
  {
  margin:0px;
  }
</style> 
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>:BROWSERTITLE:</title>
<link rel="stylesheet" href="templates/default/style.css" type="text/css" media="screen" />
</head>

<body>

<div id="wrapper">

	<div id="header">
		<h1>:SITENAME:</h1>
	</div>

	<div id="menu">
		<ul>
			:LINKSBAR:
		</ul>
	</div>

	<div id="sidebar">
		<div id="feed">
			<a class="feed-button" href="account.php">&nbsp;</a>
		</div>
		<ul>
			:SIDEFEED:
		</ul>
		<div id="sidebar-bottom">
			&nbsp;
		</div>
	</div>

	<div id="content">
		
		<div class="entry">
			<div class="entry-title"><br>:ARTICLETITLE:</div>
			<div class="date">:ARTICLEDATE:</div>
			<br><p>:ARTICLECONTENT:</p>
			:ADS:
			
		</div>
	</div>

	<div id="footer">
		<div id="footer-valid">
	<a href="http://www.ppntop50.com/"><img src="http://www.ppntop50.com/button.php?u=sieghartzeke" alt="PPN Top 50" border="0" /></a>	<a href="http://www.rusnakweb.com/adoptables.php" target="_blank">Powered by Rusnak PHP Adoptables</a> | Theme created by elesissieghart!
		</div>
	</div>

</div>

</body>
</html>
You added it twice you only need to add it once.

Also, did you replace your functions.php file with the new one I just gave you? Because that will make the quick search box appear.
Can add for me the correct code please??
Here is the correct code for your template.html file, but you never answered my question on whether or not you added the functions.php file that I just gave you. Because again, that is the correct file you need in order to show the quick search.


Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>:BROWSERTITLE:</title>
<link rel="stylesheet" href="templates/default/style.css" type="text/css" media="screen" />
<script type="text/javascript" src="livesearch.js"></script>
<style type="text/css">
#livesearch
  {
  margin:0px;
  width:194px;
  }
#txt1
  {
  margin:0px;
  }
</style> 



</head>

<body>

<div id="wrapper">

	<div id="header">
		<h1>:SITENAME:</h1>
	</div>

	<div id="menu">
		<ul>
			:LINKSBAR:
		</ul>
	</div>

	<div id="sidebar">
		<div id="feed">
			<a class="feed-button" href="account.php">&nbsp;</a>
		</div>
		<ul>
			:SIDEFEED:
		</ul>
		<div id="sidebar-bottom">
			&nbsp;
		</div>
	</div>

	<div id="content">
		
		<div class="entry">
			<div class="entry-title"><br>:ARTICLETITLE:</div>
			<div class="date">:ARTICLEDATE:</div>
			<br><p>:ARTICLECONTENT:</p>
			:ADS:
			
		</div>
	</div>

	<div id="footer">
		<div id="footer-valid">
	<a href="http://www.ppntop50.com/"><img src="http://www.ppntop50.com/button.php?u=sieghartzeke" alt="PPN Top 50" border="0" /></a>	<a href="http://www.rusnakweb.com/adoptables.php" target="_blank">Powered by Rusnak PHP Adoptables</a> | Theme created by elesissieghart!
		</div>
	</div>

</div>

</body>
</html>
Ops sorry...yes i haveaaded the function.php that you gave me..
Okay, and now with the newly added template.html, does the quick search box show up, and work?
Reply With Quote
  #23  
Old 10-08-2009, 12:56 PM
SieghartZeke SieghartZeke is offline
Member
 
Join Date: Oct 2009
Posts: 149
Credits: 10,015
SieghartZeke
Default RE: Quick Search

Nu..i have uploaded the file that you gìhave attached in the first post,but when i go to open quickserch .pjp i show a page with:
No suggestion.
=_=;;
Reply With Quote
  #24  
Old 10-08-2009, 01:08 PM
Bloodrun's Avatar
Bloodrun Bloodrun is offline
I am, who I am.
 
Join Date: Apr 2009
Posts: 532
Gender: Male
Credits: 28,031
Bloodrun
Send a message via Yahoo to Bloodrun
Default RE: Quick Search

Quote:
Originally Posted by SieghartZeke
Nu..i have uploaded the file that you gìhave attached in the first post,but when i go to open quickserch .pjp i show a page with:
No suggestion.
=_=;;
All you have to do now is upload the files to your main directory. Then use the search bar in your sidebar. You don't access the livesearch.php file.
Reply With Quote
  #25  
Old 10-08-2009, 01:10 PM
SieghartZeke SieghartZeke is offline
Member
 
Join Date: Oct 2009
Posts: 149
Credits: 10,015
SieghartZeke
Default RE: Quick Search

Quote:
Originally Posted by Bloodrun
Quote:
Originally Posted by SieghartZeke
Nu..i have uploaded the file that you gìhave attached in the first post,but when i go to open quickserch .pjp i show a page with:
No suggestion.
=_=;;
All you have to do now is upload the files to your main directory. Then use the search bar in your sidebar. You don't access the livesearch.php file.
UHHHH: I CANT FIND!!!
Reply With Quote
  #26  
Old 10-08-2009, 01:12 PM
Bloodrun's Avatar
Bloodrun Bloodrun is offline
I am, who I am.
 
Join Date: Apr 2009
Posts: 532
Gender: Male
Credits: 28,031
Bloodrun
Send a message via Yahoo to Bloodrun
Default RE: Quick Search

Quote:
Originally Posted by SieghartZeke
Quote:
Originally Posted by Bloodrun
Quote:
Originally Posted by SieghartZeke
Nu..i have uploaded the file that you gìhave attached in the first post,but when i go to open quickserch .pjp i show a page with:
No suggestion.
=_=;;
All you have to do now is upload the files to your main directory. Then use the search bar in your sidebar. You don't access the livesearch.php file.
UHHHH: I CANT FIND!!!
Can't find what?
Reply With Quote
  #27  
Old 10-08-2009, 01:13 PM
SieghartZeke SieghartZeke is offline
Member
 
Join Date: Oct 2009
Posts: 149
Credits: 10,015
SieghartZeke
Default RE: Quick Search

The quick search!!!i can't find in my site!!
Reply With Quote
  #28  
Old 10-08-2009, 01:15 PM
Bloodrun's Avatar
Bloodrun Bloodrun is offline
I am, who I am.
 
Join Date: Apr 2009
Posts: 532
Gender: Male
Credits: 28,031
Bloodrun
Send a message via Yahoo to Bloodrun
Default RE: Quick Search

Quote:
Originally Posted by SieghartZeke
The quick search!!!i can't find in my site!!
It's in your sidebar. Give me a link to your site please.
Reply With Quote
  #29  
Old 10-08-2009, 01:17 PM
SieghartZeke SieghartZeke is offline
Member
 
Join Date: Oct 2009
Posts: 149
Credits: 10,015
SieghartZeke
Default RE: Quick Search

ok....
http://grandchaseadoptable.netai.net/GcA/adoptables/index.php
Reply With Quote
  #30  
Old 10-08-2009, 01:24 PM
Bloodrun's Avatar
Bloodrun Bloodrun is offline
I am, who I am.
 
Join Date: Apr 2009
Posts: 532
Gender: Male
Credits: 28,031
Bloodrun
Send a message via Yahoo to Bloodrun
Default RE: Quick Search

Quote:
Originally Posted by SieghartZeke
ok....
http://grandchaseadoptable.netai.net/GcA/adoptables/index.php
I do not see the quick search box, are you sure you added the right functions.php file? I doubt you did, Because I don't even see any remenants of it.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Adoptable Search Addon [by Kae] Kaeliah Mys v1.1.x Mods 16 01-25-2011 07:05 PM
Search mapleblade Suggestions and Feature Requests 14 06-03-2009 04:54 AM
[SEO]Increase your search rankings! eaglelegend Addons/Mods Graveyard 2 03-24-2009 05:57 PM
Code line search 12345 Questions and Supports 2 03-13-2009 06:21 AM
Remove Search Bar LilPixie Questions and Supports 3 02-12-2009 04:26 PM


All times are GMT -5. The time now is 02:35 PM.

Currently Active Users: 452 (0 members and 452 guests)
Threads: 4,080, Posts: 32,024, Members: 2,016
Welcome to our newest members, jolob.
BETA





What's New?

What's Hot?

What's Popular?


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
vBCommerce I v2.0.0 Gold ©2010, PixelFX Studios
vBCredits I v2.0.0 Gold ©2010, PixelFX Studios
Emoticons by darkmoon3636