Delete the download-queue button

Feb 25, 2014
36
0
6
36
India
freefontsworld.com
1) Delete the download-queue button form every where.
2)delete the download button from the font page, and change the name of "more detail" (button) to Download. but when click on the download button(which is before more detail button) open the next page (which is open after clicking the "more detail" ) here showing the download button click and download font normally.
because advertised is the site revenue, so a visitor comes and ping the lots of font and download it, they are no visit the others page for a single font download. So how can I run the the site it is very difficult and impossible.
thank you.
 

ysmods

New Member
Jan 29, 2013
860
1
0
UK
www.ysmods.com
1,

Open _font_preview_block.inc.php

Find:
Code:
$html[] = "				<div class='downloadButton'>";
$html[] = "					<div id='queueButton" . (int)$fontData['id'] . "' class='downloadButtonElement' title=\"".t("add_to_download_queue", "Add to download queue")."\" onClick=\"toggleDownloadQueue(" . (int)$fontData['id'] . "); return false;\">";
$html[] = "						<a href=\"#\" onClick=\"return false;\">";
$html[] = "<img src='".SITE_IMAGE_PATH."/icons/download_queue_add.png' width='12' height='12'/>";
$html[] = "                                         </a>";
$html[] = "					</div>";
$html[] = "				</div>";
Replace with:
Code:
/*           
$html[] = "				<div class='downloadButton'>";
$html[] = "					<div id='queueButton" . (int)$fontData['id'] . "' class='downloadButtonElement' title=\"".t("add_to_download_queue", "Add to download queue")."\" onClick=\"toggleDownloadQueue(" . (int)$fontData['id'] . "); return false;\">";
$html[] = "						<a href=\"#\" onClick=\"return false;\">";
$html[] = "<img src='".SITE_IMAGE_PATH."/icons/download_queue_add.png' width='12' height='12'/>";
$html[] = "                                         </a>";
$html[] = "					</div>";
$html[] = "				</div>";
*/
2, I cannot see a way that its possible at the moment, I will see if its possible with the current architecture
 
Feb 25, 2014
36
0
6
36
India
freefontsworld.com
Thank you Sir
download-queue sign can removed from the menu-bar?
delete the download button from the font page, and change the name of "more detail" (button) to Download. but when click on the download button(which is before more detail button) open the next page (which is open after clicking the "more detail" ) here showing the download button click and download font normally.
If it's possible please give the solve.
thank you.