FusionBB
FusionBB Review (large)
Recent Members
Welcome them to our community!
FusionBB SWAG!

FusionBB golf shirts, t-shirts, mousepads and more.

Tagging
FusionBBDev Recent Topics
Bugs Welcome to our Bugs Forum!
Since this software is still in development, there are bound to be bugs. Please post them here. As bugs are fixed they will be filed in the "Fixed" subforum.
Also Note templates used is particular forum is not part of the standard fusion package and was modified by couchtomatoe.
Username Post: [FIXED] [3.1] Finished 1 - increment post count        (Topic#11775)
sb1963
FusionBB Fanatic
Total Posts: 1636
*
Location: UK
Average Post Ranks%:                       
 
11-04-10 05:05 AM - Post#84805    



Subject: [3.1] Finished 1 - increment post count

Bug for: Fusion [3.1] Finished 1 -

Description: Our 'contact us' posts go into a designated forum which is set up not to increment post count.

It does though.



 
Couchtomatoe
Code Monkey
Total Posts: 3049
*
Birthday: 02-03 
Location: Richmond, Virginia
Average Post Ranks%:                       
 
11-04-10 09:36 AM - Post#84807    


    In response to sb1963

Fixed in 3.2 to fix it yourself now in docontact.php

find

Code:

     $post->setForumId($conf['contact_forum']);  





add above it

Code:

      // +----------------------------------     // Get some info on forum     $sql = "         SELECT forum_postcount         FROM " . TABLE_PREFIX . "forums         WHERE forum_id = '".addslashes($conf['contact_forum'])."'     ";     if(!$results=$db->executeQuery($sql)) {         dieHere(1,$lang_str['BAD_QUERY'],__LINE__,__FILE__,$sql);     }     list ($fpostcount) = $db->fetchRow($results);     $db->clearResults($results);     // See if posts in this forum incriment the user's post count     $post->setPostCount($fpostcount);  



The artist formerly known as scroungr
Couch-Tomatoe


 
Couchtomatoe
Code Monkey
Total Posts: 3049
*
Birthday: 02-03 
Location: Richmond, Virginia
Average Post Ranks%:                       
 
11-04-10 09:47 AM - Post#84809    


    In response to Couchtomatoe

also made the change to dologin.php where the multiple identity checker injects a post as well..
The artist formerly known as scroungr
Couch-Tomatoe


 
sb1963
FusionBB Fanatic
Total Posts: 1636
*
Location: UK
Average Post Ranks%:                       
 
11-04-10 02:03 PM - Post#84813    


    In response to Couchtomatoe

Thanks Couch! Will edit later


 
Icon Legend Permissions & Sharing Options Topic Options
Print Topic


2068 Views
Calendar
SMTWTFS
 1234
567891011
12131415161718
19202122232425
262728293031 
Current Quote
"I really love the new BB. It feels like the 21st century version of [X Software]. Close enough to seem familiar, yet very fresh and slick."
FusionBB™ Version 3.2 | ©2003-2013 InteractivePHP, Inc.
Execution time: 0.107 seconds.   Total Queries: 105   Zlib Compression is on.
All times are (GMT-4). Current time is 02:52 AM
Top