11
pulapol
Re: mydownloads & Xoops 2.4
  • 2010/2/19 17:15

  • pulapol

  • Just popping in

  • Posts: 55

  • Since: 2008/4/6 1


From system overview.........

XOOPS Version XOOPS 2.4.4
PHP Version 5.2.9
mySQL Version 5.0.89-community

Quote:

Database tables field collation?


CHARSET=latin1 ?



12
pulapol
Re: mydownloads & Xoops 2.4
  • 2010/2/19 15:00

  • pulapol

  • Just popping in

  • Posts: 55

  • Since: 2008/4/6 1


2.4.5 was in my localhost

ok i installed it in a live site XOOPS 2.4.4...same problem



13
pulapol
How to make a module renameable and cloneable ?
  • 2010/2/19 14:40

  • pulapol

  • Just popping in

  • Posts: 55

  • Since: 2008/4/6 1


Hi...

i'm trying to make a simple seo content module for my website

i'm a php beginner...trying to learn make module by looking at other module to follow as a guide..so far so good..but sadly my coding is not following the standards...have more to learn

ok one of the thing that i want to do in my module is to make my module renameable and cloneable

...i saw this code in trabis dummy module - xoops_version.php
which can make our module folder renameable ..i had incorporated in my module
$modversion['dirname'] = basename(dirname(__FILE__));
$modversion['name'] = ucfirst(basename(dirname(__FILE__)));


what about the database table ? MySQL query ?

how do i do it

as example how do i change tthe code below so it can be renameable and clone multiple times...?


CREATE TABLE `mycontent_details` (
  `
idint(10unsigned NOT NULL auto_increment,
  `
filenamevarchar(200) default NULL,
  `
metakeywordsmediumtext,
    `
metadescriptionmediumtext,
    `
pagetitlemediumtext,
    `
doctitlemediumtext,
    `
contentmediumtext,
  
PRIMARY KEY  (`id`)
ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=;


global $xoopsDB
mysql_query("DELETE from ".$xoopsDB->prefix("mycontent_details")." where id='" $_GET['del'] . "'");




what else should i look into beside above..im a php beginnner..help..


p/s : sorry for my ppor english and please ignore the wrong fieldtype and value



14
pulapol
Re: The theme on Xoops Site
  • 2010/2/19 13:52

  • pulapol

  • Just popping in

  • Posts: 55

  • Since: 2008/4/6 1


Ok ...hope someone here can who has access can rectify it...

is this login bar in xoops.org ok in all browser ? i don't have ie7..ie8 looks fine


gonna test this
https://xoops.org/modules/newbb/viewtopic.php?post_id=323281#forumpost323281



15
pulapol
Re: mydownloads & Xoops 2.4
  • 2010/2/19 13:49

  • pulapol

  • Just popping in

  • Posts: 55

  • Since: 2008/4/6 1


Bump



16
pulapol
Re: The theme on Xoops Site
  • 2010/2/18 14:44

  • pulapol

  • Just popping in

  • Posts: 55

  • Since: 2008/4/6 1


can you share the fix here or update the wox theme in svn aphex ?

would like to implement this wox login theme bar in my site




17
pulapol
Re: wfdownloads problem
  • 2010/2/18 14:42

  • pulapol

  • Just popping in

  • Posts: 55

  • Since: 2008/4/6 1


delete and try reupload ?



18
pulapol
Re: ZenCart On XOOPS
  • 2010/2/18 14:40

  • pulapol

  • Just popping in

  • Posts: 55

  • Since: 2008/4/6 1


Thanks will test this



19
pulapol
Re: Imagemanager in Alphabetical order
  • 2010/2/18 14:39

  • pulapol

  • Just popping in

  • Posts: 55

  • Since: 2008/4/6 1


ASC ?



20
pulapol
Re: Where oh where do i edit templates
  • 2010/2/18 14:34

  • pulapol

  • Just popping in

  • Posts: 55

  • Since: 2008/4/6 1


for the top menu it is maybe define in block or in the theme itself

try search in

a. XOOPS admin panel - blocks administration -
b. themes/xmt/theme.html

for the text try
a. modules/animal/language/
b. module/animal/templates/


nice site btw





TopTop
« 1 (2) 3 4 5 6 »



Login

Who's Online

190 user(s) are online (109 user(s) are browsing Support Forums)


Members: 0


Guests: 190


more...

Donat-O-Meter

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

Latest GitHub Commits