21
figu78
Re: centralising the zetagenius theme....
  • 2008/5/8 10:27

  • figu78

  • Just popping in

  • Posts: 60

  • Since: 2006/8/19


This is what i've got in Style.css:

center; /* for IE */
}

div#wrapper {
text-align:left; /* reset text alignment */
width:748px; /* or a percentage, or whatever */
margin:0 auto; /* for the rest */
}

Helpful?



22
figu78
Re: How can I see log of my Xoopspoll
  • 2008/4/28 11:37

  • figu78

  • Just popping in

  • Posts: 60

  • Since: 2006/8/19


The same thing for me after move my site to another host, everything is ok in the database but there's nothing in the admin interface.

Anyone knows anything about it??



23
figu78
Re: xoops editors + News 1.56
  • 2008/4/22 23:09

  • figu78

  • Just popping in

  • Posts: 60

  • Since: 2006/8/19


No way, I was using the right path to the editors. But Tinyeditor is still giving me a blank page.

I would like to use tiny editor as the default editor in the whole page, but the most important for me right now is the news module.

Help!!

Thanks guys,
David



24
figu78
xoops editors + News 1.56
  • 2008/4/22 8:13

  • figu78

  • Just popping in

  • Posts: 60

  • Since: 2006/8/19


Hi,

I'm trying to setup xoopseditors and news (xoops 2.0.17, news 1.56) to work together. The thing is that I don't know how to configure xoopseditors to work with news and I didn't find a step by step doc to setup these tools.

What I want is to configure all the wysiwyg editors so any admin user could select it. Right now the only one that works for me is fckeditor (dhtml is working too) but if I try to select any other the text box disapear and tiny editor shows a blank screen with a text like this: "edit article"

Could anyone help me?

Thanks in advance,
David



25
figu78
classified ads fields
  • 2008/4/14 14:25

  • figu78

  • Just popping in

  • Posts: 60

  • Since: 2006/8/19


Hi,

Is there any way to add new fields to classified ads module??

Thnaks guys,
David



26
figu78
Whitepapers module
  • 2008/4/10 11:42

  • figu78

  • Just popping in

  • Posts: 60

  • Since: 2006/8/19


Hi,

I wonder if Cordemanon whitepapers module works on XOOPS 2.0.18.1 or not. Is there any other module that I could use in the same way??



27
figu78
Re: Private messages
  • 2008/4/7 11:37

  • figu78

  • Just popping in

  • Posts: 60

  • Since: 2006/8/19


Where should I add this piece of code??

FYI, I've found another solution using database triggers, if your database is MySQL 5.0.2 or later, you can use triggers, so you can do something like that:

create trigger whatever after insert on xoops_priv_msgs
for each row begin
update xoops_priv_msgs
set to_userid = 1001
where from_userid = 72;
end;

With this code, everytime that user 72 sends a message, this message will be send to a fake user (to_userid=1001)that you can create as a mailbox. Using this method you can store the messages as a clue that this users is sending "abusive messages" instead of block this user.

Right now my hosting has an older version of MySQL so i will use your method by now

Thanks a lot guys.



28
figu78
Re: Private messages
  • 2008/4/6 15:55

  • figu78

  • Just popping in

  • Posts: 60

  • Since: 2006/8/19


well,

The situation is like this:

A user of my web (that i dont want to reject or delete) is sending abusive messages to another user. what i want is remove the user (the second one) from the private messages drop-down list so the first user will not be able to send more messages to the second one.

If you can't see the user, you can't see the message to that user.

Thanks JAVesey.



29
figu78
Private messages
  • 2008/4/5 22:23

  • figu78

  • Just popping in

  • Posts: 60

  • Since: 2006/8/19


Hi guys,

This is very important for me, I wonder if there is a way to hide a user or a group of users in the private message users list.

What i want is to hide a user in the dropdown list that you see when you want to send a private message.

Is it possible??

Is very important, It will be great if someone could help me.

Thanks in advance,

David.



30
figu78
Acojonante
  • 2008/4/1 16:13

  • figu78

  • Just popping in

  • Posts: 60

  • Since: 2006/8/19


Well done!! nice userinfo mod....




TopTop
« 1 2 (3) 4 5 6 »



Login

Who's Online

236 user(s) are online (126 user(s) are browsing Support Forums)


Members: 0


Guests: 236


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits