31
theCat
Re: module to integrate phpgedview into my xoops site
  • 2005/2/4 8:56

  • theCat

  • Just popping in

  • Posts: 77

  • Since: 2004/2/2 2


I work since more than one month on modularization of phpgedview. It is a very big work to make a good integration.

For the moment I made the index, list individuals, list families, list places, calendar and family tree (display by template). I still have much work to finish with js, css, gedcom import, right of groups and all the trees. I think that one month or two is still necessary for beta version.

My english is very bad : because of that it's difficult for me to contribute to the myfamily project or to put my work on the module dev forge (and also to post in this forum )



32
theCat
Re: XF Guestbook
  • 2005/1/30 10:04

  • theCat

  • Just popping in

  • Posts: 77

  • Since: 2004/2/2 2


Quote:
The only problem is I've disabled email addresses being required when someone posts a message, but it still needs a valid email address before the message can be posted successfully

a bug
In sign.php after case "preview" and case "post" change this line
if (!checkEmail($email) ) $msgstop .= _MD_XFGB_INVALIDMAIL.'<br />';

with
if ($option['opt_mail'] && !checkEmail($email) ) $msgstop .= _MD_XFGB_INVALIDMAIL.'<br />';


v2.22 available here



33
theCat
Re: catads module
  • 2005/1/14 9:26

  • theCat

  • Just popping in

  • Posts: 77

  • Since: 2004/2/2 2


Do you want this feature for only one ad, or for all ads ?



34
theCat
Re: Catads Classified module
  • 2005/1/14 9:23

  • theCat

  • Just popping in

  • Posts: 77

  • Since: 2004/2/2 2


Quote:
I wrote about my problems to "thecat" owner of this module but no answer.. Anyway..

Sorry for the delay of answer... I am too busy in this moment
Quote:
2. How can admin check all suspend ads?


in admin/index.php, add in function show (line 287)
if ($action == 'suspend') {
    
ads_menu(4);
    
$title _AM_CATADS_PUB;
    
$criteria = new CriteriaCompo(new Criteria('published''0''>'));
    
$criteria->add(new Criteria('suspend''1'));
    
$criteria->setSort('published');
}


in include/cp_functions.php, add (line 46)
echo "<li style="list-stylenonemargin0displayinline"><a href="index.php?action=suspend" style="padding3px 0.5emmargin-left3pxborder1px solid #778; background: ".$tblColors[4]."; text-decoration: none; ">"._AM_CATADS_SUSP."</a></li>";

and in language/english/admin.php
define("_AM_CATADS_SUSP","Suspended Ads");

Quote:
1. How can registered user modify and delete own ads?

It's more complicated, and I can't reply at the moment ... but asap.



35
theCat
Re: decimal money for catads
  • 2004/12/16 16:27

  • theCat

  • Just popping in

  • Posts: 77

  • Since: 2004/2/2 2


I made this choice at the beginning, but it poses problem.

I cannot test at the moment. I think you have to change:
in class/ads.php
line 53
$this->initVar('price', XOBJ_DTYPE_INT, 0, false);
with
$this->initVar('price', XOBJ_DTYPE_TXTBOX, null, false);

in the line 136 and 138
$price
with
$this->db->quoteString($price)

and in your database change the type of column price with:
price varchar(15) NOT NULL default ''
(and also in sql/mysql.sql)

Perhaps I forget something

I think it's not necessary to delete (or comment) this line in submit1.php (2 places)
if ($price != '' && !is_numeric(trim($price) )) {
        
$msgstop.= _MD_CATADS_INVALIDPRICE.'<br>';
        
$price '';
    }



36
theCat
Re: Guestbook not shown
  • 2004/12/8 19:45

  • theCat

  • Just popping in

  • Posts: 77

  • Since: 2004/2/2 2


Try XF Guestbook
[Edit] It's now here on module repository



37
theCat
Re: Fixed Re: catad howto make cosmetic change
  • 2004/11/14 17:32

  • theCat

  • Just popping in

  • Posts: 77

  • Since: 2004/2/2 2


Sorry, my english is too bad
I understand only now !
I don't use multimenu,
but I know the author (I will ask on xoops-france)

Help, Solo, si tu passes par là ...



38
theCat
Re: Fixed Re: catad howto make cosmetic change
  • 2004/11/14 12:45

  • theCat

  • Just popping in

  • Posts: 77

  • Since: 2004/2/2 2


Quote:
It's my bad english ;_)

and what do you think about mine !!!
Quote:
Can it do that and must i reinstall or can i update?

Just update.
Quote:
A request: a search function for category and location is good.

Perhaps in a future version ...



39
theCat
Re: Fixed Re: catad howto make cosmetic change
  • 2004/11/14 5:29

  • theCat

  • Just popping in

  • Posts: 77

  • Since: 2004/2/2 2


In your custom block (content type = php script):
global $xoopsUser;
echo 
'<a href ="{X_SITEURL}modules/catads/adsuserlist.php?uid='.$xoopsUser->getVar('uid').'">my ads</a>';



40
theCat
Re: Fixed Re: catad howto make cosmetic change
  • 2004/11/14 4:40

  • theCat

  • Just popping in

  • Posts: 77

  • Since: 2004/2/2 2


Your request is available with this version v1.22RC1


[Edit] Sorry, but I think it was not your request. It's a block to display 'my ads' !
I look about your ask, and reply asap




TopTop
« 1 2 3 (4) 5 6 7 8 »



Login

Who's Online

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


Members: 0


Guests: 267


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