Hi Salvok,

OK, thank you. smile

punner

Hi Salvok,

thank you for your code.

But the "Forum-Admin" allready see this footer infoline, where is this code fragment?
Can i change this for all?

Best regards,
punner

Hi,

how can i show the infoline in the footer...
"This topic is subscribe by: user1, user2, etc."
...for _all_ users?

Or where can i find the specific code fragment?

Thanks in advance,
punner


ps. sorry for my english if its wrong smile

4

(118 replies, posted in Supported extensions)

So, i have found the Problem and my Solution. smile

The Problem was "fpassthru($fp)" in manifest.xml (Line 951).
This Function is buggy on my PHP Version (see http://google.de/search?q=%2Bfpassthru+%2B2mb).
I have change line 951 in manifest.xml to...

while( (!feof($fp)) && (connection_status()==0)){
   print(fread($fp, 1024*8));
   flush();
}
fclose($fp);

...and now it works with Files bigger than 2MB. smile

5

(118 replies, posted in Supported extensions)

Hi Forum Member,

i have a strange problem with this nice attachment.

Uploading works good, no problem e.g. with 25 MB Files, because i have edit my php.ini for that.
But every downloading bigger than 2 MB stopps exact at 2048 KB and breaks my file download!?
(i mean the links: /misc.php?item=XXX&download=1)

Why?, any ideas or hints?

Best regards,
Punner

EDIT:
Problem solved, i have extend the sql queries in: viewforum.php, viewtopic.php, post.php, edit.php & delete.php, placed a new own "cat_head()" in functions.php and changed $main_elements[forum_main_title] to call my function


Hi,

i would like to display the category _name_ in the "thread" and "post" pages (over div#brd-crumbs-top), like in the "Index" Page (in div.main-head > h2.hn). Thus everyone will see in which category he is situated.

How can i do this?

Thank you very much for your help,
Punner

ps. sorry for my english smile