port to Drupal 6.x
omlx - March 24, 2008 - 07:13
| Project: | Danger4k |
| Version: | 5.x-1.1 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
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 |

#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