mod-announces 3.0.2 error posting SOLUTION


Subject: mod-announces 3.0.2 error posting SOLUTION
Hello. solution error posting mod-announces suite 3.0.2 global announcements do not work

Code: [Download] [Hide]
  1. #  
  2. #---[ OPEN ]--------------  
  3. #  
  4. posting.php  
  5. #  
  6. #---[ FIND ]------------------  
  7. #  
  8. $topic_type = ( in_array($topic_type, array(POST_NORMAL, POST_STICKY, POST_ANNOUNCE)) ) ? $topic_type : POST_NORMAL;  
  9. #  
  10. #---[ REPLACE WITH ]-----------------  
  11. #  
  12. //--- mod : Announces suite ----------------------------  
  13. //-- delete  
  14. /*  
  15. $topic_type = ( in_array($topic_type, array(POST_NORMAL, POST_STICKY, POST_ANNOUNCE)) ) ? $topic_type : POST_NORMAL;  
  16. */  
  17. //-- add  
  18. $topic_type = ( in_array($topic_type, array(POST_NORMAL, POST_STICKY, POST_ANNOUNCE, POST_GLOBAL_ANNOUNCE)) ) ? $topic_type : POST_NORMAL;  
  19. //--- fin mod : Announces suite ------------------------  
  20.  
  21. #  
  22. #---[ OPEN ]--------------  
  23. #  
  24. includes/functions_announces.php  
  25. #  
  26. #---[ FIND ]------------------  
  27. #  
  28. if (!empty($tree_forum_ids))  
  29. {  
  30. $sql_where .=  
  31. #  
  32. #---[ REPLACE WITH ]-----------------  
  33. #  
  34. if (!empty($tree_forum_ids))  
  35. {  
  36. // $sql_where .= 


Greetings :nurse: :nurse: :nurse: :nurse: :nurse:

Subject: Re: mod-announces 3.0.2 error posting SOLUTION
Thanks Morph! :wink:

I would like just to point out that this mod is not included in phpBB XS. :wink:


Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.4941s (PHP: 3% SQL: 97%)
SQL queries: 10 - Debug Off - GZIP Enabled