Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - agroyal

Pages: [1]
1
open includes/page_header.php

Find :  "cp_link" => ($user_info['user_level'] != ADMIN) ? "" : "\n<p align=\"center\">[<a href=\"".$site_sess->url(ROOT_PATH."admin/index.php")."\">Admin Control Panel</a>]</p>\n",

Change:  Admin Control Panel  to ".$lang['control_panel']."
---------------------------------------------------------------------------
open  lang/(your_language_dir)/main.php

Find : $lang['control_panel'] = "Control Panel";

Change to :  $lang['control_panel'] = " to your language text ";

Just for display text of link to Control Panel in own user language

2
Discussion & Troubleshooting / Disable button Upload in Main Category
« on: October 23, 2010, 11:47:30 AM »
How disable button upload image in main Category ?
Need to show button upload image only in subcategories .

thank you

3
I'm change your code to display path to thumbnails image too...
it's correctly ?
thanks.
-----------------------------------------------------------------------------------
$uploadinfo .= "<input onclick='highlight(this);' style='border-style:solid; border-width:1; padding:2; width: 500px; background-color:#FFFFFF; color:#000000' size='70' value='".$uploaded_thumb_path."' type='text' name='image'> Direct path to thumbnails<br />";
------------------------------------------------------------------------------------

4
Installation, Update & Configuration / Re: How to display image url ?
« on: October 22, 2010, 10:23:51 PM »
Very good work ! Thanks ! that is it I was looking for ....

Just one question more please..
For direct path to image it's OK !

But and for Direct path to thumbnails how I can to do ?

Thanks again !

5
Installation, Update & Configuration / How to display image url ?
« on: October 22, 2010, 07:51:10 PM »
Just I need to display image URL and thumbnails url inside in <input type="text" size="50" value="image url here" /> , <input type="text" size="50" value="thumbnails image url here" />

How I can to do this ?  It's posible to show under image ?
Thanks.

Pages: [1]