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

Pages: 1 [2] 3
16
Sehr gut! Very nice!

Extending features of 4images!  :)

17
As we know, we can change sorting type in settings - to make 4images show pictures and cats sorted by date, name, rate etc. If we change sorting type, it takes effect on whole gallery.

How can we change sorting type for a certain category only?

Just like [MOD] Category order / Kategorien ordnen 1.7.4 - 1.7.6, not for all but for each category independently?
For example
Category 1 - order by date
Category 2 - order by name

how can we do this?

18
I could not open topic in Mods & Plugins (Relises & Support) thread, so posting here. If moderators find it usefull, they can move this topic.

[MOD] Read and listen to lecturer at the same time

How to view image and play music, attached exactly to it. So, while listing/viewing images we can see a proper image and listen to its music simultaneously. And so-so..

Without any manipulations or changes in 4images code.

We will use only [Mod] Different cat templates / Verschiedene Kategorie Templates (but if you don't need another detail.html, you may not instal it, our manupulations do not depend upon any MOD)

#########################
1 - make your category (for example it's is named 10 at your server (/data/media/10 - your directory and folder of your Category),
2 - upload there your mp3's and recognise them by 4images (by running check new images)
3 - upload thumbnails to their directory (in example it's located: /data/thumbnails/10)
5 - make any folder in your directory /data/media/10/ and upload there your image files to be view while listen to music (for example /data/media/10/images). You can as well use your /big folder if you've it already.
5 - in detail.html (or optional: make your own detail_10.html according to [Mod] Different cat templates / Verschiedene Kategorie Templates, and in this template) add something like this: <img src="/data/media/10/big/{image_name}.jpg">

All your files must have identical filenames (except extension) for example:
page1.jpg (thumbnail, located in /data/thumbnails/10/)
page1.mp3 (audio file located in /data/media/10/)
page1.jpg (image file located in /data/media/10/big/)

######################### end

So, when you click on any thumbnail of your category, you'll see image (taked from /big filder) and listen to music (uploaded as usual).

Demo you can see here.

19
Mods & Plugins (Requests & Discussions) / Re: mp3 site help
« on: July 25, 2009, 02:31:25 AM »
Try to modify how looks like your categories - change it, remove there thumbnail viewing, leave only names (what you wish tio be shown in your playlist-like category) and make your own template for view categories.
It will looks like playlist, but will not the same as playsit we know - for listen youl need to open detail, by clicking on name of song or something. If you add here MOD "open image in new window" or something like that, maybe you'll get what you want.

See V@ano's post about how to remove thumbnails: http://www.4homepages.de/forum/index.php?topic=23737.0

20
Simply make categories "Audio", "Video" etc.. And upload your audiofiles to "Audio", video files to "Video" and so-so..

For playing audio or other formats see and if need modify *.html files in "media" folder of your template directory for matching the proper embed code for mp3 or video formats.

It is all.

P.S. Spend a little time to read this forum and you will get all answers (similar questions already had been answered here).

21
Hi men!

I have 2 questions:

1 - Can anyone give an advice how to show on 4images thumbnail files with .mp3 extension instead of .jpg?

Actually I want to play mp3 files without going to details.html.
While viewing contetns of a category we would listen to music only by clicking on thumbnail (without changing directory after clicking)

2 - How can we see a detailed image and listen to music linked exactly to this image? And after, by going to the next image we could listen another music, linked to the second image.. and so..?

I think we could make it in this way:
If we could use as thumbnails files with mp3 extension, then we would change template to view thumbnail and an image on the same page and get the ability to see an image and listen to its music(uploaded manually as thumbnail) at the same time. But 4images doesnt support other extensions fot thumbnails except .jpg format.

What do you think, how can we do it?

########################

Solved.

22
Discussion & Troubleshooting / Re: Rss in 1.7.7 has not thumbnails
« on: June 22, 2009, 05:23:24 PM »
@ budduke,
Of course, if you modified rss.php, you have to renew the changes after upgrading, or if you have installed a lots of mods, you should upgrade 4images manually - making changes in files one by one, and not overwite them with newest ones.. I did make so.

23
Discussion & Troubleshooting / Re: Rss in 1.7.7 has not thumbnails
« on: June 21, 2009, 06:08:02 PM »
Give a link to your page, let's see.

I've upgraded to 1.7.7 and thumbnails viewed wery well. look

24
Discussion & Troubleshooting / Re: 4images RSS feed error in Firefox
« on: June 21, 2009, 01:56:59 PM »
Very strange  8O now it works. I did nothing, but works.

I was to post screenshots, but it begins work.

hm.. thanks v@no, it seems as if you up to handle a problem, they dissapear )))))) thanks

25
Discussion & Troubleshooting / 4images RSS feed error in Firefox
« on: June 21, 2009, 01:15:02 PM »
Before I've posted in "bugfixes" tree:
Quote
I had problems in viewing RSS via Firefox.
Problem occurs in all versions of 4images.
In Firefox RSS from my 4images wasn't formatted and viewed as pure xml data.
I solve it in this way:
In rss.php (line 358)
Find:
Code: [Select]
header('Content-Type: text/xml');
Replace with:
Code: [Select]
header('Content-Type: application/rss+xml');

Now, after upgrade from 1.7.6. up to v. 1.7.7. I have error too. In Internet Explorer rss feed works, but in Firefox i get error - you can see it if you open this link in Firefox.

If I try to change text/xml to application/xhtml+xml nothing changes.
If I put application/rss+xml, Firefox starts to download rss.php

P.S. I could not open topic in "Bugs" thread, so posted here.

26
Bug Fixes & Patches / Re: [1.7.3] RSS feed not valid
« on: June 16, 2009, 08:42:46 AM »
I had problems in viewing RSS via Firefox.

Problem occurs in all versions of 4images.

In Firefox RSS from my 4images wasn't formatted and viewed as pure xml data.

I solve it in this way:

In rss.php (line 358)

Find:
Code: [Select]
header('Content-Type: text/xml');
Replace with:
Code: [Select]
header('Content-Type: application/rss+xml');
And although rss.xml file itself is valid, we get not valid rss feed in output. I presume there in rss.php should be changes to make it valid.
(Try your rss feed link in Feed validator)

28
Installation, Update & Configuration / Re: share data by 3 installations
« on: October 10, 2008, 08:35:54 AM »
In administration area, while attempting add an image you see two options of adding for each image and preview file.
- One of them has "Browse" button, which used to add images from local machine. They will be phisically uploaded to your folders in gallery.
- The second option, right under the first one is used to add remote images(there is not "Browse button"). You put there a deep link to your image file, located somewhere. If you use 4images, then you know what kind of path it uses to keet images. (first of all you should remove rightclick disable code and by rightclicking on your image you'll find deep link to your image).

It is all.

29
Installation, Update & Configuration / Re: share data by 3 installations
« on: October 04, 2008, 01:56:11 PM »
webmaster73
As I can understand, you can do it in this way:
1 - Install one 4images as usually, with local images.
2 - Install second copy of 4images on different domain elsewhere, in usual way, just like the first..
   - Use your second 4images gallery with remote pictures, which are located on the first hosting. (I think you know how to use in your gallery remote images)
3 - Install third copy of 4 images elsewhere(and use config.php file from the second installation), or just copy all your files from the second copy to your third 4images. And it will run as a mirror of the second.
4 - if you want, you can make in that way (just repeat step 3) as many 4iamges galleries, as you wish, but be sure your first copy of 4images hosted on speed hosting (for from there your mages and pictures will directly linked to your other copies/mirrors), and, secondly, be sure that database of your second copy of 4images runs on speed and good mysqlbase hosting, for your all other mirrors will use this one database (they will not have no other databases).

30
Well i will then just keep 4images 1.7.4 as long u guys keep me updated with patches and stuff :D that's all i am sure u guys will do that :P
Or, you should take a look on files, wich was changed in upgraded version, and do the same changes in your 4images yourself.
You have to compare original files of your version, and the upgraded, to which you want to update your 4images. (there are many utilities to compare exmpl - araxismerge)

Am I right guys? Usually, there are not many changes in updated versions. database not changes at all, only files, some of them It will be easiyer, than reinstall 20 MODs  8)

Pages: 1 [2] 3