
Digital-Pic.com - Stock Photography , Wallpaper and E-Card Services |
|
|
|
|
|
|
|
|
|
» Home » Add-Ons for Ktools Photostore » Style Keyword Tags
|
Style Keyword Tags Installation Guide
This is an add-on product for Ktools Photostore. You'll need to have the Photostore installed before you can use our application. Our application is easy to install and will turn your Photostore' Keyword Tags into Web 2.0 Tags look. And the add-on was designed in 15 different color themes, you can choose the style you like from any of them to fit your website layout needs.
The installation guide of Style Keyword Tags:
- Find the original keyword table in i_details.php. (it's from the line 780th to 794th, if you're in v3.52 and v 3.55. For version 3.71, the keyword table code it's at the line 919th to 933th.)
- Remove that table and replace the code below to embed our application on your site:
<!-- Added For Digital-Pic.com Style Keyword Tags -->
<?php include( "i_tags.php" ); ?>
<!-- End Of Digital-Pic.com Style Keyword Tags -->
Note: The code of keyword table might be in different line at different version of Ktools Photostore:
- V3.20, V3.21: from the line 525 to 539
- V3.30, V3.31: from the line 667 to 681
- V3.40, V3.41: from the line 778 to 792
- V3.43: from the line 776 to 798
- V3.51: from the line 779 to 793
- V3.52, V3.55: from the line 780 to 794
- V3.61: from the line 885 to 899
- V3.71, V3.31: from the line 919 to 933
You can use the keyword "if($package->description && trim" to search the table code in i_deatils.php. You should delete the table from <table......> to </table>, and replace with our code.
- If you want to change the tags' color theme: open i_tags.php (our application), in line 18th there are a $style variable you can play with(see also the color theme examples):
- $style = "1" : White Background Theme(Default Theme)
- $style = "2" : Black Background Theme
- $style = "3" : Gray Background Theme
- $style = "4" : Pale Yellow Theme
- $style = "5" : Pure Black And White In Black Background
- $style = "6" : Pure Black And White In White Background
- $style = "7" : Technology Blue Theme
- $style = "8" : Green Color Theme
- $style = "9" : Orange Color Theme
- $style = "10" : Red Hot Color Theme
- $style = "11" : Web 2.0 Color Theme
- $style = "12" : Light Blue Color Theme
- $style = "13" : Pink Color Theme
- $style = "14" : Purple Powder Color Theme
- $style = "15" : Blue Purple Color Theme
- If you want to modify the title in the table, please edit your photostore language file $detail_keyword variable.
- Then upload both i_details.php and i_tags.php to your site, that's it.
|