![]() |
Absolutely.
|
Damn designed behaviors :D
|
Thanks, this hack saves me some time in having to click the links, instead I just search for em.
Great hack, very useful to those that do a lot of hacking and those that just make small template mods :) :) Great Job (this should be in the next vB release ;)) |
Nah, with MS, it's a feature---And you'd have to pay extra for it!
:D Great hack. Thank you! Quote:
|
TommyBoy,
Can you enhance it a bit more where you have two input boxes: one where you can search only for occurences of the string inside a template and one inputbox for template titles only. pls see attached picture - djr |
worked the first time around ... thank you
great addition |
Quote:
|
kippesp - great addition to an already great hack.
:) Any ideas on how to fix this : (on vb 2.2.9) |
This file hasn't changed since 2.2.6. But what you're seeing looks very familure to what I saw with the template backup system.
And I think version 2.2.6 fixes what you're seeing in template.php. You'll need to incorporate my changes into 2.2.6's changes (see below). Can you compare your code against 2.2.9 again--especially the query at line 471. This is what those lines should look like: Code:
$templates=$DB_site->query("SELECT t1.title AS title,t2.templateid, NOT ISNULL(t2.templateid) AS found" . iif(isset($searchstring), ",INSTR(t1.".$searchtype.",'".addslashes($searchstring)."') AS globalcontain,INSTR(t2.".$searchtype.",'".addslashes($searchstring)."') AS localcontain","")." of changes against 2.2.9 (mine and TommyBoy's) for this hack since it's been so long. Be sure you to use the code in this post. I had to edit this post. (Not that it matters, but the file really did change in 2.2.8--fixed a bug that TommyBoy found 10 months ago and has long been in my code.) |
Cheers for the assitance there kippesp
It actually turned out to be a typo on my behalf where: PHP Code:
PHP Code:
|
All times are GMT. The time now is 01:46 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|