81
onokazu
Re: Show news
  • 2003/10/30 15:02

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


If you set the 'start module' option in the preferences to 'news', then the news module will display on the main page like on this site.



82
onokazu
Re: HeadLine Bug with spanish language feed
  • 2003/10/30 15:00

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


What did you specify for RSS encoding? Changing that might help.



83
onokazu
Re: Please help my Preference Module disappeared.. Thanks
  • 2003/10/30 14:56

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


Hope the following thread helps

https://xoops.org/modules/newbb/viewtopic.php?topic_id=13221&forum=1#forumpost52917



84
onokazu
Re: YIKES!No MENUS! updated mods!2.0.5
  • 2003/10/29 22:52

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


The problem seems to be that the query to database is returning empty values for block template names.
Try reuploading all files under modules/system/templates, or better upload all files under modules/system and update the module again from the module admin page.



85
onokazu
Re: YIKES!No MENUS! updated mods!2.0.5
  • 2003/10/29 21:31

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


Add the following line:

echo '<pre>';print_r($block_arr);echo '</pre>';exit();

around line 127 of header.php just above

foreach (array_keys($block_arr) as $i) {

Let me know what you get after making this change.



86
onokazu
Re: Sending HTML emails to all members
  • 2003/10/29 21:10

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


No, it is currently not possible to send html mails. There might be a hack somewhere, though.



87
onokazu
Re: Accidenty turned off 'system' module...
  • 2003/10/29 21:08

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


Hope this helps:
https://xoops.org/modules/newbb/viewtopic.php?topic_id=13221&forum=1#forumpost52917



88
onokazu
Re: HTML probelms
  • 2003/10/29 21:06

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


You must put thml tags in one line.
For example you cannot do like this:

<table>
<tr>
<td>
</td>
</tr>
</table>

but must do like:

<table><tr><td></td></tr></table>



89
onokazu
Re: Module Categorization
  • 2003/10/29 16:59

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


Thanks for your hard work mikhail.

I have a suggestion as to the naming of file packages. I think we should always prefix the packages with 'xoops-' or something like that so they do not get mixed up with packages from other apps. You never know there might be an app called 'mod' and distributes its packages with the 'mod_' prefix.

So my suggestion would be something like below:

Core packages:
xoops2-<core version #>-<core build #>.tar.gz

Theme packages:
xoops2-theme_<theme name>_<theme developer?>-<theme version #>-<theme build #>.tar.gz

Module packages
xoops2-mod_<module name>_<module developer?>-<module version #>-<module build #>.tar.gz

Language packages
xoops2-lang_<lang name>_<lang translator?>-<lang pack version #>-<lang pack build #>.tar.gz

Also, we might not need to attach all x.x.x version number of the core to the packages, since most of them would work even after minor upgrades of the core.



90
onokazu
Re: Managing table structure changes with module versions
  • 2003/10/29 6:09

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


You would need to prepare one outside the XOOPS module admin system. XOOPS does not handle this part yet.




TopTop
« 1 ... 6 7 8 (9) 10 11 12 ... 22 »



Login

Who's Online

147 user(s) are online (77 user(s) are browsing Support Forums)


Members: 0


Guests: 147


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