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 - relu

Pages: 1 [2] 3
16
When running facebook_install.php i get Installation status

       1. Error:

          ALTER TABLE `4images_users` ADD `fb_userid` VARCHAR(255) NOT NULL, ADD `fl_facebook` ENUM(\'new\',\'normal\',\'registered\') NOT NULL DEFAULT \'registered\'

What i should check?

17
If possible to open just the image in a simple html page after click?

18
Is adodb.inc.php  usefull? I don't see any diference...i have much server load.. Really need some changes to improve server load... The new released version have some improvements?

19
Mods & Plugins (Requests & Discussions) / Re: limit image_description
« on: June 23, 2009, 01:38:50 AM »
You must try this if is not to late  :lol:
http://www.4homepages.de/forum/index.php?topic=23184.0

20
Can be done the same with category description? to make short category description?

21
If i have more subdomains on the same server and i want to use just from one place to read images ... DATA folder... is possible? I want to use in different setup the same database and the  same images but i don't want to make another copy  images.

22

You must create one folder with the logo images and then point the link there like this
<a href="http://www.anylink.com"><img src="{template_url}/images/logo/{cat_id}.jpg" alt="{cat_name}" ></a>

{cat_id} - is the number of the the category and will read the .jpg for that category that you must create.

That's it.

www.pulsarmedia.eu  - Example

23
I made this on my website but you need to make for every category one logo and i use also foar every image some kind of banner croped from original image.. Check it here  www.pulsarmedia.eu I do it to be diferent but i think everyone will do in their way. If is somebody intrested i will post it the method

24
Discussion & Troubleshooting / Re: Link to an image file
« on: February 23, 2009, 07:10:45 PM »
If i want to put it also on details page under the image? In detail page the link is't show up and {cat_url} the same...

25
in includes/functions.php find:
Code: [Select]
    "image_keywords" => $keywords,
Insert below:
Code: [Select]
    "image_keywords2" => str_replace(" ", ",", $image_row['image_keywords']),

This is verry useful for meta tag keywords.  Also i have in mind to add a new field for tag description in acp next to image name description and keywords. After to add it in meta tag keywords. Is almost the same thing but i think is usefull for a good seo. For Category is also will be a good thing to can add some keywords for  category pages. You thing is complicated?

26
I restricted just download option and no more categories will show after registration.  Is any way to chech what can do sometime this load?  On server or in any place?

27
I notify something...If guest users is browsing the page eveithing is fine but sometime when i have on page 4-5 registered users the server load is high... i cant explained and i don't know where to look to see what is causing this load. I still looking for any solutions to improve this load.

28
Discussion & Troubleshooting / Re: Link to an image file
« on: February 13, 2009, 07:44:50 PM »
Some / not show up and the image id is=0  Anyways i find an improvisation and also image complete with .html
In thumbnail_bit  i have
<a href="ymsgr:im?+&msg=http://www.pulsarmedia.eu/{image_url}" title="Send to friend on messenger" class="icon-space"><img src="../images/yahoo.png" alt="Send to friend" /></a>

and in categories.php i changed define('ROOT_PATH', './');  to  define('ROOT_PATH', ''); 

Only problem was with {url_home}  but i replaced with my url  (in my case http://www.pulsarmedia.eu )

I really don't know how i discovered but is working :) You can add it in your page if will work like this for you.

Example: http://pulsarmedia.eu/k_club_music_wallpapers_24_magic_turntables_-_turntable_rocker_842.html

Thank you V@no

29
Discussion & Troubleshooting / Re: Link to an image file
« on: February 01, 2009, 07:10:30 PM »
Can you help me to list the complete url in detail page?  {image_url}

i use this code on detail page and i think is good for image share on messenger

<a href="ymsgr:im?+&msg={image_url}" title="Send to friend" class="icon-space"><img src="../images/button_ym.png" alt="Send to friend" /> 

i prefere html link and not with image ID


30
Plugins / Re: [PLUGIN] Batch Import From ZIP Files
« on: January 22, 2009, 12:51:30 PM »
Hello and welcome to 4images forum.

Try this:
find:
	
      
$image_name str_replace("_"" "$file_name);


Insert below:
	
      
$default_image_description = empty($default_image_description) ? $image_name $default_image_description;
	
      
$default_image_keywords = empty($default_image_keywords) ? $image_name $default_image_keywords;


I just notify that when i import the images one name aperar to all images and only a few one has the same name at the description and keywords...in rest one name repete itself to almost all the rest of images and i don't know why...

Pages: 1 [2] 3