51
Vargr
Re: Karma System
  • 2004/3/3 7:36

  • Vargr

  • Not too shy to talk

  • Posts: 130

  • Since: 2003/6/19


I haven't heard of such a system, but that is not to say, that such a system does not exist for XOOPS.

Interesting idea, though.



52
Vargr
Re: Cant login!
  • 2004/3/3 7:32

  • Vargr

  • Not too shy to talk

  • Posts: 130

  • Since: 2003/6/19


Hmmm...

How about firewall in your router?

Have you changed the way your browser handles cookies?



53
Vargr
Re: Cant login!
  • 2004/3/2 21:38

  • Vargr

  • Not too shy to talk

  • Posts: 130

  • Since: 2003/6/19


Are you running a firewall?



54
Vargr
Re: where can i find xoops smarty's variables?
  • 2004/3/2 17:42

  • Vargr

  • Not too shy to talk

  • Posts: 130

  • Since: 2003/6/19


Sounds good.

Any list will be useful.



55
Vargr
Re: SOLVED - Making Xoops CONTENT Multilingual *Fixed Code Quote problem*
  • 2004/3/2 16:58

  • Vargr

  • Not too shy to talk

  • Posts: 130

  • Since: 2003/6/19


You probably have to wait a little longer for it. The work is progressing nicely and the endresult should be well worth waiting for.

What I have seem so far of the work in progress looks very good indeed.



56
Vargr
Re: Forum Catalog Title Background Color and Font Color
  • 2004/3/2 16:50

  • Vargr

  • Not too shy to talk

  • Posts: 130

  • Since: 2003/6/19


A few questions:

1: Do you know how to clone the templates?

2: Do you know how to copy the default theme and give it a new name?

3: Are you familiar with ASCII editors?

My email is sent to you as PM.



57
Vargr
Re: Can't be two webmasters on same site?
  • 2004/3/2 11:16

  • Vargr

  • Not too shy to talk

  • Posts: 130

  • Since: 2003/6/19


Remember, you have to place your friend in the admin group under Groups in the Admin part of XOOPS.

Select Webmasters, go to the buttom and move your friend into the group. And voila, he is a webmaster of your site.

The ranking system under users is only dressing / it looks nice but does nothing with regard to permissions.



58
Vargr
Re: Xoops text editor problem in new block
  • 2004/3/2 9:32

  • Vargr

  • Not too shy to talk

  • Posts: 130

  • Since: 2003/6/19


I go to ADMIN/BLOCKS and goes to Add New Block.

Leave everything be.

Add a new title.

In contents, write:

This is a test
<br>
<br>
<font color="red">red color</font>
<br>
<a href="http://yahoo.com">This is a link</a>
<br>
End of test
<br>


Select content type as HTML.

Save.

And it should work.

It works here.



59
Vargr
Re: Forum Catalog Title Background Color and Font Color
  • 2004/3/2 9:03

  • Vargr

  • Not too shy to talk

  • Posts: 130

  • Since: 2003/6/19


Sorry if my reply wasn't detailled enough. I forgot that my setup might differ from the default one.

First of all, you should make a copy of your theme, so you don't use your default theme supplied with XOOPS.

This can be done by simply copying the existing XOOPSROOT/themes/default to XOOPSROOT/themes/my_theme (you should probably choose a better name).
Remember to go to ADMIN, SYSTEM ADMIN and choose Settings, general settings and change the standard theme to "my_theme".

This way you can play around with the theme and you will always have a fall-back theme if you mess up or if you just want to see how the default settings were.


In your new theme's CSS, locate:

.outer {border: 1px solid silver;}
.head {background-color: #c2cdd6; padding: 5px; font-weight: bold;}
.even {background-color: #dee3e7; padding: 5px;}
.odd {background-color: #E9E9E9; padding: 5px;}
.foot {background-color: #c2cdd6; padding: 5px; font-weight: bold;}
tr.even td {background-color: #dee3e7; padding: 5px;}
tr.odd td {background-color: #E9E9E9; padding: 5px;}


and add

.outerhead a {
font-size: 15px;
color: #ffffff;
}

.outerhead a:hover {
color: #FF0000;
}


Go to the template for the forum (ADMIN/System Admin/Templates/My_templates/Forum/ newbb_index.html
This requires that you have already made a clone of your default templates, as YOU CANNOT CHANGE THE DEFAULT TEMPLATES!

Find this:

<!-- start forum categories -->
<{section name=category loop=$categories}>
<table cellspacing="1" class="outer">
<tr align="left" valign="top"><th colspan="6"> <a href="<{$xoops_url}>/modules/newbb/index.php?cat=<{$categories[category].cat_id}>">
<{$categories[category].cat_title}></a></th></tr>
<tr class="head" align="center">


and change it to:

<!-- start forum categories -->
<{section name=category loop=$categories}>
<table cellspacing="1" class="outer" border="3">
<tr align="left" valign="top"><th colspan="6"
class="outerhead"> <a href="<{$xoops_url}>/modules/newbb/index.php?cat=<{$categories[category].cat_id}>"><font size="+1">
<{$categories[category].cat_title}><font size="-1"></a></th></tr>
<tr class="head" align="center">


You will have to do this various places thoughout the newsbb templates.

I hope it became a little more clear now and sorry for giving you a half-answer based on wrong conditions first time.

Do ask if you need clarifications or further help.



60
Vargr
Re: HTML without CSS interfering
  • 2004/3/2 8:28

  • Vargr

  • Not too shy to talk

  • Posts: 130

  • Since: 2003/6/19


Very interesting approach. I will try it out when I get home. There is no Open Office on this machine, so I have to get to my own.

The problem might be the extensive use of Visual Basic in the Excel spreadsheet, but I will have a look at it.

Thank you.

And yes; M$ applications are generally evil...




TopTop
« 1 ... 3 4 5 (6) 7 8 9 ... 13 »



Login

Who's Online

216 user(s) are online (133 user(s) are browsing Support Forums)


Members: 0


Guests: 216


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