11
hemertje
enlarge limited number of characters in News module?
  • 2005/1/3 14:40

  • hemertje

  • Just popping in

  • Posts: 32

  • Since: 2004/2/14


Hi all,

i'm busy with a new site and i' using the News module to fill my site with pages...

Now i noticed that the number of characters in a posting is limited in the News module!

Can someone tell me how to enlarge this number?

Regards, Hemertje.



12
hemertje
Re: iStats... does nothing?
  • 2004/12/30 19:12

  • hemertje

  • Just popping in

  • Posts: 32

  • Since: 2004/2/14


u must edit some files as told int the readme:

To do during the I-Stats module installation:

1 - Extract the contents from the archive and upload it in the modules directory of your XOOPS site, then proceed to a traditional installation of a module.

2 - Add in the *.css files of each theme the following classes:

.statstable { margin:0px; padding:0px; width:auto; font-size: small; font-weight: normal;}
.stats { vertical-align: bottom; width:625px; margin:0; border: 0;}
.statsimg { vertical-align: bottom; width:25px; text-align:center;}
.statsimgweekday { vertical-align: bottom; font-size: small; font-weight: normal;}
.statswords { border-width: 0; font-size: x-small; background-color: transparent; font-weight: normal; text-align:center; width:25px;}
.statsfore { width: 30%; padding:2px;}
.statsdiv { text-align:center; padding:0px;}

I added these classes trying to guaranteeing the same visual aspect of the module with the majority of the XOOPS themes
and also with these browsers (IE, opera, mozilla, konqueror and galeon).
Some imperfections with konqueror.

3 - Go in each theme.html file and add in the footer part of XOOPS the following code:
Example resulting from the Default XOOPS theme:

<table width="100%" cellspacing="0">
<tr id="footerbar">
<td><a href="https://xoops.org/" target="_blank"><img src="<{$xoops_imageurl}>poweredby.gif" alt="" /></a>
<{if $xoops_isadmin != 1}>
<script type="text/Javascript">
<!--
istat = new Image(1,1);
istat.src = "http://YOUR_XOOPS_SITE_URL/modules/istats/include/counter.php?sw="+screen.width+"&sc="+screen.colorDepth+"&refer="+escape(document.referrer)+"&page="+location.href;
//-->
</script>
<{/if}>
</td>
</tr>
</table>
</body>
</html>

This code will allow the stats module to count.

4 - It should be noted that for the owners of 1024x768 screen, you should not show right blocks on the I-Stats page because it'll broke your screen.
There too, I makes my possible so that visual style is the same one in 1024x768 and in the higher resolutions.
If somebody moreover fixed in css and tables questions managed to do better things than me (what does not seem too difficult to me),
I say: don't hesitate to correct it and to send me the new files.


Sylvain B webmasterhttp://123rando.com



13
hemertje
theme.html wanted with HV menu implemented
  • 2004/12/30 9:20

  • hemertje

  • Just popping in

  • Posts: 32

  • Since: 2004/2/14


i'm now busy for a few days to get a HV menu like,http://www.dynamicdrive.com/dynamicindex1/hvmenu/index.htm working on my new to build site...

i want it located between the header and the center column, but can't get it managed...

did search all xoops.org and the related topics, all i see are finished examples on websites and people telling that they did the job...

can someone post his theme.html here or help me out, so i can make a howto later to help other people like me now in the future...

my main question is: how to get the menubar relative in the cell of the theme.html working so it is shown between the header and the center column?

regards, hemertje



14
hemertje
UNICEF calls for aid to tsunami-struck countries!
  • 2004/12/29 19:27

  • hemertje

  • Just popping in

  • Posts: 32

  • Since: 2004/2/14


Please support UNICEF’s emergency work in Asia due to the earthquakes and tsunamis!

http://www.unicef.org/

The website pages may appear to be temporarily unavailable.
Please be patient and try again later.

To make an on-line donation to help the tens of thousands of children and families struggling to survive the aftermath of the Asian earthquakes and tsunamis, please click the link below:

http://www.supportunicef.org/site/pp.asp?c=iuI1LdP0G&b=276341

Regards, Hemertje



15
hemertje
theme.html wanted with HV menu implemented
  • 2004/12/29 15:41

  • hemertje

  • Just popping in

  • Posts: 32

  • Since: 2004/2/14


i'm now busy for a few days to get a HV menu like,http://www.dynamicdrive.com/dynamicindex1/hvmenu/index.htm working on my new to build site...

i want it located between the header and the center column, but can't get it managed...

did search all xoops.org and the related topics, all i see are finished examples on websites and people telling that they did the job...

can someone post his theme.html here or help me out, so i can make a howto later to help other people like me now in the future...

my main question is: how to get the menubar relative in the cell of the theme.html working so it is shown between the header and the center column?

regards, hemertje
ps i'm using the daybreak theme...



16
hemertje
Dynamic Menu module
  • 2004/12/29 14:54

  • hemertje

  • Just popping in

  • Posts: 32

  • Since: 2004/2/14


their are alott of great modules created in the past, but what i really mis is a dynamic menu module to create a good looking horizontal/vertical dropdown menu, relative positioned between the header and center column or at the left side like multimenu...

example:http://www.dynamicdrive.com/dynamicindex1/hvmenu/index.htm

did find a phpnuke module, maybe it's possible to recreate it for xoops:
http://www.hieris.info/about/DynMenu/

thx, hemertje



17
hemertje
Re:How to Create a Dynamic Menu
  • 2004/12/27 13:03

  • hemertje

  • Just popping in

  • Posts: 32

  • Since: 2004/2/14


can you guys create a howto in the wiki about how to edited the theme.hmtl for their menu?

i'm busy now for 2 days and can't get it working

is it possible for the programmers to convert the phpnuke module i posted a few postings ago into a XOOPS module?

too bad i have no programming skills myself



18
hemertje
Re:How to Create a Dynamic Menu
  • 2004/12/26 9:58

  • hemertje

  • Just popping in

  • Posts: 32

  • Since: 2004/2/14


did find a dynamic menu module for phpnuke:

http://www.hieris.info/about/DynMenu/

is it possible to convert it to a XOOPS module?
so all this menu conversation which allready lasts for two years can be over :)



19
hemertje
Re:How to Create a Dynamic Menu
  • 2004/12/26 9:52

  • hemertje

  • Just popping in

  • Posts: 32

  • Since: 2004/2/14


Quote:

Forlorndeeds wrote:
Want an example? Check my website.


got this error at your site:


Fatal error: Call to a member function on a non-object in /home/symbioti/public_html/kernel/config.php on line 222
Unknown Condition []: in file line



20
hemertje
Re: How to Create a Dynamic Menu
  • 2004/12/26 9:49

  • hemertje

  • Just popping in

  • Posts: 32

  • Since: 2004/2/14


Quote:

lemomo wrote:
I was abe to create the menu in a block, it works wonderfully well. I have one problem, since the menu is using frame, the next menu item or any other block comes under that menu, in the background, anyone has any idea how to fix this.


can you tell me how you did this?

THX!




TopTop
« 1 (2) 3 »



Login

Who's Online

239 user(s) are online (167 user(s) are browsing Support Forums)


Members: 0


Guests: 239


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