244871
tjnemez
Re: Start page module w/custom block below?
  • 2004/7/23 21:33

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


you may have to edit your theme.html, what theme are you using?



244872
rcjohnson
Re: Change Font Color Of Category Headings
  • 2004/7/23 21:22

  • rcjohnson

  • Not too shy to talk

  • Posts: 187

  • Since: 2004/7/23


woohooo...it worked! Thank you. That is so much easier on the ole eyeballs.

Just one little prob though. After I updated, I lost the connection to all the forum images. They are all littel red "x's" now.

I looked for a way to fix it, but I have no idea what that little snipet did.

Ryan



244873
pumping_iron
Xoogle doesn't work

Hi,

I installed the Xoogle 0.73 module on my XOOPS 2.0.7 system and received a authentication key from google.
When I submit a search a completely blank page is displayed.
What could be the problem ?

Chris



244874
BERK
Flirt Usersearch and Messenger...
  • 2004/7/23 21:08

  • BERK

  • Just popping in

  • Posts: 10

  • Since: 2004/7/23


Hi all
I'm new in Xoops, I'm looking for a Modul like Msn messenger for XOOPS where the online user can talk to each other by opening pop ups. They should be able to ad their infos hobbys like sports books and fotos to their profile. Is their any such modul fot xoops?
I also look for a modul where users can search for a woman or a man according their age etc



244875
FlySwatter
Start page module w/custom block below?
  • 2004/7/23 20:51

  • FlySwatter

  • Just popping in

  • Posts: 71

  • Since: 2004/6/2 1


I have my start page module set as the FAQ. I have a cusom block "Welcome" that shows only on the TOP page and displays above the FAQ.

Tried everything I could think of but can't seem to place the custom block below the FAQ.

Is this possible?



244876
lavaburst
Re: Jabber authentication via Xoops?
  • 2004/7/23 20:47

  • lavaburst

  • Just popping in

  • Posts: 77

  • Since: 2004/6/13


I just hooked up a chat room to my XOOPS site and it uses a module called IRCMod 2.0

The nice thing is its integrated with XOOPS and IRC so it will use their XOOPS username (if they are logged in of course)

I think using Jabber is a good idea too, but im very partial to IRC since its been around for 15 years and works so well.

You can find the IRCmod 2.0 module here:

Link

(It does require Java)

there are many irc servers you can use (for free)

you could try irc.efnet.org in the settings.

and set your own channel name (make sure the channel doesnt exist already, you can create ANY channel on IRC)

Also, i edited the default username because it was in french (Visiteur??) .. I changed it to Visitor??


You can see it in action here:

hyperpod.net/modules/ircmod



244877
lavaburst
Re: Change Font Color Of Category Headings
  • 2004/7/23 20:32

  • lavaburst

  • Just popping in

  • Posts: 77

  • Since: 2004/6/13


Yeah, Dark Grey text on Dark Blue background doesnt seem to show up very well for some reason :)

_Dan



244878
rcjohnson
Re: Change Font Color Of Category Headings
  • 2004/7/23 20:28

  • rcjohnson

  • Not too shy to talk

  • Posts: 187

  • Since: 2004/7/23


argh, what have I gotten myself into. The scary thing is, I've been looking at all this code for about 20 hours now...I think Im starting to understand portions of it.

Anyhow, thanks Dan, I'll give it a shot.




244879
mikeytheman
Re: Jabber authentication via Xoops?

i don't know if this of any help...but i wanted to add a web-based jabber client so that i could access my im services from school without having to download everything every time...and came acrossWebMessenger..not sure about porting it to xoops...but that might work maybe?



244880
lavaburst
Re: Change Font Color Of Category Headings
  • 2004/7/23 20:26

  • lavaburst

  • Just popping in

  • Posts: 77

  • Since: 2004/6/13


Hello!,

Im using the default template also on a few sites, and I have had to fix this problem since the default theme with xoops2.0.7 is broken right now in my opinion. (i guess they want you to install a new theme :) )


Heres one way to fix it:

Open /themes/default/style.css

Add this right after the TH style tag:
.onth {color: #ffffff;}

(save,upload)

then open /modules/newbb/templates/newbb_index.html


and about line 16: change this


<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>


to this:

<tr align="left" valign="top">
<
th colspan="6">
<
class="onth" href="<{$xoops_url}>/modules/newbb/index.php?cat=<{$categories[category].cat_id}>">
<{
$categories[category].cat_title}>a>th>
tr>


notice I added class="onth" to the A tag

Then upload /modules/newbb/templates/newbb_index.html

Then go into Admin -> Modules -> newbb

and click on "Update"

You should see no errors.

Then go to your forum front and you should see the categories are visible (using White)


I hope that helps!

_Dan







Login

Who's Online

139 user(s) are online (110 user(s) are browsing Support Forums)


Members: 0


Guests: 139


more...

Donat-O-Meter

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

Latest GitHub Commits