1
magowiz
Re: xoops 2.3.3 password hash method
  • 2009/12/7 17:02

  • magowiz

  • Just popping in

  • Posts: 18

  • Since: 2009/9/11


Quote:
by ghia on 2009/12/7 17:38:32

Yes, XOOPS uses the MD5 hash.
You can test the compatability. If you create in both systems a user with the same password, then the stored values in the database should be the same.


No the hashes will never be the same since md5crypt introduces a bit of randomness , however if I create a user on XOOPS and then copy the same hash to the tikiwiki hash field the result is that the tikiwiki user will have the same password of XOOPS user



2
magowiz
xoops 2.3.3 password hash method
  • 2009/12/7 16:15

  • magowiz

  • Just popping in

  • Posts: 18

  • Since: 2009/9/11


Hi,
on my website I have two CMS : XOOPS and tikiwiki, I would like to automatically import users from XOOPS to tikiwiki, I've already take note of which are the tables and the attributes I have to "convert" but I have a question about passwords :

I saw that in XOOPS there is a pass field that contains an hash, which method is used to generate that hash ? Is md5-crypt ? In tikiwiki I'm sure that is crypt-md5 but in XOOPS there aren't info or settings about it.

If they both use md5crypt can I for example copy the hashes from XOOPS to tikiwiki ? Doing this will produce the same username/password for the two cms ?



3
magowiz
Re: help needed to change username and post number font color in cbb 3.0.8
  • 2009/10/24 19:03

  • magowiz

  • Just popping in

  • Posts: 18

  • Since: 2009/9/11


I found that cbb uses its own stylesheet that can be located at
modules/newbb/templates/newbb.css
I changed from :
.comUserName a {    color:#dcdcdc;} 
.comUserName a:hover {    color:#999999;} 
.comTitle a {    color:#dcdcdc;} 
.comTitle a:hover {    color:#999999;}


to :
.comUserName a {    color:#303030;} 
.comUserName a:hover {    color:#1B1B1B;} 
.comTitle a {    color:#303030;} 
.comTitle a:hover {    color:#1B1B1B;}


to have two types of dark grey because mine background is white.



4
magowiz
Re: help needed to change username and post number font color in cbb 3.0.8
  • 2009/10/24 18:45

  • magowiz

  • Just popping in

  • Posts: 18

  • Since: 2009/9/11


On theme.html from my theme the only other css is xoops.css that is in my root dir.
The colors in xoops.css are only red and black , so in that file there are no traces of the grey .

I read in a comment here https://xoops.org/modules/news/article.php?storyid=3037 that it is a known bug in cbb,
so I really don't know if it is related to mine stylesheet.



5
magowiz
help needed to change username and post number font color in cbb 3.0.8
  • 2009/10/24 18:08

  • magowiz

  • Just popping in

  • Posts: 18

  • Since: 2009/9/11


Hi,
on my website I have a problem with a theme, the username and post number in cbb are displayed in a bright grey with a blank background, is there a way to change that font color? I tried to search on my theme style.css and I used the document "Anathomy of the default theme" to understand the meaning of that rules but I didn't find nothing useful.
I also tried to insert a rule like this (I didn't have this rule on my style.css) :
.comUserName 
    
color#000000; 
}


but It didn't change anything.



6
magowiz
Re: cbb 3.0.8 : enable by default notifications of new posts in a thread if a user post in this thread
  • 2009/10/17 17:25

  • magowiz

  • Just popping in

  • Posts: 18

  • Since: 2009/9/11


You are right. Is there a way to set the default notification method to "email" on user registration ?

EDIT: I found it in Profile Admin ->Fields



7
magowiz
Re: cbb 3.0.8 : enable by default notifications of new posts in a thread if a user post in this thread
  • 2009/10/17 15:42

  • magowiz

  • Just popping in

  • Posts: 18

  • Since: 2009/9/11


I found a way to do this, I modified file modules/newbb/include/forumform.inc.php like this :

(about line 169) :

else {         
                  
// Otherwise, check previous subscribed status...
                 
$notification_handler =& xoops_gethandler('notification');
    
        
//if (!empty($topic_id) && $notification_handler->isSubscribed('thread', $topic_id, 'new_post', $xoopsModule->getVar('mid'), $xoopsUser->getVar('uid')))
    //{             
              
$notify 1;         
       
/*}         
      else {             
              $notify = 0;         
       }*/
}


In this way the notification on new post is enabled by default if a user replies to a discussion or creates a new one.

I know it is kind of dirty hack and to do right things I should have add an option to user profile about notification behaviour but this is the quickest solution I found.



8
magowiz
cbb 3.0.8 : enable by default notifications of new posts in a thread if a user post in this thread
  • 2009/10/17 14:33

  • magowiz

  • Just popping in

  • Posts: 18

  • Since: 2009/9/11


Hi,
is there a way to enable by default notifications of new posts in a thread for a user if that user post in that thread ?
I think is one of most used feature/behaviour in much forums , how can I do this ?



9
magowiz
cbb 3.0.8 : forum redirect, is it possbile?
  • 2009/10/10 17:04

  • magowiz

  • Just popping in

  • Posts: 18

  • Since: 2009/9/11


Hi,
I would like in cbb 3.0.8 to create a redirect forum that redirects on another forum is it possible ? How can I do it ?

I ask this because have some existing forum that I would like to preserve, also with the same name, but I also would like to have new forum "names" that redirects to the existing ones.



10
magowiz
Re: cbb 3.0.8 xoops 2.3.3 : bold, italic, underlined buttons has no effect
  • 2009/9/21 8:51

  • magowiz

  • Just popping in

  • Posts: 18

  • Since: 2009/9/11


Quote:

ghia wrote:
Two ways:
- select the word in the text already entered in the box and click on button bold or make a font etc select
- fill in the text in the field before button add, make your moves and click add.

Humm, seems this is broken for the buttons.


with the first way it works both here and on my website , but with the second no (here and on my website).




TopTop
(1) 2 »



Login

Who's Online

221 user(s) are online (143 user(s) are browsing Support Forums)


Members: 0


Guests: 221


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