234531
OldSwede
translating smartfaq to german
  • 2004/9/25 20:32

  • OldSwede

  • Just popping in

  • Posts: 26

  • Since: 2003/8/15


hi,
just eleven lines left, but dont know how to trans this meaning:

Contextually linked to this module

may some one will help

thank you
os



234532
JasonMR
Re: H1
  • 2004/9/25 20:32

  • JasonMR

  • Just can't stay away

  • Posts: 655

  • Since: 2004/6/21


Just create and insert in css file, your own class.

Example 2 Try

h1#MyNewsArticleText {
font-style:normal;
font-weight:normal;
font-size:0.8em;
color: #555;
text-decoration: none;
margin-top: 5px;
margin-bottom: 5px;
line-height: 1.5em;
}

and add in your news_item.htm template file, where you previously changed p -> h1, and exchange the class of the tag from -> your self created class MyNewsArticleText

Quote:

Old
<h1 class="itemText">

New
<h1 class="MyNewsArticleText">



234533
JasonMR
Re: IStat not updating!
  • 2004/9/25 20:22

  • JasonMR

  • Just can't stay away

  • Posts: 655

  • Since: 2004/6/21


Are your template files updated? You have a setting under Sys Admin -> Prefereneces -> General Preferences , that asks if you want to have template files automatically updated. This will need to be on. Just in case, you may want to go into you template_c directory, and delete the theme templates by hand. The most effective I believe


And when browsing your code I noticed this:
Quote:

<!--
istat = new Image(1,1);
istat.src = "http://creforum.net/modules/istats/include/counter.php?sw="+screen.width+"&sc="+screen.colorDepth+"&referer="+escape(document.referrer)+"&page="+location.href;
//-->


At the beginning you state to have changed refer to referer, and in the above quote I see this:
&referer="+escape(document.referrer

Hope this helps



234534
Arowana
xCredits Help
  • 2004/9/25 20:12

  • Arowana

  • Friend of XOOPS

  • Posts: 323

  • Since: 2004/8/6 2


Ok Guys,

Daniel Hall did the Core programming of the xCredits and he is moving this weekend so I really cant count on him to help me out here. I modified the module and on the admin side you SHOULD be able to edit the groups but it is not working right anymore.

ok I turned on mySQL debuggin and I got this:

INSERT INTO credits_type(name,weight) VALUES ('',)
Error number: 1064
Error message: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1

Then I turned on PHP Debuggin and I got this


Undefined variable: t_action in file modules/credits/admin/index.php line 274
Notice [PHP]: Undefined variable: id in file modules/credits/admin/index.php line 274
Notice [PHP]: Undefined variable: name in file modules/credits/admin/index.php line 274
Notice [PHP]: Undefined variable: weight in file modules/credits/admin/index.php line 274


So I guess I have to define it but I dont know how remember I am not a programmer can anyone help me out?

Thanks Arowana



234535
piroman
Re: Flat view
  • 2004/9/25 20:07

  • piroman

  • Just popping in

  • Posts: 87

  • Since: 2004/9/7 2


Thanks Julian,

I'm a moron :) that's all I have to say

Solution to one problem is much much more than no solution!




234536
flyingtux
Re: Getting the webmail module to work - Here's the file!
  • 2004/9/25 19:57

  • flyingtux

  • Not too shy to talk

  • Posts: 146

  • Since: 2004/9/6 1


Of course I'm not going to push anybody to do what he dislike... If somebody would like to work on such a feature and it'll work: welcome!
But, to my mind, it would be better to focus on some more "core" functions like:
-support for multiple SMTP;
-support for IMAP 4 protocol.
Take care,
ft
P.S:
"Sorry if I contributed to any confusion, Flyingtux."
There's absolutely no problem, bbgds... I just got confused and I asked to claryfy just because I wanted to understand the problem!



234537
tjnemez
Re: Back Up of Xoops Database
  • 2004/9/25 19:56

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


check out this module, XOOPS backup 2.20:http://www.nagl.ch/modules/mydownloads/

i use and its simple.



234538
Mithrandir
Re: Back Up of Xoops Database

PHPMyAdmin has a limit of Max: 51,200KB in size of the .sql file to import into the database. I guess the same applies to the other way around.

However, if you restore the database from a file, this file must be within the upload limit of the webserver, which is usually around 2 MB - set in the webserver's php.ini



234539
bbgds
Re: Getting the webmail module to work - Here's the file!
  • 2004/9/25 19:46

  • bbgds

  • Just popping in

  • Posts: 93

  • Since: 2004/7/23


Just to clarify, the error wasn't WebMail's fault, it was my webhost's.

Sorry if I contributed to any confusion, Flyingtux.
bbgds

PS - Kaotik, I seem to remember Draven and Tom knowing of a webmail application where users can create new accounts, etc. May save you some time, should you decide to go that way



234540
tjnemez
Re: H1
  • 2004/9/25 19:46

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


usually you would set your fonts in body:

body {
font-size: 11px;
}

headings which can be set in precetages (in this case of 11px) or you can set to px, em or pt:

h1 {font-size: 200%}
h2 {font-size: 190%}
h3 {font-size: 180%}
h4 {font-size: 150%}
h5 {font-size: 120%}

the above would be default and then you can override by how you style a element as in your example.







Login

Who's Online

244 user(s) are online (166 user(s) are browsing Support Forums)


Members: 0


Guests: 244


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