11
mschmid
Re: want to develop ecards module.
  • 2006/2/19 3:11

  • mschmid

  • Just popping in

  • Posts: 28

  • Since: 2002/9/19


http://sourceforge.net/projects/xoopsecards/

but no files are there!??
Markus



12
mschmid
Re: no links in menu how to turn them on?
  • 2006/2/13 23:52

  • mschmid

  • Just popping in

  • Posts: 28

  • Since: 2002/9/19


You can add a new block. with all items you like. The main menu could be desabled.
Block administration - add custome block. And add the html below.

<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="20" id="mainmenu"><a class="menuTop" href="http://www.xy.net/modules/support/">Menu1</a></td>
</tr>
<tr>
<td height="20" id="mainmenu"><a class="menuTop" href="http://www.xy.net/modules/support/">Menu2</a></td>
</tr>
<tr>
<td height="20" id="mainmenu"><a class="menuTop" href="http://www.xy.net/modules/support/">Menu3</a></td>
</tr>
<tr>
<td height="20" id="mainmenu"><a class="menuTop" href="http://www.xy.net/modules/support/">Menu4</a></td>
</tr>
</table>

hope it helps
Markus



13
mschmid
Re: Moving block title text
  • 2005/12/11 21:19

  • mschmid

  • Just popping in

  • Posts: 28

  • Since: 2002/9/19


In the html/themes/yourTheme/blocks there are the templates for the blocks. And in the XOOPS admin/blocks are the templates for each block. CHeck also the css file, as there are colors and tr defined.
hope it helps
Markus



14
mschmid
Re: start new module development: use 2.0.13.1 or 2.2.3
  • 2005/10/15 19:36

  • mschmid

  • Just popping in

  • Posts: 28

  • Since: 2002/9/19


Hhhmmm.... I searched around, and have seen this tread:
https://xoops.org/modules/news/article.php?storyid=2602&page=2

This tread is from skalpa about XOOPS 2.3 / 2.4 and tells that this new releases (2.3/2.4) will be based on 2.0.13 and not 2.2.3. But a bunch of code "copied" from 2.2.3 "down" to 2.0.13.
=> This would mean I should use the 2.0.13 to start my mod dev. and grow with the 2.0.13 rel.

or will be so many code copied from 2.2.3 into 2.0.13 that it is more a 2.2.3 releas as a 2.0.13 release.
=> This means go with 2.2.3 as before recomandet already.

So I do not know which code base I should use now?
Or do I think to far and complicated? And just start and use the 2.2.3?



15
mschmid
Re: start new module development: use 2.0.13.1 or 2.2.3
  • 2005/10/15 13:37

  • mschmid

  • Just popping in

  • Posts: 28

  • Since: 2002/9/19


2.2.3 is a good answer
What are the reason for this decision?

with your example you mean:
$userid = !empty($xoopsUser) ? $xoopsUser->getVar('uid') : 0;



16
mschmid
Re: Exntended Profiles
  • 2005/10/15 13:04

  • mschmid

  • Just popping in

  • Posts: 28

  • Since: 2002/9/19


I think this is because the user did not acknowledge his account (second email). You can ack this user and then you should see the details.

I have this in the version 2.0.13.1 so hope it helps you
Markus



17
mschmid
start new module development: use 2.0.13.1 or 2.2.3
  • 2005/10/15 12:57

  • mschmid

  • Just popping in

  • Posts: 28

  • Since: 2002/9/19


If I start to develop a new XOOPS module.

=> Should I do it for 2.0.13.1 or 2.2.3?

In relation to:
- how easy to upgrade a module from 2.0.13.1 to next generation 2.xx?
- upgrade from 2.2.3 to the next generation version (based on 2.0.13.1)?

I do not wanna dev the module and as soon I'm finished I have to port it to another version.

Any other ideas, recomandation on this topic.

thx for any input
Markus



18
mschmid
Re: Is it possible to change DNS without reinstall ?
  • 2005/10/10 15:55

  • mschmid

  • Just popping in

  • Posts: 28

  • Since: 2002/9/19


As I know this has nothing to do with the mainfile.php.
You just have to update your apache configuration and your hosts file (if you have unix).
The host.domain.xy has to point to the right apache DocumentRoot and the same dir is configured in the mainfile.php. You can check this by just typing your ip address of your webserver and may with the dir /html/

hope it helps
Markus



19
mschmid
Re: Does anyone have Suse linux pro 9.3 for me?
  • 2005/6/17 20:32

  • mschmid

  • Just popping in

  • Posts: 28

  • Since: 2002/9/19


=> torrent www.torrentreactor.net



20
mschmid
Re: Need heeeelp!
  • 2005/5/3 23:32

  • mschmid

  • Just popping in

  • Posts: 28

  • Since: 2002/9/19


Create in the admin, system, blocks a new custom block and add the following html code:
<table cellspacing="0">
<tr>
<td id="mainmenu">
<a class="menuTop" href="http://www.yoursite.com/modules/yourlink/">Your Menu</a>
</td>
</tr>
</table>

Hope I did understand you right.




TopTop
« 1 (2) 3 »



Login

Who's Online

149 user(s) are online (115 user(s) are browsing Support Forums)


Members: 0


Guests: 149


more...

Donat-O-Meter

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

Latest GitHub Commits