1
faridelha
Re: CBB4 RC for Xoops 2.3x Testing Reviews
  • 2009/1/3 1:08

  • faridelha

  • Just popping in

  • Posts: 22

  • Since: 2006/3/7 0


bbcode not work in forum descrpition



2
faridelha
Re: smilies suddenly not working in 2.0.18
  • 2008/1/17 12:56

  • faridelha

  • Just popping in

  • Posts: 22

  • Since: 2006/3/7 0


ok thanx
And if I have more than 50 smiley, in the form of private messages or other form, they will all be displayed



3
faridelha
Re: smilies suddenly not working in 2.0.18
  • 2008/1/16 21:50

  • faridelha

  • Just popping in

  • Posts: 22

  • Since: 2006/3/7 0




dont work



4
faridelha
Re: Smilies not showing up??
  • 2008/1/15 22:41

  • faridelha

  • Just popping in

  • Posts: 22

  • Since: 2006/3/7 0


in class/module.textsanitizer.php

find :
function smiley($message)
    {
        
$smileys $this->getSmileys();
        foreach (
$smileys as $smile) {
            
$message str_replace($smile['code'], '<img src="'.XOOPS_UPLOAD_URL.'/'.htmlspecialchars($smile['smile_url']).'" alt="" />'$message);
        }
        return 
$message;
    }



And replace by:


function smiley($message)
    {
        
$db =& Database::getInstance();
        if (
count($this->smileys) == 0) {
            if (
$getsmiles $db->query("SELECT * FROM ".$db->prefix("smiles"))){
                while (
$smiles $db->fetchArray($getsmiles)) {
                    
$message str_replace($smiles['code'], '<img src="'.XOOPS_UPLOAD_URL.'/'.htmlspecialchars($smiles['smile_url']).'" alt="" />'$message);
                    
array_push($this->smileys$smiles);
                }
            }
        }
        elseif (
is_array($this->smileys)) {
            foreach (
$this->smileys as $smile) {
                
$message str_replace($smile['code'], '<img src="'.XOOPS_UPLOAD_URL.'/'.htmlspecialchars($smile['smile_url']).'" alt="" />'$message);
            }
        }
        return 
$message;
    }



5
faridelha
cbb 4 suspend user dont work.
  • 2008/1/14 15:45

  • faridelha

  • Just popping in

  • Posts: 22

  • Since: 2006/3/7 0


hi

when i go to Moderation management to suspend user, It does not work, we can see the bottom

You cannot view topic.
You cannot start a new topic.
You cannot reply to posts.
You cannot edit your posts.
You cannot delete your posts.
You cannot add new polls.
You cannot vote in polls.
You cannot attach files to posts.
You cannot post without approval.
You cannot use topic type.
You cannot use HTML syntax.
You cannot use signature.


but the user can enter forum, read, start topic and all.



6
faridelha
Re: CBB 4 user cant edit post
  • 2008/1/14 12:12

  • faridelha

  • Just popping in

  • Posts: 22

  • Since: 2006/3/7 0


resolved here



7
faridelha
CBB 4 user cant edit post
  • 2008/1/14 6:34

  • faridelha

  • Just popping in

  • Posts: 22

  • Since: 2006/3/7 0


Hi all

the user cant edit post, but admin can.

when i want edit post with simple user account, i have message " You don't have the right to edit in this forum "



8
faridelha
cant upload with cbb4
  • 2008/1/13 16:14

  • faridelha

  • Just popping in

  • Posts: 22

  • Since: 2006/3/7 0


hi all

i cant upload with cbb 4
error say : the size is too high : maximum width 0 px and maximum height 0 px



9
faridelha
[cbb 4] probleme with block tag cloud
  • 2008/1/13 6:35

  • faridelha

  • Just popping in

  • Posts: 22

  • Since: 2006/3/7 0


Hi

i have blank page qith this error when i put the block tag cloud or top tag

Fatal error: Call to a member function on a non-object in /home/******/www/Frameworks/art/functions.config.php on line 71

xoops 2.0.17
cbb 4
frameworks 1.22

but with my other site, i dont have this probleme



10
faridelha
Re: Problems with CBB 4.0 alpha
  • 2008/1/12 21:35

  • faridelha

  • Just popping in

  • Posts: 22

  • Since: 2006/3/7 0


i have the same probleme.

in MySQL debug i have this

SELECT t.topic_idt.topic_repliest.forum_idt.topic_titlet.topic_viewst.type_idf.forum_namep.post_idp.post_timep.iconp.uidp.poster_name FROM xoops_bb_topics AS t LEFT JOIN xoops_bb_posts AS p ON t.topic_last_post_id=p.post_id LEFT JOIN xoops_bb_forums AS f ON f.forum_id=t.forum_id WHERE 1=AND t.forum_id IN (17,20,19,18,22,23,24,25,26,41,21,63,27,28,29,30,31,35,61,44,37,39,36,32,59,16,34,2,3,4,5,6,7,8,9,11,62,47,48,49,50,51,13,64,52,53,54,55,56,57,58,38,43,14,40) AND t.approved AND t.topic_time>1169069351 ORDER BY t.topic_last_post_id DESC LIMIT 05
Error number
1054
Error message
Unknown column 't.type_id' in 'field list'




Edit: it's ok :: i dont upgrade MySQL sorry




TopTop
(1) 2 3 »



Login

Who's Online

241 user(s) are online (139 user(s) are browsing Support Forums)


Members: 0


Guests: 241


more...

Donat-O-Meter

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

Latest GitHub Commits