61
markesh
Re: After installation: Xoops page but no link for admin panel.
  • 2007/7/18 17:37

  • markesh

  • Just popping in

  • Posts: 79

  • Since: 2007/7/14


Hi,

looks fine so far. That's all you get for the anonymous user frontend

I just tried to registrate. Obviously the system doesn't send emails (at all / immediately?)...

Have you tried to login as user or admin? You should then get the user menue ans, as an admin, get to the admin area.

kind regards
markesh
First German XOOPS book: XOOPS-Buch.de



62
markesh
How long are activation emails valid?
  • 2007/7/17 12:38

  • markesh

  • Just popping in

  • Posts: 79

  • Since: 2007/7/14


Hi,

I've seen this with many systems: When I register, I have to activete my account within a certain amount of days, e.g. 3 days.

just wondering:

When a new user registers, he will get a activation email. His name is now in the database and cannot be used by another new member.

Does XOOPS provide a similar function as described above?

Is there a "to be used until" option? i.e. does the activation mail / activation link expire, or are they valid until the end of days? And where could I change this without having to go to system admin and kick off all the inactive users?


TIA & kind regards
markesh
First German XOOPS book: XOOPS-Buch.de



63
markesh
Re: My links in alphavetical order
  • 2007/7/17 11:54

  • markesh

  • Just popping in

  • Posts: 79

  • Since: 2007/7/14


Hi,

instead of

ORDER BY l.title ASC

use

ORDER BY l.title DESC

(ASC = ascending, DESC = descending)


hth
markesh
First German XOOPS book: XOOPS-Buch.de



64
markesh
Re: Having problems with my banner!!! :(
  • 2007/7/15 17:47

  • markesh

  • Just popping in

  • Posts: 79

  • Since: 2007/7/14


Hi, wyattwang,

Quote:

a) Can someone help me with the concept of banners? What is meant by "Current Active Banner", "Finished Banner" and "advertising client"?

b) What does the "Date Started" and "Date Ended" means in "Finished Banner"?


These refer to paying advertising clients who buy a certain amount of banner presentations.

Quote:

c) My current banner is 800pixel in length. However, most screens are now 1024pixels. Are there any ways where I can stretch (in porportion) so that my banner can cover the entire screen? or to remove the blue patch that is at the either side of the banner?


you could cange the current theme's style.css (to be found in the current theme's folder, e.g. themes/default/) like this:

search for the line

td#headerbanner {width: 100%; background-color: #2F5376; vertical-align: middle; text-align:center;}


and change the current bg color #2F5376 to #FFFFFF:

td#headerbanner {width: 100%; background-color: #FFFFFF; vertical-align: middle; text-align:center;}



nice banner, btw


HTH & kind regards
markesh
First German XOOPS book: XOOPS-Buch.de



65
markesh
Re: How to Add Popup Window
  • 2007/7/14 17:02

  • markesh

  • Just popping in

  • Posts: 79

  • Since: 2007/7/14


Quote:

script_fu wrote:

Put the code in a custom block that you want to display the popup. You can also add your picnic info in the block so it has some content.

Now all you have left to do is give the block permission so it will show where you want the pop up to display.


This is a very smart solution. You can also assign the block to the homepage only, so it won't pop up with every document.


kind regards
markesh
First German XOOPS book: XOOPS-Buch.de



66
markesh
smarty tags in custom blocks
  • 2007/7/14 6:43

  • markesh

  • Just popping in

  • Posts: 79

  • Since: 2007/7/14


Hi,

I'm almost desperate because I can't get those smarty tags work in my custom blocks.

No problem with the special {X_SITEURL}, works fine (are there more like this, or is this the only one?) --

but e.g. <{$xoops_sitename}>

How do I tell XOOPS to echo this?

I've tried HTML, PHP and Autoformat, with and w/o < > and {} parenthesis, with and w/o quotes, searched the forum and smarty faq and the net. The few examples refer to templates only.

I also tried to copy the contents of a system block (e.g. the login block) to a custom block. It didn't work like the original one.

A small detailed piece of code would help me a lot to figure out the rest.



Thanks a lot in advance
markesh
First German XOOPS book: XOOPS-Buch.de




TopTop
« 1 ... 4 5 6 (7)



Login

Who's Online

228 user(s) are online (152 user(s) are browsing Support Forums)


Members: 0


Guests: 228


more...

Donat-O-Meter

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

Latest GitHub Commits