1
PinMaster
Re: print.php is not working in cbb 3.08
  • 2008/4/20 9:27

  • PinMaster

  • Just popping in

  • Posts: 5

  • Since: 2005/1/29


Here is my patch: Correctif CBB 3.08

Edit the file "print.php", go to line 115-118:
$postsArray $topic_handler->getAllPosts($forumtopic);
    foreach (
$postsArray as $post) {
        if(!
$post->getVar('approved'))    continue;
        
$post_data $post_handler->getPostForPrint($post);


Replace with:
$postsArray $topic_handler->getAllPosts($forumtopic"ASC"1000);
    foreach (
$postsArray as $eachpost) {
        if(!
$eachpost->getVar('approved'))    continue;
        
$post_data $eachpost->getPostBody();



2
PinMaster
Re: CAPTCHA hack for xoops comments?
  • 2006/9/5 14:37

  • PinMaster

  • Just popping in

  • Posts: 5

  • Since: 2005/1/29


Module SecurityImage by Dugris
-> www.dugris.info

Presentation :http://www.dugris.info/smartsection-item.itemid-1

French Site ^^




TopTop



Login

Who's Online

246 user(s) are online (180 user(s) are browsing Support Forums)


Members: 0


Guests: 246


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits