61
Monika
Re: Newbb date problem
  • 2009/1/17 19:49

  • Monika

  • Not too shy to talk

  • Posts: 103

  • Since: 2008/12/19


Thank you Ghia :)

but now it shows Posté le : Aujourd'hui
should be Posté: Aujourd'hui

If i edit the language file to Posté: without the "le", it will show:

Posté: 14/01

it should be:

Posté le : 14/01

So this is another delimma



62
Monika
Newbb date problem
  • 2009/1/17 19:02

  • Monika

  • Not too shy to talk

  • Posts: 103

  • Since: 2008/12/19


Hello I use a french version of XOOPS and I am wondering why Newbb shows Today and Yesterday, Today 18:13, normally it should be Aujourd'hui 18:13.
I have searched the french community forums but it seems that there is no clue to this problem.

Xoops 2.3.2b, Newbb 3.08




63
Monika
Re: Date field format
  • 2009/1/14 11:56

  • Monika

  • Not too shy to talk

  • Posts: 103

  • Since: 2008/12/19


Sorry for being not clear, here is a sceenshot

Resized Image


the module is Profile 1.51

Cheers,



64
Monika
Re: Adding extra Blocks to a module
  • 2009/1/14 11:23

  • Monika

  • Not too shy to talk

  • Posts: 103

  • Since: 2008/12/19


Thank you Mr. Mowaffak for being quick at fixing its bugs, but I still have the same problem: I can't add definitions !!!?? It always shows The database is empty!

I use XOOPS 2.3.2b php5

I tested it on a fresh XOOPS install too.



65
Monika
Date field format
  • 2009/1/13 18:54

  • Monika

  • Not too shy to talk

  • Posts: 103

  • Since: 2008/12/19


Hello can anyone please tell me how to change the date field format to a dropdown list instead of the default grid format?




66
Monika
Re: Adding extra Blocks to a module
  • 2009/1/13 2:57

  • Monika

  • Not too shy to talk

  • Posts: 103

  • Since: 2008/12/19


Mr Ghia thank you so much for your efforts and detailed explanation, but unfortunately this module is not compatible with v 2.3.2, even if i add definitions, it always shows the message "The database is empty".

As far as the database is concerned, i couldn't find any fields that may affect those added blocks.

I hope this module will be updated soon, as it hasn't been updated since 2004 besides its author is anonymous

Thank you in advance.



67
Monika
Re: Adding extra Blocks to a module
  • 2009/1/12 17:28

  • Monika

  • Not too shy to talk

  • Posts: 103

  • Since: 2008/12/19


Quote:
In xoops_version.php add blocks by copying the block definition, renumbering them and renaming block_new to block_pop, block_rand and block_req. You can make use of the same option and template.
Add also the required title and description definitions to the language file.
Copy the block php file and rename it as in the definitions.
Adapt the where and order clause of the SQL statement to get the required records.


Thank you Mr. Ghia, I followed your instructions but i didn't understand the last one, I don't know how to adapt the where and order clause of the SQL statement.

Let's see for example dictionary_block_pop.php

<?php
function dictionary_show_new($options) {
    global 
$xoopsDB;
    
$block = array();
    
$numDef $options[0];
    
    
$result $xoopsDB->queryF("SELECT id, name FROM ".$xoopsDB->prefix("dictionary")."  WHERE state='O' order by id desc LIMIT 0, $numDef");
    while(
$dic_def $xoopsDB->fetcharray($result)) {
        
$def = array();
        
$def['id'] = $dic_def['id'];
        
$def['name'] = $dic_def['name'];
        
$block['def'][] = $def;
    }
        return 
$block;
}

function 
numDef_edit($options) {
    
$form  "<table border='0'>";
    
$form .= "<tr><td>"._MB_DIC_NUMSDEF."</td><td>";
    
$form .= "<input type='text' name='options[0]' size='16' value='".$options[0]."'></td></tr>";
    
$form .= "</td></tr>";
    
$form .= "</table>";
    return 
$form;
}
?>



I created block_pop.php, block_rand.php and block_req.php, Could you please tell me how to adapt them?


Cheers,



68
Monika
Adding extra Blocks to a module
  • 2009/1/11 16:50

  • Monika

  • Not too shy to talk

  • Posts: 103

  • Since: 2008/12/19


Hello friends,

I would like to add 3 blocks to this module
Dictionary 0.91 created on 2004.

Currently it has only one block: Last definitions

I want to add:

Popular definitions

Random definitions

Requested definions.


Thank you in advance



69
Monika
Request yogurt
  • 2009/1/7 7:51

  • Monika

  • Not too shy to talk

  • Posts: 103

  • Since: 2008/12/19


Hello!

I hope someone will add these two features to Yogurt.

- The ability to Flash someone.

- The ability to add someone to a favorite list.

I think it is quite easy for a developper since we already have a similar function in yogurt, that is ADD Friend, so with little modification, this function can be adjusted to work as Send Flash. In the same way add to Favorites is the same as Add to friends, the sole difference is that the member that we add to favorites won't be notified about adding him. In short words:
Flashing a member means notifying him but not adding him.
Adding to favorites means adding him but not notifying him.


Hope someone will help realizing this approach.

Thx ;)



70
Monika
v2.3.2b a question about frameworks
  • 2008/12/26 6:24

  • Monika

  • Not too shy to talk

  • Posts: 103

  • Since: 2008/12/19


Hey i have downloaded Newbb 3.08 to install it on XOOPS 2.3.2b, in the Newbb 3.08 package i found a folder named frameworks, it contains 6 other folders, but the frameworks that comes with XOOPS are only 3.

Do i have to add them or overwrite the original ones ?

thank you for reply




TopTop
« 1 ... 4 5 6 (7) 8 9 10 »



Login

Who's Online

226 user(s) are online (165 user(s) are browsing Support Forums)


Members: 0


Guests: 226


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