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

Pages: [1]
1
Discussion & Troubleshooting / Define remote thumbnail dimensions
« on: December 18, 2011, 11:55:50 AM »
Hello. Please forgive me if this has already been covered, but I have searched the forums and couldn't find anything related to what I need.

Alot of the thumbnails on my site are hosted elsewhere. Most of the thumbnails are a uniform size (156x116px) but some are larger.

Basicly I would like some help to add width="156" height="116" to {thumb}
I'm guessing that this is in includes/functions.php, but I'm not too keen on messing around in a file which I don't really understand :P

I know that there are settings for thumbail sizes, but these dont seem to apply to remotely hosted thumbs.

Many thanks in advance :)

2
Mods & Plugins (Requests & Discussions) / Ajax keyword adding
« on: April 15, 2009, 02:37:43 AM »
Hiya. I was just wondering how easy, and if someone could provide some help with a feature that I think would be very useful.

In details.html, there is a table which shows information such as image title, description, keywords etc. How would you go about making it so that admins can edit these details without having to leave/refresh the page?

One of my gallerys has nearly 7000 images on it, being able to add keywords like this would certainly speed up the whole process.



Many thanks in advance for any feedback or ideas

3
Thank you, been waiting for this one for a while, very easy to follow :)

But is there a way to show "Last X posts" on the 4images gallery main page?

Thanks to you for using it :)

Yes, guess it's possible to extend vb.php so it will have this info also somewhere in usersession. Will see later  :wink:

Well thanks in advance :) even just as it is, this is definitly my fav mod  :mrgreen:

4
Thank you, been waiting for this one for a while, very easy to follow :)

But is there a way to show "Last X posts" on the 4images gallery main page?

5
hopeful bump? :(

6
Mods & Plugins (Requests & Discussions) / Adding "Embedded video" codes
« on: August 19, 2007, 12:23:07 PM »
Hello

Would it be possible to add a text tox to the upload image section where a user could paste code to embed a flash video?

idealy I want this so that I can use adbrite's "invideo" ads on my gallery


Thanks in advance for any suggestions :)

7
Discussion & Troubleshooting / Re: Embedding Flash videos via code
« on: June 09, 2007, 01:48:24 AM »
It's worked a treat :D I'll work on tidying it up a little and post the code on here :)
Thanks

8
Discussion & Troubleshooting / Re: Embedding Flash videos via code
« on: June 09, 2007, 12:19:30 AM »
... than try this ... like youtube videos in 4images ...
http://www.4homepages.de/forum/index.php?topic=13557.0

Thanks :) I'll give that a try.

I'll post when Ive tried it and report weather or not I got it to work for adbrite. May not reply tonight though as I will have to translate it

9
Discussion & Troubleshooting / Re: Embedding Flash videos via code
« on: June 08, 2007, 11:59:44 PM »
... there is a way ... like this ...
http://www.4homepages.de/forum/index.php?topic=7277.0
and
http://www.4homepages.de/forum/index.php?topic=7277.msg56938#msg56938


Hi mawenzi. Thanks for the reply, but I'm not sure that it covers what i'm trying to do. To insert an adbrite video into an html page, you normaly just paste in the code that i added above, there is not acctual "file" to upload. The file its self is hosted elsewhere in a hidden location, just the code is used

10
Discussion & Troubleshooting / Embedding Flash videos via code
« on: June 08, 2007, 10:55:37 PM »
Hi Guys.

Firstly, I am using 4images Version: 1.7.4

Adbrite have started a new advert type called "invideo" where adverts are embedded over a flash video file.

To insert this video to a webpage, this code is needed.

(example)

Code: [Select]
<!-- Begin AdBrite Video Code -->
<script src="http://files.adbrite.com/player/js/abplayerlib.js" language="javascript"></script>
<script language="javascript">
abWritePlayer(3069, 468, 400, "http://vid.adbrite.com/video/abplayer?");
</script>
<noscript>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="468" height="400" id="abPlayerObj" align="middle"><param name="movie" value="http://vid.adbrite.com/video/abplayer.swf?&vid=3069&og=1" /><param name="quality" value="best" /><embed src="http://vid.adbrite.com/video/abplayer.swf?&vid=3069&og=1" quality="best" width="468" height="400" name="abPlayerObj" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed></object>
</noscript>
<!-- End AdBrite Video Code -->

Is there anyway to embed these typed of videos into 4images? Obviously this is difficult because its not just a matter of uploading an swf file.

Many thanks in advance :)

Pages: [1]