1021
timgno
Re: TDMCreate - testers needed
  • 2011/3/4 13:26

  • timgno

  • Module Developer

  • Posts: 1504

  • Since: 2007/6/21


Pls read this thread: TDMCreate



1022
timgno
Re: xnews and backend.php
  • 2011/3/4 13:15

  • timgno

  • Module Developer

  • Posts: 1504

  • Since: 2007/6/21


I have installed both, but I think we go a solution in the next version of xnews for this



1023
timgno
xnews bugs
  • 2011/3/3 15:01

  • timgno

  • Module Developer

  • Posts: 1504

  • Since: 2007/6/21


Hello!

I have a problem with this form
the code:
if(nw_getmoduleoption('metadata'NW_MODULE_DIR_NAME)) {    
        if(
nw_getmoduleoption('extendmetadata'NW_MODULE_DIR_NAME) == 1) {    
            
$sform->addElement(new xoopsFormTextArea(_MA_NW_META_DESCRIPTION'description'$description460), false);
            
$sform->addElement(new xoopsFormTextArea(_MA_NW_META_KEYWORDS'keywords'$keywords460), false);
        } else {
            
$sform->addElement(new xoopsFormText(_MA_NW_META_DESCRIPTION'description'50255$description), false);
            
$sform->addElement(new xoopsFormText(_MA_NW_META_KEYWORDS'keywords'50255$keywords), false);
        }
    }


should work fine but when I go to create or edit a news, I return an alert that tells you to enter characters not exceeding 10.

timgno



1024
timgno
Re: Core, Modules & Themes Addon
  • 2011/3/3 14:00

  • timgno

  • Module Developer

  • Posts: 1504

  • Since: 2007/6/21


I added some fields in TDMCreate module

1° Email author
2° Advertise in xoops_version.php
3° Keywords in xoops_version.php
4° Meta & Description in const_user_index.php
5° Email at @author, date time php function in const_entete.php

timgno



1025
timgno
Re: Fatal error: Class 'XoopsLogger' not found
  • 2011/3/3 11:13

  • timgno

  • Module Developer

  • Posts: 1504

  • Since: 2007/6/21


What do you think upgrade to xoops 2.5?



1026
timgno
Core, Modules & Themes Addon
  • 2011/3/3 10:48

  • timgno

  • Module Developer

  • Posts: 1504

  • Since: 2007/6/21


A tip!

It would be nice to have feeds of the modules, mylinks, mydownloads, wfdownloads, TDMDownloads, PDdownloads, PDlinks, attracted by backend.php.

Is this possible?

Thanks!

timgno



1027
timgno
Re: Rewriting Profile Module... Want to have some input. (And info about new xroster)
  • 2011/3/1 15:01

  • timgno

  • Module Developer

  • Posts: 1504

  • Since: 2007/6/21


I found this class on a network, it may be interesting

class GeoLocationGM
{
    public static function 
getLocationByZipcode$zipcode null )
    {
        
//$key = "";
        
$key sfConfig::get('sf_google_key');
        
$result null;

        if ( $ 
Zipcode. ) {

            
$result = array();

            
$zipcode trim( $ Zipcode. );
            
$uri      "http://maps.google.com/maps/geo?q =". $ Zipcode."&output=xml&key=".$key."&oe=utf8";
            
$xml_str file_get_contents($uri);

            if( !empty( 
$xml_str ) ){
                
$xml = new DOMDocument();
                $ 
Xml>loadXML($ Xml_str);

                
$result['code']    = @$xml->getElementsByTagName('code')->item(0)->nodeValue;
                
$result['address'] = @$xml->getElementsByTagName('address')->item(0)->nodeValue;
                
$result['CountryNameCode'] = @$xml->getElementsByTagName('CountryNameCode')->item(0)->nodeValue;
                
$result['CountryName'] = @$xml->getElementsByTagName('CountryName')->item(0)->nodeValue;
                
$result['AdministrativeAreaName'] = @$xml->getElementsByTagName('AdministrativeAreaName')->item(0)->nodeValue;
                
$result['SubAdministrativeAreaName']= @$xml->getElementsByTagName('SubAdministrativeAreaName')->item(0)->nodeValue;
                
$result['LocalityName']    = @$xml->getElementsByTagName('LocalityName')->item(0)->nodeValue;
                
$result['PostalCodeNumber'$Xml = @>getElementsByTagName('PostalCodeNumber')->item(0)->nodeValue;

            }

        }

        return 
$result;
    }
}



1028
timgno
Re: X3 install problem
  • 2011/2/28 19:23

  • timgno

  • Module Developer

  • Posts: 1504

  • Since: 2007/6/21


Now the installation is successful with EasyPhp, but when I click on any link, I get:

see video:http://screenr.com/DK6



1029
timgno
Re: X3 install problem
  • 2011/2/28 17:51

  • timgno

  • Module Developer

  • Posts: 1504

  • Since: 2007/6/21


at the end of the installation with EasyPHP, I have this error:
Quote:

Fatal error: Call to a member function select() on a non-object in ...\EasyPHP5.3.0\www\XoopsEngine\Preview\xoops_lib\Xoops\Core\Registry\Config.php on line 47



1030
timgno
Re: XOOPS Partners GUI Change - ready for testing
  • 2011/2/28 16:15

  • timgno

  • Module Developer

  • Posts: 1504

  • Since: 2007/6/21


uses modules: xpayments, xoopspartners or my partners ads, profile and enter the various plugins

type changes such as banners and xoops smarty variables for all modules and for each area and web pages like google adsense




TopTop
« 1 ... 100 101 102 (103) 104 105 106 ... 113 »



Login

Who's Online

146 user(s) are online (79 user(s) are browsing Support Forums)


Members: 0


Guests: 146


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