hi,

this mod is great but i'm interesting to make a shoutbox in order to place it on all the page of my website. and i want to desactivate big image.

Any idea ?

if you want to change only the extension :

On line 62, change :

$fh = @fopen($output_dir_latest.'news.html', 'wb');

to

$fh = @fopen($output_dir_latest.'news.php', 'wb');

On ligne 118, change :

$fh = @fopen($output_dir_archive.($month > 9 ? $month : '0'.$month).'-'.$year.'.html', 'wb');

to

$fh = @fopen($output_dir_archive.($month > 9 ? $month : '0'.$month).'-'.$year.'.php', 'wb');

It's work great on 1.2.11

http://www.gregserveur.com/forum

The full scrit can be downloaded here :

http://www.gregserveur.com/public/scrip … chives.zip

How we can put a space between smiley images ?

see http://www.gregserveur.com/forum/post.php?tid=65

see that http://skyforum.ayzo.net/skyBoard/messa … 1&s=12

I want to put a vertical-align: top; in the css in order to put the text on the top. Thesaint, your solution don't run.

bug with AP_News_Generator

Edit :

Ca marche spam en fait...

Can we make a link on the image's name, in order to don't have to copy the name of the image files ?

That's work for me, but, can we align the text to the top if the img's height is too long ?

see : http://www.gregserveur.com/forum/viewtopic.php?id=52

How we can integrate this into a bbcode?

i m interested

+1

Fixed : http://punbb.org/forums/viewtopic.php?id=10373

Hi all,

I have fixed the bug with the archives.

You can find the script here :
http://www.gregserveur.com/public/scrip … chives.zip

Demonstration : www.gregserveur.com

I have tried to fix it but without success...

up

up tongue

Smartys wrote:

I think the link you wanted to give us (since we don't have access to the edit page) is http://www.gregserveur.com/forum/viewto … pid=41#p41
Now, what's wrong with it?

i have fix the problem. there was a incompatibility with mod allowhtml

Rickard wrote:

I'll have a look at it.

Thanks wink

Hio,

There is a bug when i post a code PHP into
.

see : http://www.gregserveur.com/forum/edit.php?id=41

Thanks

sad

if someone know how to fix this problem...

Thanks

Hi,

there is a bug in the plugin. The plugin generate archives of the current month. For exemple in January it generate an archive file called 2006-01 with all the message of december...

Any idea ?

PS : Sorry for my bad englis

THANKS

My archives.php codes :

<?

$rep_archives = "news/archives";

if (!(isset($date)))
    {
    $rep = opendir($rep_archives);
   
    while ($fichier = readdir($rep))
        {
        if ($fichier != "." && $fichier != "..")
            {
            $fichier_nom = str_replace(".html","",$fichier);
            echo "- <a href='index.php?page=archives&date=$fichier_nom'>$fichier_nom</a><br>";
            }
        }   
    closedir($rep);
    }
else
    {
    include($rep_archives.'/'.$date.'.html');
    }
?>

Hi,

I m using AP_News_Generator and i have a problem with the archives system.

All the news of november are saved in a file named 12-2005.html...

Why he doesn't save the news of november in a file named 11-2005.html ?

Thanks

http://www.gregserveur.com/index.php?page=archives

PS : Sorry for my bad english, i m french.

Hi

I need to add this BBcode to my forums :

[align=center] Text [/align]

Any idea ? Thanks

PERFECT THANKS

The result : www.gregserveur.com/forum