291881
Shijk
Re: Gray Line
  • 2003/9/15 22:47

  • Shijk

  • Just popping in

  • Posts: 51

  • Since: 2003/8/7 2


thnx for your reply..

but I can't find anything that looks like that




291882
hsalazar
Re: Gray Line
  • 2003/9/15 22:28

  • hsalazar

  • Just popping in

  • Posts: 78

  • Since: 2003/2/6 1


Shijk:

That gray line you see appears so because that's the default behaviour in absence of a defined stylesheet selector. What you need to do is to include in your stylesheet a selector for the element fieldset, the responsible of the curved borders frame around your center-center block. So you need to add something like:
.fieldset
    
{
    
color#cc0000;
    
}


in your stylesheet. Of course you have to specify whatever color you want.

Cheers.



291883
Shijk
Gray Line
  • 2003/9/15 22:14

  • Shijk

  • Just popping in

  • Posts: 51

  • Since: 2003/8/7 2


Hi there..

I've got a problem with the block RECENT TOPICS
The border is gray and I wanne change the color but I can't figure out where to do..

Here is a screenshot..
Resized Image

Ps: Sorry for my bad english..



291884
Derya
Re: dictionary modules
  • 2003/9/15 21:31

  • Derya

  • Module Developer

  • Posts: 40

  • Since: 2003/5/12


If you want to have your own glossary module, than I have a quick &dirty integration of the great glossword script. you only need to make this changes:
Move glossword dir from zip into your XOOPS module dir.
Open "db_config.php" and make your database changes. Select "xoops_gw_" as table-prefix.
Install like glossword install guide.

open index.php in your glossword dir:
add "include "../../mainfile.php";" to line 490
and "include XOOPS_ROOT_PATH."/header.php";" to line 491
uncomment "$oHdr->add('Content-Type: text/html; charset='.$L->languagelist("2"));" maybe line 492
and add "include XOOPS_ROOT_PATH."/footer.php";" bevor ?>

Create a xoops_version.php like this
<?php
$modversion
['name'] = 'Glossword';
$modversion['version'] = 1.00;
$modversion['description'] = '';
$modversion['credits'] = "";
$modversion['author'] = "";
$modversion['help'] = "";
$modversion['license'] = "GPL see LICENSE";
$modversion['official'] = 1;
$modversion['image'] = "logo.gif";
$modversion['dirname'] = "glossword";

//Admin things
$modversion['hasAdmin'] = 0;
$modversion['adminmenu'] = "";

// Menu
$modversion['hasMain'] = 1;
?>

Now, you need to install it in your module admin.And it must work, now.

Glossword needs utf-8 encoding, that means you need to change the encoding of your language files. Open them with notepad.exe and save them in utf-8, change the XOOPS encoding in your languages global.php file and set mulitbyte encoding.

The difficult think is to change the encoding of your content. If your site doesn't use special charecters, maybe you don't have to change somethink. But if you use special characters, you need to change it...how? don't ask me...

Now, you can make changes to glossword templates to fit it into your site and if you want you can try to create some blocks

This is only a quick&dirty integration, this means the Admin section of glossword is standalone, it's not inluded in xoops. You and your glossary editors need an glossword accout to manage the glossaries.
But on userside it looks like every oother XOOPS module.

Here you can download glossword:
Sourceforge project page
Homepage is not everytime up...but the versions are newer than on the project page and you can finde here all language packs.



291885
David_Topping
"Could not insert forum post"

My site is located athttp://www.humbersideonline.com/modules/news/ and whenever users try to post in the forums (replies, topics, etc.), they get a 'Could not insert forum post' error on a page with the site's template around it. However, when they try to post TOPICS, they still show up on the 'Recent Topics' block, but with no 'Last Post' field (check the site). If you then go to that topic, it's completely blank; there is the typical table that is normally there for a post, put there is no content within it (not even a 'Poster' column). There are also no 'Reply' buttons below it as normal.

Please please help!



291886
Ace_Armstrong
Re: dictionary modules

Quote:

josecruz wrote:
has anyone ever seen a module that taps into the numerous online dictionaries to provide word meaning lookups; Dictionaries like Websters online, or the cia factbook?

I could probably cobble something together myself, but I thought I'd check to see if soemthing was already around.

Jose


Check out what we did at www.GLOAMING.us

We have a thesauraus, dictionary, and legal dictionary that we added inside of a custom block using scripts supplied by law.com and www.m-w.com



291887
DobePhat
Re: Auto login
  • 2003/9/15 16:15

  • DobePhat

  • Friend of XOOPS

  • Posts: 656

  • Since: 2003/4/15


-Thanks! oops! Clicked back in browser!



291888
DobePhat
Re: Auto login
  • 2003/9/15 16:14

  • DobePhat

  • Friend of XOOPS

  • Posts: 656

  • Since: 2003/4/15


sounds great onu. , I will however wait awhile...my last upgrade really sort of slowed me down for awhile with all the fixes. So it would probably be better to do a fresh install.

Meanwhile however,
I am very happy this feature has finally been made accessible.

With this one: 'JOE,
how does it affect who's online Block, if at all?

Works with globals off?

Thanks!



291889
PureLuXus
Re: My newbb hack
  • 2003/9/15 13:02

  • PureLuXus

  • Not too shy to talk

  • Posts: 116

  • Since: 2002/1/3 2


what u hacking?
any infos?
i cant post at the forum



291890
onokazu
Re: Auto login
  • 2003/9/15 12:23

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


The autologin feature has now been added to the core on CVS. Thanks to all who have contributed on this hack. This will be present in 2.0.4 which is to be released very soon.







Login

Who's Online

243 user(s) are online (154 user(s) are browsing Support Forums)


Members: 0


Guests: 243


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