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

Pages: 1 ... 3 4 5 6 [7] 8 9 10 11 ... 26
91
Hallo!
Ich habe versucht die Anzahl der Bilder und Kommentare über das ACP einstellbar zu machen, leider ohne erfolg. ich habe dazu in der setting tabelle mir vier neue werte eingetragen. aber leider bekomme ich das nicht im code der funktion.php berechnet. kann jemand da helfen?

92
Mods & Plugins (Requests & Discussions) / Re: [MOD] SMF integration
« on: September 26, 2010, 06:51:55 PM »
hy,
i found in error:
if i add a new user via acp, a get an error message:

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '.smf_settings' at line 2

any help for me?

93
upss...  :oops:
danke, hatte ich wohl überlesen..  :(

94
hallo,
ich bekomme beim testen der weather.php datei folgende fehler:
URL file-access is disabled in the server configuration
ich nehme an, dass der provider meiner seite irgendetwas anschalten muss, oder?

95
Chit Chat / Re: white-space separated keywords V.1.7.8
« on: August 10, 2010, 05:20:07 PM »
danke! hat prima geklappt!  :)

96
Chit Chat / white-space separated keywords V.1.7.8
« on: August 10, 2010, 10:29:32 AM »
Ich bin ein Esel.. und habe das plugin "migrate_keywords.php" der Version 1.7.8. in meiner 1.7.7. version geladen und versehentlich ausgelöst.  :oops:

welche zeilen muss ich in dieser datei ändern, damit ich meinen Fehler wieder rückgängig machen kann?

97
hi,
very nice!
but one thing: is it possible to open the popup in the middle of the window?
now i have to scroll down.. and see the popup near the end of my site.

98
Mods & Plugins (Requests & Discussions) / Re: [MOD] Admin image info
« on: August 04, 2010, 12:09:07 PM »
dankeschön, funktioniert klasse.  :!:

99
keine ahnung welches programm. ich kenne NVU nicht und weiss auch nicht, wo der fehler da liegt.
ich würde die datei mit dem editor öffnen, bearbeiten und speichern. dann könntest du mit z.b. filezilla die datei auf deinem server hochladen. schau dann mal, ob es geht.

100
@hummel:
benutzt du dreamweaver?
dann kann es sein, dass das programm immer wieder den fehler, den jan lukas genannte hat, macht. einfach mal per hand den fehler überschreiben, dann klappt das auch.

Auch alle anderen klammern diese hier { und diese } sind bei dir falsch. sie werden jeweils bei dir so %7B bzw. %7D ausgegeben. diese musst du alle ändern. eventuell ist dein dreamweaver falsch eingestellt..

101
Mods & Plugins (Releases & Support) / Re: [Mod] User upload limits
« on: December 28, 2009, 05:42:33 PM »
Quote
here is a quick fix... please post here if you find a problem with this solution...

instead of in member.php
Code: [Select]
if ($cat_id != 0 && (!isset($cat_cache[$cat_id]) || !check_daily_picture_limit($user_id))) {
use this line
Code: [Select]
if (!check_daily_picture_limit($user_id)) {
not sure why there was a check for category number....

Thank you very much, it works a few days, but when i got uploadlimit i see that no action with the member.php will run. you even see the limit text if you klick on e.g. other user profiles.

102
ok,
if you click in the detail page on the edit link for an image you see two pictures in the edit page. mawenzi's code in the jpg.html is the reason i think.

103
Hi batu544 ...

2. if you want to show the watermark only to guests (non registered users), use this in your jpg.html ...
Code: [Select]
{if user_loggedin}<img src="{media_src}" border="1" alt="{image_name}"{width_height} /><br />{endif user_loggedin}
{if user_loggedout}<img src="./watermark.php?img={media_src}" border="1" alt="{image_name}"{width_height} /><br />{endif user_loggedout}

hallo,
wenn ich nun aber das bild bearbeiten anklicke, öffnet sich es zweimal im acp. hast du dafür noch eine lösung?

104
wow!  :!:
thank you very much! it works!

105
hy,
i want to hide the tag {newest_user} after 5days registered days. is it possible?

Pages: 1 ... 3 4 5 6 [7] 8 9 10 11 ... 26