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

Pages: [1] 2 3
1
Hello all,

I have a irritating problem with this mod.
I use http://www.4homepages.de/forum/index.php?topic=16812.0 <- a tag cloud mod in my gallery, and it
shows on the homepage... a tag cloud ;)

For example i'll show you this image:
http://www.ojejku.net/img-tapety-na-pulpit-30-merry-christmas-2007-2154.htm
A "Merry Christmas 2007" wallpaper
It's tagged by "merry", "christmas" and "2007"
And that makes it for tag clouds this:
http://www.ojejku.net/search.htm?search_keywords=Merry
http://www.ojejku.net/search.htm?search_keywords=Christmas
http://www.ojejku.net/search.htm?search_keywords=2007
^^^^^^^^^ those pages links to http://www.ojejku.net/img-tapety-na-pulpit-30-merry-christmas-2007-2154.htm <- this details page
BUT!
It show not
http://www.ojejku.net/img-tapety-na-pulpit-30-merry-christmas-2007-2154.htm <- a proper, seo friendly link,
but somthing like that:
http://www.ojejku.net/img2154.search.htm ...

And now google gave (3x 1 tag) 3 links to http://www.ojejku.net/img2154.search.htm <- that crappy link and 1
to this: http://www.ojejku.net/img-tapety-na-pulpit-30-merry-christmas-2007-2154.htm ...

So my question is: Is it possible to change search results too ?;)

2
Hello

I need help...
My problem is - look what pages Google indexes on my site - http://www.google.com/search?client=firefox-a&rls=org.mozilla%3Apl%3Aofficial&channel=s&hl=pl&q=site%3Awww.ojejku.net&lr=&btnG=Szukaj+w+Google

It indexes http://www.ojejku.net/img<img_id>.htm .... how can i change this ?
I've installed MOD from page 14.

Oh, and theres some http://www.ojejku.net/img<img_id>.search.htm indexed too...
And this www.ojejku.net/search.htm?search_keywords=<keyword> :(

PLZ help!

3
Mods & Plugins (Requests & Discussions) / How to show more SUBcats ?
« on: April 20, 2007, 11:01:06 PM »
I want to show more SUBCATS in a line - not just three.
When I change config in aCP its applied to normal cat's too...


How to change it ?

4
Hello!

I saw few topics with this problem.
It's a really small change, so everyone can do.
After that, you'll be able to send HTML mails.

1. Open includes/email.php

find:
Code: [Select]

  function create_header() {
    global $config;
    $header = "";
    if (empty($this->from)) {
      $header .= sprintf("Return-Path: %s\r\n", $config['site_email']);

      $header .= sprintf("From: %s\r\n", $config['site_email']);
    }
    else {
      $header .= $this->from;
    }

And change to this:
Code: [Select]

  function create_header() {
    global $config;
    $header = "";
    if (empty($this->from)) {
      $header .= sprintf("Return-Path: %s\r\n", $config['site_email']);

   $header = sprintf("MIME-Version: 1.0\n");
   $header .= sprintf("Content-type: text/html; charset=iso-8859-2\n");
      $header .= sprintf("From: %s\r\n", $config['site_email']);
    }
    else {
      $header .= $this->from;
    }


Now you should edit your templates (lang/*your_language*/email/) using HTML tags.

greetings ;)

5
Discussion & Troubleshooting / Re: Non-latin letters in 4images
« on: April 02, 2007, 01:52:40 PM »
Cmon, it can't be difficult ;)
I need help!

6
Discussion & Troubleshooting / Non-latin letters in 4images
« on: April 01, 2007, 04:44:55 PM »
Why i can't use polish letters in comments / image names / keywords ?

It's weird, cause i CAN use polish letters in category names o_O

Plz help.

And thx ;)

7
You can't do this.
CMS must "know" that youre want to show profile user - so must ise ID's.

8
http://www.4homepages.de/forum/index.php?topic=6613.0
Bitte sehr :p
Thanks but... that mod is way too long for such a small modification.
I just need  way to detect if current page is one of these 3:

- main page
- a category
- or a photo details page.

Else page title will just be {site name}.
Any ideas ?

I think thats the EASIEST and SHORTEST and MOST-LESS-TROUBLE way ;)

10
Check style.css :)

You can find classes names in thumbnail_bit.html for example.

11
Yeah, this mod is looking good, and working really good :)
Thx for this mod!
I see that, the colors are random, how can i change them to light colors?
I have a dark site, and dark (for ex. brown) colors are barely visible...

Thx for teh mod! :)

13
I've PM'ed to V@no but he did'nt answer yet  :cry:

V@no Last Active:     November 03, 2006
Probably because he was getting to many PM's   :wink:

Yeah, i saw that before...
Why he left ?:(
Is there anybody who can write this ?

15
Mods & Plugins (Releases & Support) / Re: [MOD] Birthday Mod v1.0
« on: February 28, 2007, 07:40:29 AM »
Can anybody remake this mod for 1.7.2 ?

Pages: [1] 2 3