61
JS
ok last question :) PM colors
  • 2006/8/15 16:11

  • JS

  • Just popping in

  • Posts: 87

  • Since: 2002/12/16


I have managed to fix some of the PM colors used on my site however after you send a PM you get a screen that you can close or click a link to close. It basicaly is a confermation screen that you pm was sent.

The problem I have is it is white on white and you can't see the links unless you hover over it. I have looked around and I can't seem to find the files to modify to change the background colors for this page. anyone know where i can make that mod at. if it is in the css file I would love to make the change there but I'm just not seeing it for some reason.

Thanks!
[img align=left]http://www.theood.com/modules/roster/sig.php?name=Talric [/img]



62
JS
Thank you for logging in screen and others
  • 2006/8/15 0:43

  • JS

  • Just popping in

  • Posts: 87

  • Since: 2002/12/16


I was wondering if someone knew how to change the color of the thank you for loggin in screen and other associated screens like to post confermation screens and stuff
[img align=left]http://www.theood.com/modules/roster/sig.php?name=Talric [/img]



63
JS
changing the text color for just newbb 2 forums
  • 2006/8/14 16:59

  • JS

  • Just popping in

  • Posts: 87

  • Since: 2002/12/16


All,

I have put a new theme into play on my site however I would like the change the forums text color. and just for the forum post text and titles. and I would like to do it when you are viewing the forums not the recent topics block.

I am hoping this will be fairly easy in the CSS but not sure how to hook the text I want.

I'm using the newbb 2 module with XOOPS 2.0.14 build

if you want to look at what I'm trying to do my site is www.theood.com you can get an idea as an anon user but to really see the full effect register and login and you will see what I am talking about when it comes to leaving the recent post block in tacked and just changeing the text in the forums to a black color.

Thanks!
[img align=left]http://www.theood.com/modules/roster/sig.php?name=Talric [/img]



64
JS
Multiple Site under one site?
  • 2006/7/18 22:33

  • JS

  • Just popping in

  • Posts: 87

  • Since: 2002/12/16


I have a question I was hoping someone here would be able to answer.

Our company would like to use XOOPS as our internal intranet site. However each department would like to have it's own area of the site so they can post information that pertains only to them. Is there a module out there that would allow me to do this easly? I know I can just create a bunch of XOOPS sites but then people would have to login to all the sites and I wouldn't hear the end of that.

Also is there a way to set XOOPS up so that it uses the credintals of the localy logged on user or uses the users AD account to access the site?

Thanks!
[img align=left]http://www.theood.com/modules/roster/sig.php?name=Talric [/img]



65
JS
Upgrade path from 2.0.9.1 to 2.0.13.2
  • 2005/12/22 18:41

  • JS

  • Just popping in

  • Posts: 87

  • Since: 2002/12/16


What would be the path to upgrade 2.0.9.1 to 2.0.13.2? Do I have to install each incramental patch from 2.0.9.1 all the way up to 2.0.13.2 in order to get there or could I just dump 2.0.13.2 in and have it work just fine?

Thanks!

Also I ported an app into XOOPS how do I go about offering it up here for others to use?
[img align=left]http://www.theood.com/modules/roster/sig.php?name=Talric [/img]



66
JS
trying to get a link to work
  • 2005/12/22 6:21

  • JS

  • Just popping in

  • Posts: 87

  • Since: 2002/12/16


Trying to get this link to work in my XOOPS forums on my site in a users signature. Would anyone know how to make this link show the pic that it generates in someones signature.

If you click the link you will see what the pick looks like

http://www.theood.com/modules/roster/sig.php?name=Talric
[img align=left]http://www.theood.com/modules/roster/sig.php?name=Talric [/img]



67
JS
Re: Help please (post from another forum)
  • 2005/12/22 0:57

  • JS

  • Just popping in

  • Posts: 87

  • Since: 2002/12/16


Well the module doesn't use group permissions to actualy display information but It just needs to call it's tables in the database and I could go through and recode everything but I was trying to find a nice easy way to not have to recode the module again when they updated the app.

Was just hoping someone had an idea :)
[img align=left]http://www.theood.com/modules/roster/sig.php?name=Talric [/img]



68
JS
Help please (post from another forum)
  • 2005/12/22 0:34

  • JS

  • Just popping in

  • Posts: 87

  • Since: 2002/12/16


I posted this in a different forum and didn't get any responses so maybe I posted inthe wrong forum hopefuly someone can help me here

all I am working on porting an app into a module that someone else created. Because I am not the primary dev team working on this app I want to make the port as easy as possible so that when they upgrade the app and I have to re-port it to XOOPS it will not be a nightmare.

The problem I have is that they don't use any prefex's in there database calls and there is a ton of code that I would have to change in order to get it to use the prefex that XOOPS adds to the database entries when it loads in the sql file to create the databases.

The question I have is there a way to tell XOOPS when it is installing the module to NOT add the prefix to the tables it is creating in the database. If I can do this then this module port will be easy! the module doesn't use accounts so I don't have to worry about that it just has to retieve information from the database tables without a prefex in them.

any help would be wonderful!

Thanks!
[img align=left]http://www.theood.com/modules/roster/sig.php?name=Talric [/img]



69
JS
Porting an app into a module
  • 2005/12/21 18:02

  • JS

  • Just popping in

  • Posts: 87

  • Since: 2002/12/16


all I am working on porting an app into a module that someone else created. Because I am not the primary dev team working on this module I want to make the port as easy as possible so that when they upgrade the app and I have to re-port it to XOOPS it will not be a nightmare.

The problem I have is that they don't use any prefex's in there database calls and there is a ton of code that I would have to change in order to get it to use the prefex that XOOPS adds to the database entries when it loads in the sql file to create the databases.

The question I have is there a way to tell XOOPS when it is installing the module to NOT add the prefix to the tables it is creating in the database. If I can do this then this module port will be easy! the module doesn't use accounts so I don't have to worry about that it just has to retieve information from the database tables without a prefex in them.

any help would be wonderful!

Thanks!
[img align=left]http://www.theood.com/modules/roster/sig.php?name=Talric [/img]



70
JS
Re: Upgrade path from 2.0.13.1 to 2.2.x?
  • 2005/12/1 14:57

  • JS

  • Just popping in

  • Posts: 87

  • Since: 2002/12/16


bump for an answer :)
[img align=left]http://www.theood.com/modules/roster/sig.php?name=Talric [/img]




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



Login

Who's Online

121 user(s) are online (77 user(s) are browsing Support Forums)


Members: 0


Guests: 121


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