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

Pages: [1]
1
I have it integrated, it seems to work, but only partially.
The problem: Im logged as a user, not as an admin. Thats why I cannot edit an delete pictures. And the control panel doesn't work too.  :?

2
I need it too. This would be a great help. Is there anybody who knows, how to do it?

3
Danke, aber das klappt gar nicht.

Dazu kommt: Ich stehe vor einem absoluten Rätsel. Ich habe es per iframe eingebunden, hat auch geklappt. Als ich die Position korrigieren wollte, ging nichts mehr. Es lässt sich nicht mehr ändern. Ich habe es jetzt rausgelöscht, in einem anderen Template eingefügt, meinen Cache gelöscht, verschiedene Browser ausprobiert, bin sogar an einen anderen rechner gegangen: Überall das gleiche. Die Anzeige ist drin obwohl der Befehl raus ist. Jetzt ist sie außerdem noch im Footer drin, weil ich es da testen wollte. An beiden Stellen kann ich es nicht mehr entfernen. Habe schon den Apachen vom Server neu gestartet, alles versucht. Es ist definitiv unmöglich, dass es noch angezeigt werden kann. Wird es aber. Werde ich jetzt verrückt?


4
Schlagt mich, aber ich habe nicht alle 27 Seiten komplett durchgelesen, nur 12. Mein Problem ist offenbar grundsätzlich ein Verständnisproblem. IUch habe die random.php, die funktioniert gut. Ich will das Bild auf der Startseite eines PHPBB-Forums anzeigen lassen. Wie binde ich das jetzt ein? Ein include wohin genau? Ich kapiers nicht. Könnt Ihr mir bitte auf die Sprünge helfen?

Danke Momo

5
change ROOT_PATH to "../../"

Ive tried this - because I have the samme problem. But there are new errors, like unexpected t_string.

What I have to do in detail. My batch_annotate, the first lines

Quote
<?php // PLUGIN_TITLE: Batch Annotate
$nozip = 1;
define('IN_CP', 1);
$root_path = (eregi("\/plugins\/", $PHP_SELF)) ? "./../../" : "./../";
define('ROOT_PATH', $root_path);
define('MEDIA_DIR', 'data/media');
define('MEDIA_PATH', ROOT_PATH.MEDIA_DIR);
require(ROOT_PATH.'admin/admin_global.php');
require(ROOT_PATH.'includes/annotate.php');

my error:


Warning: main(./../admin/admin_global.php) [function.main]: failed to open stream: No such file or directory in /srv/www/.../.../.../admin/plugins/batch_annotate.php on line 8

Warning: main(./../admin/admin_global.php) [function.main]: failed to open stream: No such file or directory in /srv/www//.../.../.../admin/plugins/batch_annotate.php on line 8

Fatal error: main() [function.require]: Failed opening required './../admin/admin_global.php' (include_path='.:') in /srv/www//.../.../.../admin/plugins/batch_annotate.php on line 8



Could you help me please?

6
Okay, thanx. I have 2 installations. One of them I have integrated in phpbb. Does it work too?

7
Could you give me the file please? I have a lot of problems with spam.

This feature is "built in" with version 1.7.3
I recommend you upgrade.

T

How to upgrade, if I have a lot of modules? Is there anywhere a step-by-step-tutorial? It would be very helpful.

8
Could you give me the file please? I have a lot of problems with spam.

Regards Momo

9
Mods & Plugins (Releases & Support) / Re: [MOD] Slideshow II
« on: September 30, 2006, 05:42:52 PM »
I have 4images integrated in phpbb. Now I have installed the slideshow, but there is no button, no slideshow.
It seems to be a problem with the rights. The button is never to see. Not for the Admin, not for Users.  Any hints?

Regards Momo

10
There is no button. It doesn´t work.   :roll:

11
Oh, thanx, how silli.  8O (Me)   :P

12
I,ve tried it, but it doesn`t work. If I click at the rotate-button, I come to the startsite. And only the admin can rotate? It would be better, if the user could rotate too. Whats my mistake?  :oops:

13
Mods & Plugins (Releases & Support) / Re: [Mod] Image Annotation (Watermark)
« on: September 26, 2005, 04:13:09 PM »
in the member.php

14
Mods & Plugins (Releases & Support) / Re: [Mod] Image Annotation (Watermark)
« on: September 26, 2005, 11:40:42 AM »
In the Multiuploadmod you need to change all the added

require() -commands
to
require_once()

...and
include()
to
include_once()

Thats it

15
Mods & Plugins (Releases & Support) / Re: [Mod] Image Annotation (Watermark)
« on: September 18, 2005, 09:27:51 PM »
Ich habe stundenlang hier gesucht, alles gelesen, keine Lösung gefunden. Was will mir das sagen?

Warning: main(./../admin/admin_global.php): failed to open stream: No such file or directory in /home/htdocs/web11/html/galerie/admin/plugins/batch_annotate.php on line 8

Warning: main(./../admin/admin_global.php): failed to open stream: No such file or directory in /home/htdocs/web11/html/galerie/admin/plugins/batch_annotate.php on line 8

Fatal error: main(): Failed opening required './../admin/admin_global.php' (include_path='.:/usr/share/php') in /home/htdocs/web11/html/galerie/admin/plugins/batch_annotate.php on line 8


batch annotate funktioniert also ni8cht und ein Wasserzeichen bekomme ich auch überhaupt nicht hin. Schade. Vielleicht kann mir jemand helfen.  Danke Momo

Pages: [1]