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

Pages: 1 ... 18 19 20 21 [22] 23 24 25 26 ... 29
316
I have try a Loader to merge. Unfortunately did not function. I  put on an additional level into jpg.html and use into this level the Loadergif? Functioned however not. Can someone explain to me again in individual steps?
Download his template with a loader in it (http://www.4homepages.de/forum/index.php?topic=12293.0) and see if that helps by looking at the files.

317
Mods & Plugins (Releases & Support) / Re: [MOD] Last comments v1
« on: January 20, 2007, 09:57:01 AM »
Look at this page and see if it gives you an idea on what can be used there: http://www.sitepoint.com/forums/showthread.php?p=3238460

318
@ manurom

Thanks!  This can be really useful  :!:

319
Mods & Plugins (Releases & Support) / Re: [MOD] Last comments v1
« on: January 20, 2007, 12:56:46 AM »
Quote
It was to easy to be this...
Now it show up the oldest commented picture first... with again, the firts comment of it...

Edit : I forgot to say Thanks for the try ;)


Sorry, only idea I had

320
Mods & Plugins (Releases & Support) / Re: [MOD] Last comments v1
« on: January 19, 2007, 09:44:41 PM »
Quote
How can I make it print out the last comment of the last commented picture ?

Try changing
Code: [Select]
ORDER BY c.comment_date DESC
to:
Code: [Select]
ORDER BY c.comment_date ASC

322
i made it by myself,anyway thnxx to all

Post it in the "Templates & Styles (Releases & Support)" board.
I am sure others would like it.

323
Discussion & Troubleshooting / Re: www or not www
« on: January 18, 2007, 08:09:24 PM »
make a redirect if anyone load the page with the www that it loads with out it.

324
Installation, Update & Configuration / Re: Avoid search engine listing...
« on: January 18, 2007, 08:06:00 PM »
The robots.txt file is a good way to prevent a page or site from getting indexed. However, not every site can use it. The only robots.txt file that the spiders will read is the one at the top html directory of your server. This means you can only use it if you run your own domain. The spiders will look for the file in a location similar to this below:
http://www.mysite.com/robots.txt


 Create a file called robots.txt and place in there what areas you want to protect.

If you want to exclude all the search engine spiders from your entire domain, you would write just the following into the robots.txt file:

User-agent: *
Disallow: /


If you want to exclude all the spiders from a certain directory within your site, you would write the following:

User-agent: *
Disallow: /yourgallery/


If you want to do this for multiple directories, you add on more Disallow lines:

User-agent: *
Disallow: /yourgallery/


If you want to exclude certain files, then type in the rest of the path to the files you want to exclude:

User-agent: *
Disallow: /yourgallery/index.php
Disallow: /directory/example.htm


If you want to keep a specific search engine spider from indexing your site, do this:
(Note for Google make this Google & make a seperate one for Googlebot )

User-agent: Robot_Name
Disallow: /



This is what I use for certain sections and it actually works for me.
To see more on how to allow go to: http://www.searchtools.com/robots/robots-txt.html


325
Installation, Update & Configuration / Re: An unexpected error occured =/
« on: January 18, 2007, 06:18:44 AM »
off hand with the info no.

Did it happen after you installed a mod?

326
Installation, Update & Configuration / Re: An unexpected error occured =/
« on: January 17, 2007, 09:41:07 PM »
Well I can at least see your gallery and the error is only on the home page.
When it happened to me I was not able to see anything or log into ACP.

You may want to add CAPTCHA back into your comments. I see you have been spammed pretty good.

327
i think that the webmaster made his own theme
That is what I assumed. Never hurts to try asking.  :wink:

328
Quote
As you can see, I have just placed links to video hosted on other sites like justupit, megaupload etc... I want to achieve the same thing using 4images. I guess its not possible eh?

No this is not possible from everything I have seen.
Maybe someone out there has created mod for this, but I have yet to see it.

329
This is cool. I may have to add this soon  :wink:

330
So basicly you upload the file but with no thumbnail. And the other settings auto generate a thumbnail for you? Am I correct here?
Yes that is correct so there is no need to upload a thumbnail.

Otherwise to set your thumbnail size look in admin control panel.
Go to: setttings then upload settings. Set your max width and height there.

I don't believe the auto resize works on thumbs, however I have never tried as I have no use for that with the above option working.

Pages: 1 ... 18 19 20 21 [22] 23 24 25 26 ... 29