Posted by omlx on March 24, 2008 at 7:13am
| Project: | Danger4k |
| Version: | 5.x-1.1 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
hello...
I am trying to port Danger4k to Drupal 6. I've almost done. But I am not sure if I did it correct or not. I've deleted search box form theme and I 've added RTL support.
please take a look to attachment and fix my mistakes in porting.
Thanks
Fahad Al-Saidi
| Attachment | Size |
|---|---|
| danger4k.zip | 98.98 KB |
Comments
#1
Many thanks very useful . to be able to show the test box the same way as the 5.x version, use the following code in page.tbl.php :
<?phpprint str_replace('Search this site:','',$search_box);
?>
so you can remove "Search this site:" and preserve the same look & feel.
#2
Perfect! In my opinion, I say that you must release it to the public, but I haven't saw the whole community's opinion.
#3
#4
#5
A new danger4k with a search box enabled. Just tell me here if there is any needed improvements.
(thanks que0x for the search box tip)