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 - Sebas Bonito

Pages: 1 ... 14 15 16 17 [18] 19
256
OMG... for sure! I searched every single file for a solution... except these boths  :mrgreen: Thx, mate!

257
I've searched for hours to delete the descriptions below the random-pic. Does somebody know how to fix it?

258
Mods & Plugins (Releases & Support) / Re: [MOD] Shoutbox
« on: June 21, 2009, 09:23:26 PM »
Hallo ihr,
Wie bekomme ich denn in den Einträgen das Erstellungsdatum+ Uhrzeit rein (wie im Admin)
Habe schon gesucht, ob das schon besprochen wurde, konnte aber dazu nichts finden.

lieben gruss Harald

Mal wieder aufgegriffen  :wink:
Aber hab mir mal selber gedanken gemacht, hab aber ein Problem mit dem auslesen von Dartum und Uhrzeit

einfügen von dem Wort Datum war ja noch einfach  :mrgreen:

öffne /includes/shout.php

suche:
Code: [Select]
$site_template->register_vars(array(
  "prof_linka"=>$prof_linka,
  "prof_linkb"=>$prof_linkb,
  "shoutusr"=>$shouts[$i]['name']

füge darunter ein:
Code: [Select]
"lang_date"=>$lang['date'],
öffne dein template/shout_bit.html

suche:
Code: [Select]
{prof_linka}{shoutusr}:{prof_linkb}
ersetze mit
Code: [Select]
{prof_linka}{shoutusr}:{prof_linkb} {lang_date}
Nur das Datum bekomme ich nicht hin  :cry:
Auch nicht mit dem Codeschnippsel

Code: [Select]
echo "<td>".date('M jS Y h:i:s A', $shouts[$i]['date'])."</td>\n";
Da gehört doch bestimmt in der includes/shout.php noch was rein, nur was  :?:

Harald



1. Gibt's dafür mittlerweile eine Lösung oder (noch mal aufgegriffen gesagt) wie kann ich Datum und Uhrzeit in die Shoutbox integrieren?

2. Andere Frage: Wenn man die Cache-Funktion nutzt, ist die Shoutbox ziemlich sinnlos, oder?

259
The problem with "cleaning up" the url, is that it might accidentally remove something important. same video but different quality:
http://www.youtube.com/watch?fmt=0&v=M-yGsP9PBrc
http://www.youtube.com/watch?fmt=22&v=M-yGsP9PBrc
Maybe you can find a solution... anytime  :wink:

How about the "new picture"-box on the startscreen? Is there a way to have two of them?
In case of normal pics and the second below with the newest videoclips.

260
thx, that will fix it  :D

261
Plugins / Re: [PLUGIN] Batch Import From ZIP Files
« on: June 21, 2009, 01:18:31 PM »
Is there no possibility to upload zip-files (containing images) via the web-upload-formular? For users this way seems too heavy, cause the admin has to work a lot every time.

262
You're the master... It's too complicated for me.  :oops:

But everything before the first "&" is the most important stuff, so you can cut it up from there
to get the unique URL. Everything from the first "&" to the end are only options, and not necessary.
With that you check the "daeof_images" --->> "image_media_file". Maybe it would be good to
make the "cut" and the "douple-post-check" during the upload, to improve the mod.

263
Yes, it works. Another Point I've found this hour:

How about denying Videoclips, which are already in the database? So a url-check!
With a few hundred videos, there comes a point, where you don't know, if a video
already exists... so there, doubleposts are really possible and happens to my site.

264
Plugins / Re: [Plugin] Rebuild Thumbnails v1.1 (2009-06-21)
« on: June 21, 2009, 12:22:31 PM »
Thx it works (also for the media-sites)!

But does this mod enlarge the (Youtube)thumbs, which are already on the server, or does it import a new pic with the new "width"-settings?

265
Maybe someone can help me out?

I'd like to have the showemail settings on "1" for standard. I changed in the database the user_showemail to "1" for standard. But every single new registration saved "0"... How to change this?

266
That would be great!  :)

267
Thx it works perfectly   8)

1. NOW the thumbs will generate its width-size to the global settings.
2. Video will have now the "Videos:" in front of the title
3. And nevertheless the download buttons are deactivated

One Question to Point 1: How about the "old" videos? Is there a possibility to change the old thumbs to its new size? I already have too many comments to delete the videos and to upload them fresh and new.

268
Thanx so much for this great MOD. It works fantastic!

1. I'd only like to know how to change the width-size of the thumbnails? I "need" 135px in the width, but the automatic created thumbs have 120px.  Upate: I guess it has something to do with this: http://code.google.com/intl/de-DE/apis/youtube/2.0/reference.html#youtube_data_api_tag_media:thumbnail But how to compilate?

2. To seperate videos from pictures (for the eyes  :wink: ), is it possible to add automatically "Video: " before the "Title" (e.g. "Video: Kid is jumping", while the user only "Kid is jumping" has written).

3. Another -maybe important- point is the "download"-Button below the video-clips. For sure you cannot download a video-FLV. But the most users are trying to do it. Is it possible, in case of speficied filetypes to deactivate this button (e.g. like the upload-button for unregistered users)?

269
Working on v1.7 - v1.7.6
I guess it's also compatible to 1.7.7, but I'd like to be sure  :wink:
Update: It works.

270
Denn SOOO sehr stecke ich nicht in der Materie, als dass ich ein derart eigenständiges Skript in diese MOD umwandeln oder integrieren könnte. Und dennoch ist dieses "Multi-Upload"-Gedöns offenbar sehr beliebt und auch gefragt. Vielleicht nimmt sich einer von den Cracks mal die Zeit für uns niedres Pöbelvölk? Danke :)

Pages: 1 ... 14 15 16 17 [18] 19