721
tl
Re: loadpage.php defaultmodule
  • 2004/2/29 2:24

  • tl

  • Friend of XOOPS

  • Posts: 999

  • Since: 2002/6/23


I made changes to the date variable (to yyyymmdd), I have managed to make one module work. Thanks for your help.

Any reasons why the research results are not being re-written?



722
tl
Re: loadpage.php defaultmodule
  • 2004/2/29 2:13

  • tl

  • Friend of XOOPS

  • Posts: 999

  • Since: 2002/6/23


Reynaldo:

I found the problem. I think the ShortURLs will not translate anything other than numberical variable. I have a date field base64_encoded so the program just ignores it.

Another issue - the search results are not be translated.

Thanks again for a great hack.

tl





723
tl
loadpage.php defaultmodule
  • 2004/2/28 18:01

  • tl

  • Friend of XOOPS

  • Posts: 999

  • Since: 2002/6/23


reynaldo, first of all, thanks for your great efforts.

My site front page consists of several blocks and does not have a default module, so I commented out the line.

What I got is that all the menu link in the front page are re-written but the links in the blocks are not. Neither are the urls in the individual module pages.

I am using several custom modules - just simple modules pulling and displaying information.

I would apprecite it if you had any ideas on fixing it. Thanks.







724
tl
Re: How to customize "New user registration" e-mail
  • 2004/2/26 2:50

  • tl

  • Friend of XOOPS

  • Posts: 999

  • Since: 2002/6/23


You could though follow the same philosophy and add a template, either a new one or a modified one, after the following line.

Quote:
if ($xoopsConfigUser['new_user_notify'] == 1 && !empty($xoopsConfigUser['new_user_notify_group'])) {



I think the codes are all there; you just need to tinker with it. Back up the original file if you are planning to.





725
tl
Re: How to customize "New user registration" e-mail
  • 2004/2/25 20:47

  • tl

  • Friend of XOOPS

  • Posts: 999

  • Since: 2002/6/23


You would have to modify the template file

language/english/mail_template/adminactivate.tpl

Maybe add the followings (not tested though) to get what you want:
{IP}
{X_UEMAIL}




726
tl
Re: Modules creation docs needed
  • 2004/2/22 1:37

  • tl

  • Friend of XOOPS

  • Posts: 999

  • Since: 2002/6/23


Wiki's module developer's guide is very good. The Kickstart Guide has everything you will need to start your module development.

Module Development Kickstart Guide

The rest of module development is doing it. The person who wrote the Kickstart guide is also the original author of Weblog module. I would suggest download the module and study it. It helped me a great deal in programming a little custom module of mine.




727
tl
Re: What Web Statistics Package Do You Use?
  • 2004/2/22 1:26

  • tl

  • Friend of XOOPS

  • Posts: 999

  • Since: 2002/6/23


The program includes both Italian and English. Upload the files onto your server, go directly to setup.php, you will be able to select language.

Simply installation and you might have to edit the config.php file to supply your server information.




728
tl
Re: Which version am I using?
  • 2004/2/20 1:39

  • tl

  • Friend of XOOPS

  • Posts: 999

  • Since: 2002/6/23


Well, the guy who designed the old site is truly amazing. First of all, he took out all the credit, then made a mess with the style sheet. Your style sheet has nothing in it. Hope he did not charge through the roof for "supposedly his hard work".

Two options for you. Take a look modules/news/templates files - I suspect he "hardcoded" the templates. You could follow his style "hardcoding" your news items. Or you could re-import it back style.css file where it was originally in.

Take a look the reference if you decide to re-import back.
DefaultThemeCSS with comments

BTW, you also need to turn your background color to black.




729
tl
Re: Which version am I using?
  • 2004/2/19 14:23

  • tl

  • Friend of XOOPS

  • Posts: 999

  • Since: 2002/6/23


In your theme file, add the line

<link rel="stylesheet" type="text/css" media="all" href="<{$xoops_themecss}>" />

after
<link rel="stylesheet" type="text/css" media="all" href="<{$xoops_url}>/xoops.css" />

make sure all the style.css files are in the same theme directory - not in a sub-directory as the case in your old site.




730
tl
Re: Themes problem
  • 2004/2/19 13:59

  • tl

  • Friend of XOOPS

  • Posts: 999

  • Since: 2002/6/23


Troubleshooting a Blank Page

--- excerpt -->
7. Make sure that the cache, uploads, templates_c directories are CHMOD 777 (anonymous r/w permission on Windows)
------

Likely you need to set the folder writable.




TopTop
« 1 ... 70 71 72 (73) 74 75 76 ... 78 »



Login

Who's Online

164 user(s) are online (96 user(s) are browsing Support Forums)


Members: 0


Guests: 164


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