71
TottoBG
Re: Exporting user database for email
  • 2005/11/2 20:28

  • TottoBG

  • Not too shy to talk

  • Posts: 111

  • Since: 2005/8/18


Quote:
Anyone know how to do this or has anyone been able to send email in html format through xoops?

'evennews' was one of the XOOPS modules with this feature that seems to be mentioned mostly around but haven't tried it yet and can't help with more information. But I'm sure some of the othere users or devs will join this topic Try a search here in the support forums and take a look at the results - much information you'll be able to get.



72
TottoBG
Re: Some moduls arent working with XOOPS 2.2.3.
  • 2005/11/1 22:05

  • TottoBG

  • Not too shy to talk

  • Posts: 111

  • Since: 2005/8/18


Poslanik, you don't have to chmod anything inside your '/modules' directory.



73
TottoBG
Re: Image Border Not Showing Up - Easy HTML
  • 2005/11/1 21:51

  • TottoBG

  • Not too shy to talk

  • Posts: 111

  • Since: 2005/8/18


tedsmith, try giving the border property by css, like this:
<img src="/modules/wfchannel/html/mypicture.gif" alt="My ALT value" style="border: 2px solid" height="280" width="250" />



74
TottoBG
Re: Get list of members
  • 2005/11/1 21:37

  • TottoBG

  • Not too shy to talk

  • Posts: 111

  • Since: 2005/8/18


The 'more than full' members list is the xoopsprefix_users table in your DataBase Don't know if there's modules which does it itself, but you could directly extract it from the db. Or at least, a short php script could call that table and write the needed fields to a txt file. (All this if you got direct access to your database!)



75
TottoBG
Re: Broken Patch 2.0.13.1 ->2.0.13.2
  • 2005/11/1 21:27

  • TottoBG

  • Not too shy to talk

  • Posts: 111

  • Since: 2005/8/18


As someone of the devs said, it was only this file missing in the first released patch. So it should be enough to just upload only this on the place of the 'not working properly' one.



76
TottoBG
Re: Where do I find XoopsHeadline
  • 2005/11/1 21:22

  • TottoBG

  • Not too shy to talk

  • Posts: 111

  • Since: 2005/8/18


As i know 'xoopsheadlines' hasn't been developed for a really long time and the 'xhld' fork is a newer one. At least, when i looked for a rss displaying module in XOOPS project page on sourceforge.net found only 'xhld' and not 'xoopsheadlines' there. And 'xhld' is working good as I'm using it.
dleewo, it's really difficult talking about "official" XOOPS modules don't think there could be such a thing.. As all the modules are developed by some devs around the project, but different of the core team with some small exceptions.



77
TottoBG
Re: Blank page after whm backup restore !! HELP
  • 2005/10/31 22:24

  • TottoBG

  • Not too shy to talk

  • Posts: 111

  • Since: 2005/8/18


The last message comes when the option for allowing new users registration is off. If you got access to the database, there's a prefix_config table where are all these system options. So if you find it you'll be able to manually turn it on by changing the field value. Just think this way, not able to check now..



78
TottoBG
Re: Mail Template
  • 2005/10/30 18:23

  • TottoBG

  • Not too shy to talk

  • Posts: 111

  • Since: 2005/8/18


I'd say I'm not well familiar with 2.2.x translation files using so let the devs say.



79
TottoBG
Re: Mail Template
  • 2005/10/29 19:17

  • TottoBG

  • Not too shy to talk

  • Posts: 111

  • Since: 2005/8/18


Hi harlis,
The language files ('/language/english/user.php' in your case) are where some text value is assigned to the language constants and _US_YOURACCOUNT is right such as constant. So when you see the constant name itself and not a text value there should be that could be because there's no text assigned to it - just as you say there's no such entry there. So add a line like

define('_US_YOURACCOUNT','text you want here to be on the place of this constant');

to that /language/english/user.php and it should find it and replace it then.



80
TottoBG
Re: Center logo ?
  • 2005/10/16 19:14

  • TottoBG

  • Not too shy to talk

  • Posts: 111

  • Since: 2005/8/18


In css 'middle' is used for vertical-align and 'center' for horizontal align. And 'text-align' is used to align the content of a block element (like a td, div, span, p, for example), so it shouldn't work for an inline content element (like an img). But in fact I haven't seen a horizontal align css inline property, while the vertical-align one works ok. Don't know..




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



Login

Who's Online

221 user(s) are online (164 user(s) are browsing Support Forums)


Members: 0


Guests: 221


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