Thottbot > Forums > Thottbot > Powered by Thottbot > Need help wi...
NEW! Wrath of the Lich King! (August 21)   NEW! Project Lore 7.4
  Report  Quote Reply Re: Need help with a problem
Score 7.7     Vote: [-] [+] by Thott <Afterlife>, 9.6 months ago
Installed the search thottbot module, it appears, but when a search is performed, no results.

http://thecode.guildportal.com

It looks like most of the page is inside a <form>...</form> block, which is probably causing the browser to ignore the Thottbot search box form.  Try closing the form that starts with:

<form name="Form1" method="post" action="Guild.aspx?GuildID=215382&TabID=1816625" id="Form1">

--Thott
  Report  Quote Reply Re: Need help with a problem
Score 8.1     Vote: [-] [+] by sylvanlegion, 9.4 months ago
I understand the solution you are proposing, however for Guildportal.com users, we do not have the ability to modify the source code. The only option I see us having is the ability to add in a Free Form HTML page. However, the Free Form HTML page is not a standalone page. Instead it is part of a table on the guildportal.com template.

I can successfully get it to work by creating my own .html file and running it stand alone. Example:

<html>
<head>
<script src="http://i.thottbot.com/power.js"></script>
<script>T.twinbox()</script>
</head>
<body>
</body>
</html>

Any thoughts on the guildportal issue, though? Or, are guildportal.com users out of luck right now?


  Report  Quote Reply Re: Need help with a problem
Score 8.2     Vote: [-] [+] by Thott <Afterlife>, 9.4 months ago
If you put the power script anywhere in the HTML, you'll get working tooltips.

For the T.searchbox() to work, the power script just has to be in the code someplace before it.  Immediately before it will work just fine.

Best regards,
Thott

BackTop
 
Created by Thott - Thottbot 3.70 - Feedback