11
whereray
New Xoops Site www.bjerwai.com
  • 2004/12/15 4:45

  • whereray

  • Just popping in

  • Posts: 29

  • Since: 2003/4/16


I just build a site using Xoops!

This site is in Simplified Chinese. It is for a language center of Beijing International University. Where you could find courses like English, French, Japanese and Mandarin (Chinese)! www.bjerwai.com

Enjoy!

雅思培训



12
whereray
Sub Menu Item Disapeared?!
  • 2004/5/18 8:38

  • whereray

  • Just popping in

  • Posts: 29

  • Since: 2003/4/16


I find that a sub menu item is only shown when the url requested is the 1st level of a module folder. For anything in a sub folder, the sub menu item is gone. It seems XOOPS could only recognize "flat" module folders.

For example, when I put the following in xoops_version.php:
$modversion['hasMain'] = 1;
$modversion['sub'][1]['name'] = "Australia";
$modversion['sub'][1]['url'] = "au";

and put a "au.htm" in folder /modules/country, a copy of "au.htm" in /modules/, the sub menu item "Australia" only apears when "http://localhost/modules/au.htm" is used.

Can anyone tell me how to make sub menu abailable when a sub folder is used? THanks!



13
whereray
Re: News and article title in page title
  • 2004/3/4 6:31

  • whereray

  • Just popping in

  • Posts: 29

  • Since: 2003/4/16


I also need this hack. Does anybody know how to do SEO (Search Engine Optimization) in Xoops?!!



14
whereray
Web traffic analysis Module
  • 2004/2/12 13:41

  • whereray

  • Just popping in

  • Posts: 29

  • Since: 2003/4/16


I could find some web log stat analyser like awstat, but my ISP does not allow me to access the web log. Could any one tell me if there is a module or 3rd party software to help me to achieve this? Because there is no web log, it is better to be PHP+mysql so that I can store data myself.

Thanks!



15
whereray
Re: How to mark Required XoopsForm Element?
  • 2003/12/16 7:07

  • whereray

  • Just popping in

  • Posts: 29

  • Since: 2003/4/16


I am using the contact us module. In fact I add more fileds in the contact form and want to show "*" to identify the required fields.

As you can see, I am not a php coder. XOOPS dev team should think of moving Required attribute from XoopsForm to XoopsFormElement. This is really sth related to the element. And then I can easily show the "*" mark by querying each element's Required attribute.



16
whereray
Re: How to mark Required XoopsForm Element?
  • 2003/12/15 7:17

  • whereray

  • Just popping in

  • Posts: 29

  • Since: 2003/4/16


Anybody there?



17
whereray
How to mark Required XoopsForm Element?
  • 2003/12/14 16:27

  • whereray

  • Just popping in

  • Posts: 29

  • Since: 2003/4/16


I want to show a "*" beside each required XOOPS form element. Here is my code in the template file:

--------------------------------
<!-- start of form elements loop -->
<{foreach item=element from=$contactform.elements}>
<{if $element.hidden != true}>
<tr>
<td class="head"><{$element.caption}></td>
<td class="<{cycle values="even,odd"}>"><{$element.body}>
<{if $element.required == true}>
<font color="#FF0000">*</font>
<{/if}>
</td>
</tr>
<{else}>
<{$element.body}>
<{/if}>
<{/foreach}>
<!-- end of form elements loop -->
-----------------------------------------

Can anybody tell me why it does work and what is the correct code?

Thanks!



18
whereray
Re: Can I delete a software in Downloads module?
  • 2003/12/13 14:24

  • whereray

  • Just popping in

  • Posts: 29

  • Since: 2003/4/16


Sorry, I just find it.



19
whereray
Can I delete a software in Downloads module?
  • 2003/12/13 14:22

  • whereray

  • Just popping in

  • Posts: 29

  • Since: 2003/4/16


I just cant find the delete button.

Thanks!



20
whereray
Send attachment or HTML email using xoopsMailer
  • 2003/12/13 11:02

  • whereray

  • Just popping in

  • Posts: 29

  • Since: 2003/4/16


I want to send a html format email but dont know how to do it. If xoopsMailer cant do html format email, then can I use attachments? And how can I attch sth. in xoopsMailer?

I thank u very much if anyone could post some code samples here. I am new to both php and xoops.

THANKS!




TopTop
« 1 (2) 3 »



Login

Who's Online

134 user(s) are online (94 user(s) are browsing Support Forums)


Members: 0


Guests: 134


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