21
anggarda
Re: Unsuitable for children
  • 2003/10/30 15:51

  • anggarda

  • Just popping in

  • Posts: 59

  • Since: 2003/3/19


Tom, thanks for the advice.

With regards to the smilies, I wasn't aware such an option exist.

Thanks for the pointers and advice.

Regards.



22
anggarda
Unsuitable for children
  • 2003/10/30 10:33

  • anggarda

  • Just popping in

  • Posts: 59

  • Since: 2003/3/19


Well, I was contemplating on setting up a site intended for kids.

I would however like to get rid of the : pint : and maybe replace it with : cola :

How do I go about doing this?

Thanking the community in advance. Regards.



23
anggarda
Re: blank page after posting in the forum?
  • 2003/10/14 3:18

  • anggarda

  • Just popping in

  • Posts: 59

  • Since: 2003/3/19


either of you running the shoutbox module?

If you are, do a search on shoutbox and blank page.

Regards



24
anggarda
Re: Module Development Problems.
  • 2003/10/9 8:48

  • anggarda

  • Just popping in

  • Posts: 59

  • Since: 2003/3/19


lykoszine, thanks for the prompt reply.

I've inserted the table names into xoops_version.php. Subsequently the tables were dropped.

Since then I ran into trouble getting blocks to be displayed. Is there a tutorial that you could point me to? I rather read on how to develop modules on my own.

Regards



25
anggarda
Module Development Problems.
  • 2003/10/9 8:28

  • anggarda

  • Just popping in

  • Posts: 59

  • Since: 2003/3/19


Good Day, Xoops.Org and the community at large.

I am a beginner attempting to write a module that will store information in the database.

I ran into some problems.

1.) xoops_version.php edited "$modversion ['sqlfile']['mysql'] = "sql/mysql.sql" included
2.) Install module as normal
3.) Table is generated in database by sql/mysql.sql datadump/script file.
4.) Uninstall module with no error message.

However when I do a SHOW TABLES in mysql, the table that was created in the sql/mysql.sql dump file was not dropped.

I am definately missing something as I am gropping in the dark, the modules how to in the wiki does not actually cover database aspect of module development.

Any help from hereforth is greatly appreciated.

Thanking all in advance, Regards.





26
anggarda
Re: How do I backup and restore mySQL database
  • 2003/10/3 3:22

  • anggarda

  • Just popping in

  • Posts: 59

  • Since: 2003/3/19


Simplest way.
Backup

mysqldump -uUSERNAME -pPASSWORD > BACKUPFILE.SQL

Restore

mysql -uUSERNAME -pPASSWORD DATABASENAME < BACKUPFILE.SQL

Do give it a trial run first and attempt to restore your DB to a parallel database to check that the binary datatypes were backup right.

Regards.



27
anggarda
Headline RSS/RDF block
  • 2003/9/23 7:10

  • anggarda

  • Just popping in

  • Posts: 59

  • Since: 2003/3/19


Alrights, users of the headline block please share you opinion on this issue.

When we click a link on the headline block, it lead us to the index page of the headline module.

I've tried to change this by allowing the link to open a new page directly linking to the site.

However, I need some help, as my hack doesn't seem to work.

I've edited xoops_url/modules/xoopsheadline/blocks/headline_block.html

On line 9, there is
<li><a href="<{$xoops_url}>/modules/xoopsheadline/index.php?id=<{$site_id}>#<{$items[i].link}>"><{$items[i].title}></a></li>

I edited that to,
<li><a href="<{$items[i].link}>"><{$items[i].title}></a></li>

I saved and reloaded the module. However the headline block still refer me to the index page of the index module.

I'm lost. Pointer is greatly appreciated.

Regards.




TopTop
« 1 2 (3)



Login

Who's Online

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


Members: 0


Guests: 226


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