31
kavaXtreme
Re: Looking for help (plea$e)
  • 2005/4/19 11:10

  • kavaXtreme

  • Repository Maintainer

  • Posts: 110

  • Since: 2005/1/17


Out of curiosity, has this question been resolved?



32
kavaXtreme
Re: Gold theme and browser issues.
  • 2005/4/18 19:34

  • kavaXtreme

  • Repository Maintainer

  • Posts: 110

  • Since: 2005/1/17


Chappy is right. The problem is that in xhtml there is no "background" attribute for the <td> tag. The background image has to be called from CSS. Fortunately this is pretty easy to do. You could do something like:
Add
class=titlebarbg
to the two <td> tags in theme.html that need it.

And
.titlebarbg {background: url("bg-tab-menu.gif");}
to style.css.
Btw, that theme on your site does not validate as valid xhtml in a few other areas too.



33
kavaXtreme
Re: Dynamic Theme
  • 2005/4/16 20:01

  • kavaXtreme

  • Repository Maintainer

  • Posts: 110

  • Since: 2005/1/17


You guys are tops! Thanks for all the great input.

I think I'm nearly where I need to be, but there's still something I can't figure out.

$xoops_cmod works fine if I use it with an operator and a text string. (i.e. $xoops_cmod == "theme") What doesn't seem to work for me is if I assign text to a variable early on and then try to use that with an operator later. (i.e. $xoops_cmod == $themetitle)

Any ideas? Could it be that the variable needs to be made into a Smarty variable? And if so, how does one do that?



34
kavaXtreme
Re: read more section
  • 2005/4/13 16:37

  • kavaXtreme

  • Repository Maintainer

  • Posts: 110

  • Since: 2005/1/17


YourHelp,
Rather than PMing you, I'll ask so everyone can see.

I just downloaded w.bloggar, but can't get it to work yet. It returns "Unable to parse XML response. Parser Reason: XML document must have a top level element." Any experience with that or thoughts on how to fix it?



35
kavaXtreme
Re: Gold theme and browser issues.
  • 2005/4/13 8:42

  • kavaXtreme

  • Repository Maintainer

  • Posts: 110

  • Since: 2005/1/17


I get the same error message in Firefox. In IE it describes it as:
HTTP Error 403 - Forbidden
You are not authorized to view this page

1. Are your files in the public_html folder?
2. If yes, CHMOD 755. (I do this through my FTP client. Right click on the folder, choose properties, and set the appropriate read, write, execute values.)
3. Also check your permissions for your anonymous users group in Xoops.



36
kavaXtreme
Add block to footer
  • 2005/4/9 10:09

  • kavaXtreme

  • Repository Maintainer

  • Posts: 110

  • Since: 2005/1/17


This FAQ should do the trick for you. It applies to the header, but it should be pretty obvious how to apply it to the footer. And if not you can always post again.



37
kavaXtreme
Re: Recent News titles to include topic?
  • 2005/4/8 15:56

  • kavaXtreme

  • Repository Maintainer

  • Posts: 110

  • Since: 2005/1/17


Several PHP tutorials and a lot of hours later, I've figured out how to do it in 1.3. It's actually much easier than in 1.2. In fact, it's so easy the thought of the time I put into figuring it out is nearly enough to make me break down and sob like a child. On the bright side, I can now call myself a beginner in PHP.

So here's what you do:
1. Open news_block_top.html.
2. Locate
<a href="<{$xoops_url}>/modules/news/article.php?storyid=<{$news.id}>" <{$news.infotips}>><{$news.title}></a> <br /><{$news.teaser}></li>
on line 936.
3. Add
<a href="<{$xoops_url}>/modules/news/index.php?storytopic=<{$news.topicid}>"><{$news.topic_title}></a>:
to the beginning of the line.
4. Click save, and you're good to go.

It's that easy. Just the one file to edit.

I still have a question for those who know a lot more about this than I do. If an article is in a sub-category, this method will display only the subcategory. How do I make it display the parent category first? (i.e. parent category: sub-category: news title)



38
kavaXtreme
Re: possible to change font color in headlines?
  • 2005/4/8 7:52

  • kavaXtreme

  • Repository Maintainer

  • Posts: 110

  • Since: 2005/1/17


What module does this question relate to?

Text colors in XOOPS are primarily controlled by the theme's cascading style sheet (CSS). It is called style.css and is located in the theme directory of the theme you have activated. You can learn more about it here.

I say primarily because some modules, such as newbb, have their own style sheets which are located in their root directory. If the module you are using has its own style sheet, you can modify it to achieve your results.



39
kavaXtreme
Re: Need colour help
  • 2005/4/7 17:37

  • kavaXtreme

  • Repository Maintainer

  • Posts: 110

  • Since: 2005/1/17


Definitely not too dark. They suit the design quite well. The only reason they might be too dark is if they distracted from the content or readability, which they don't.



40
kavaXtreme
Re: hard coded language help
  • 2005/4/7 10:25

  • kavaXtreme

  • Repository Maintainer

  • Posts: 110

  • Since: 2005/1/17


Have you followed the instructions in this FAQ?




TopTop
« 1 2 3 (4) 5 6 7 8 »



Login

Who's Online

222 user(s) are online (151 user(s) are browsing Support Forums)


Members: 0


Guests: 222


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