71
mawi27
Re: Menu in buttons instead of text
  • 2006/1/24 12:13

  • mawi27

  • Friend of XOOPS

  • Posts: 103

  • Since: 2006/1/1 1


Quote:

bluenova wrote:
You can edit the Themes CSS file to change the colours, but if you want image buttons, I would recommend using multimenu as you can just add a link to the image for the button very easily.



I have tried that for the user menu, but facing a serious problem: In the standard user menu i see the number of unread messages in the inbox.
How can i get this into multimenu (2.2.x)?

Marco
--
Match Dart!
Darts Ranking, News, Videos, Forum and more



72
mawi27
Re: Customise Members List
  • 2006/1/24 9:31

  • mawi27

  • Friend of XOOPS

  • Posts: 103

  • Since: 2006/1/1 1


Hi nikki,

what is your XOOPS version?
Are you using the xoopsmembers module to generate the Link?

Marco
--
Match Dart!
Darts Ranking, News, Videos, Forum and more



73
mawi27
Re: latest release is 2.2.4 but there is no download?
  • 2006/1/24 7:31

  • mawi27

  • Friend of XOOPS

  • Posts: 103

  • Since: 2006/1/1 1


Pls don't forget all the commercial products:
Microsoft
Oracle
SAP
etc.

They have a loooong tradition delivering versions that have to be patched or SPed before running stable.

Also, as i understand the update to 2.2.4, there would be no problem to expand a 2.2.3, overwrite the files with the 2.2.4 update, zip everything again and voilá you have the full 2.2.4 release.
Is this correct, or did i miss something?

Marco
--
Match Dart!
Darts Ranking, News, Videos, Forum and more



74
mawi27
Re: CSS Problem with my theme
  • 2006/1/23 10:25

  • mawi27

  • Friend of XOOPS

  • Posts: 103

  • Since: 2006/1/1 1


Yes,
that fixed it!
Thanks a lot.

Marco
--
Match Dart!
Darts Ranking, News, Videos, Forum and more



75
mawi27
Re: Stupid Question
  • 2006/1/23 10:19

  • mawi27

  • Friend of XOOPS

  • Posts: 103

  • Since: 2006/1/1 1


Hi Lonestar,
connect to your MySQL database. You have to decide, if you feel more comfortable with a db backup

In the table YourPrefix_groups you find the groupid of your new webmaster group:
SELECT * FROM `xoops_groups`

In the table YourPrefix_users you find the uid of your user
SELECT * FROM `xoops_users`

In the table YourPrefix_groups_users_link you look for the highest linkid
SELECT * FROM `xoops_groups_users_link` ORDER BY `linkid`

Then add a line with the next free linkid, groupid and uid, you want to connect.
INSERT INTO `xoops_groups_users_link` VALUES (next linkid,webmaster groupid,you uid);
e.g.
[i]INSERT INTO `xoops_groups_users_link` VALUES (1, 1, 1);


(This is tested with 2.2.3 / I don't know if there are mayor changes in db structure to 2.0.x !)

Marco
--
Match Dart!
Darts Ranking, News, Videos, Forum and more



76
mawi27
CSS Problem with my theme
  • 2006/1/23 9:52

  • mawi27

  • Friend of XOOPS

  • Posts: 103

  • Since: 2006/1/1 1


Hi all,

i have a problem with my style.css and hopefully there is somebody out there who can help me:

There is a style for Table Footer:
.foot {background-color: #000053; padding: 5px; font-weight: bold; border-top:1px solid #000053;color: #DDDDFF; padding: 5px;}
So I have light-blue Text on dark-blue background.

Now in some cases, when the text is the caption of a link, it is dark-blue -> invisible on the dark-blue background.
I think, the following line is doing this:
a {color: #000053; text-decoration: none; background-color: transparent;}
In most cases, this is what i want, dark-blue Hyperlinks.

But in the table footer I need another color for the Hyperlinks to have them visible!
Is it possible to have the hyperlinks in the footer in another color than in the rest of the page?
Can i achieve it in the style.css or do i have to change the template html?

TIA Marco
--
Match Dart!
Darts Ranking, News, Videos, Forum and more



77
mawi27
Re: ?redirect? help - from www to non-www address
  • 2006/1/23 7:25

  • mawi27

  • Friend of XOOPS

  • Posts: 103

  • Since: 2006/1/1 1


Hi bigzaphod,

did you have a look in your mainfile.php?
Has Xoops-Url the correct setting?

Marco
--
Match Dart!
Darts Ranking, News, Videos, Forum and more



78
mawi27
Re: Problems changing server
  • 2006/1/22 9:24

  • mawi27

  • Friend of XOOPS

  • Posts: 103

  • Since: 2006/1/1 1


Hi tbyte,

take a look in your mainfile.php
There are the things you have to change after moving to a new server:
- Check if the XOOPS Physical Path is remaining the same
- Database connection settings

Marco
--
Match Dart!
Darts Ranking, News, Videos, Forum and more



79
mawi27
Re: Give anonymous users access to module after installation
  • 2006/1/22 9:19

  • mawi27

  • Friend of XOOPS

  • Posts: 103

  • Since: 2006/1/1 1


Hi Cuno,

maybe Mylinks 1.1 does not work with 2.2.3?
I am running wf-links and have tested weblinks and pd-links - all three working fine with 2.2.3
(wf-links is my personal favorite)

Marco
--
Match Dart!
Darts Ranking, News, Videos, Forum and more



80
mawi27
Re: Forum
  • 2006/1/22 9:07

  • mawi27

  • Friend of XOOPS

  • Posts: 103

  • Since: 2006/1/1 1


Hi Azazel,

you can use multimenu for example.

Marco
--
Match Dart!
Darts Ranking, News, Videos, Forum and more




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



Login

Who's Online

180 user(s) are online (80 user(s) are browsing Support Forums)


Members: 0


Guests: 180


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