Re: Table Small
I'm getting a 404 for the file: did you delete it?
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 troubleshooting → Table Small
I'm getting a 404 for the file: did you delete it?
have this problem
inside admin area click plugins AP_Image_Awards
Warning: dir(./img/awards) [function.dir]: failed to open dir: No such file or directory in /web/htdocs/www.fieranautica.com/home/Forum/plugins/AP_Image_Awards.php on line 100
Fatal error: Call to a member function on a non-object in /web/htdocs/www.fieranautica.com/home/Forum/plugins/AP_Image_Awards.php on line 101
Did you create that directory?
ok works well now
I have not understood to thing it serves this mod
I want a mod that the utentus upload photo inside post
well, you can use the normal "img_tag", but the photo has to be uploaded somewhere or you use some mods like:
http://www.punres.org/desc.php?pid=362
http://www.punres.org/desc.php?pid=77
http://www.punres.org/viewtopic.php?id=789&p=1 (I use this one)
http://www.punres.org/viewtopic.php?pid=16629#p16629 (very nice - and easy to install)
I would suggest the first or third
nom have my version
only version this link http://www.punres.org/files.php?pid=117
And what's the problem with them?
there are not other alternatives to install the mod upload lines image
have mod for remote last 5 post inside forum for index page external forum for inside mi home page
thanks
If I'm understanding you correctly, take a look at extern.php
my index this page http://lnx.fieranautica.com/Espositori/
this page forum http://lnx.fieranautica.com/Forum/index.php
and possible last 5 post inside this link http://lnx.fieranautica.com/Espositori/
thanks
Again, look at extern.php
this link no have info http://lnx.fieranautica.com/Forum/extern.php
PunBB's documentation explains how to use it.
As do the comments in the file itself
no understan
http://punbb.org/docs/dev.html#syndication
There are several PunBB support forums in languages other than English; perhaps one of those might be more helpful to you than this one?
this for my big problem my sample webmaster
http://punbb.org/docs/dev.html#syndication
There are several PunBB support forums in languages other than English; perhaps one of those might be more helpful to you than this one?
here you go...
Here are some examples using PHP include().
Show the 15 most recently active topics from all forums:
include('http://host.com/forums/extern.php?action=active');
Show the 10 newest topics from forums with ID 5, 6 and 7:
include('http://host.com/forums/extern.php?action=new&show=10&fid=5,6,7');
Show users online:
include('http://host.com/forums/extern.php?action=online');
Show users online with full listing of users:
include('http://host.com/forums/extern.php?action=online_full');
Show board statistics:
include('http://host.com/forums/extern.php?action=stats');
Here are some examples using SSI.
Show the 5 newest topics from forums with ID 11 and 22:
<!--#include virtual="forums/extern.php?action=new&show=5&fid=11,22" -->
Show board statistics:
<!--#include virtual="forums/extern.php?action=stats" -->
And finally some examples using extern.php to output an RSS 0.91
feed.
Output the 15 most recently active topics:
http://host.com/extern.php?action=active&type=RSS
Output the 15 newest topics from forum with ID=2:
http://host.com/extern.php?action=activ … &fid=2
Below you will find some variables you can edit to tailor the
scripts behaviour to your needs.
this for my big problem my sample webmaster
What?
I/you/they have not succeeded in having igli visualized last 5 posts in this page http://lnx.fieranautica.com/Espositori /
you can help me
thanks
We've given you all the information we can. Please try, and if you have trouble, give us information on exactly what you tried, so we can proceed to help you from there.
Your site appears to be written in Italian; perhaps you'd have more luck getting help at the Italian support forum listed here?
this and correct sintasi
include('http://www.fieranautica.com/Forum/extern.php?action=new&show=10&fid=6');
no understan include sistem
PunBB Forums → PunBB 1.2 troubleshooting → Table Small
Powered by PunBB, supported by Informer Technologies, Inc.