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

Pages: [1]
1
I second that. Can somebody post a updated mod that works?

2
Mods & Plugins (Requests & Discussions) / Resolution as keyword
« on: October 18, 2013, 11:21:50 PM »
Hello,

Is it possible to add wallpaper's (cute girl for example) resolution (1920x1200) as keyword: cute, girl, 1920x1200?


Thanks

3
Programming / Re: Removing Adsense from different sections of website
« on: August 29, 2011, 08:51:57 PM »
I want to keep the ads only for some categories (Cars, Flowers for example) and exclude them from others (Birds, Lakes). Now, when you add the code, the ads show up on all categories. Is it possible to restrict/remove them from some categories?

I hope i'm more clear now.

4
Programming / Re: Removing Adsense from different sections of website
« on: August 25, 2011, 05:59:17 PM »
Am i in the wrong board or nobody knows how to do it? :)

6
Discussion & Troubleshooting / Re: Changing the category_separator
« on: December 31, 2007, 05:11:15 AM »
The latest version i think...

7
Discussion & Troubleshooting / Re: Changing the category_separator
« on: December 29, 2007, 04:16:51 AM »
For me it still doesn't work  :(

8
Discussion & Troubleshooting / Re: Changing the category_separator
« on: May 17, 2007, 07:18:47 PM »
Yep, i know this is an old topic, but i have a small (maybe not very important  :P ) question and i can't the answer: if you change the separator from Control Panel, the menu will look like this: Home|Category|Picture name... how do i make it to look like this: Home | Category | Picture name...  (with space between separators and text)?


Thanks!


Later edit: i know this solution:   |   but i don't find it useful because i also use the menu as title tag and it doesn't look very nice... Home |  Category  |  Picture name ... 

9
Finally solved!  :D

I'm still using ver.1.7.2 because i have many mods installed... i've added the following line:
"image_url" => ($show_link) ? $site_sess->url(ROOT_PATH."details.php?".URL_IMAGE_ID."=".$image_row['image_id'].((!empty($mode)) ? "&mode=".$mode : "")) : "",
into functions.php file and now it works.

Many thanks for assistance manurom  :wink:


10
It still doesn't work... now the text link looks like this:
http://www.sitename.com/{details.php?image_id}

11
Hello;
I believe you want to get a direct link to the picture, not to details... Am I right?

Many thanks for replay Manurom :wink: however i want a direct (text) link to the details page.

I'm able to get a direct link to the picture, with:
<a href="{thumbnail_file_name}">{image_name}</a>
and
<a href="{image_file_name}">{image_name}</a>

 but it doesn't help me...

12
Thanks for reply Lesik ;)

Unfortunately, none of them worked...

13
Discussion & Troubleshooting / How to add text link under thumbnail?
« on: April 23, 2007, 04:57:36 AM »
Hello everybody!

As you know, under every thumbnail is listed its name. I want to make that name clickable (adding href).

Example:


Google Earth day (clickable name)


How to do this? I've tried with:

{thumbnail}
<br />
<a href="{image_url}">{image_name}</a>


but without luck... Any ideas/suggestions?


Many thanks, in advance!

Pages: [1]