41
anderssk
Re: show something to new users
  • 2009/7/30 12:45

  • anderssk

  • Quite a regular

  • Posts: 335

  • Since: 2006/3/21


Your pretty happy about Mastop Goto

I feel like You discovered a new module you are extreamly happe for



42
anderssk
Re: show something to new users
  • 2009/7/29 20:02

  • anderssk

  • Quite a regular

  • Posts: 335

  • Since: 2006/3/21


I see.

Try one of the quotes modules.
Make the module/block visible for anonymous but not for registered users.
Add some quotes.


The easy way :
Create a block with custom content and make it visible for anonymous but not for registered users.
That will show static content to anonymous users.

Another way:
Create a block with custom content (HTML) and make it visible for anonymous but not for registered users.
Add the script from here
(change only quote 1, quote 2 or add some more if you need so)


Quote:

<script language="JavaScript">
var Quotation=new Array() // do not change this!
Quotation[0] = "Quote 1";
Quotation[1] = "Quote 2";
Quotation[2] = "Quote 3";

var Q = Quotation.length;
var whichQuotation=Math.round(Math.random()*(Q-1));
function showQuotation(){document.write(Quotation[whichQuotation]);}
showQuotation();
</script>




43
anderssk
Re: show something to new users
  • 2009/7/29 8:28

  • anderssk

  • Quite a regular

  • Posts: 335

  • Since: 2006/3/21


Hmm. Funny idea

The easyest way is to send them a mail, but if they not accept that, i understand you.

1) I would create a group and called it "New users"

2) Create the block, pages you want to show them

3) Allow only "New users" to see the content.

4) Search new users in the admin-sektion and add them to the "New users" group.

It could be done easyer through phpmyadmin if you have many users.








44
anderssk
Re: Problem in 2.3.3 install language
  • 2009/7/28 17:12

  • anderssk

  • Quite a regular

  • Posts: 335

  • Since: 2006/3/21


bump



45
anderssk
Re: Trouble after creating backup
  • 2009/7/26 19:37

  • anderssk

  • Quite a regular

  • Posts: 335

  • Since: 2006/3/21


Your always welcome



46
anderssk
Re: Trouble after creating backup
  • 2009/7/26 17:33

  • anderssk

  • Quite a regular

  • Posts: 335

  • Since: 2006/3/21


Is the file /xxxxxxxxx/xx/xxxxxxxxx/htdocs/.omnilinkit/class/xoopssecurity.php in the directory?



47
anderssk
Re: How do I add the Xoops editor in PHP?
  • 2009/7/21 18:56

  • anderssk

  • Quite a regular

  • Posts: 335

  • Since: 2006/3/21


Even that you got it working, I don't understand what you have done.
Is the code taken from a modul?

You can (if you are using version 2.3.3) change the editor for all modules
Edit the file /xoops_data/configs/xoopsconfig.php

Look for
//"editor"    => "fckeditor",
//"editor"    => "dhtmlext",
/**#@-*/


and change to (for using dhtmlext)
//"editor"    => "fckeditor",
"editor"    => "dhtmlext",
/**#@-*/





48
anderssk
Re: function change Date format
  • 2009/7/21 18:49

  • anderssk

  • Quite a regular

  • Posts: 335

  • Since: 2006/3/21


Dynia - the tread is 4 years old. Many things has changed

Is it in core you want to change date format ore is it in a module?



49
anderssk
Re: Help with Cron-job
  • 2009/7/20 16:10

  • anderssk

  • Quite a regular

  • Posts: 335

  • Since: 2006/3/21


Yes - thats a great module. Useful when creating folders in /uploads and language folders.



50
anderssk
Re: Help with Cron-job
  • 2009/7/19 19:57

  • anderssk

  • Quite a regular

  • Posts: 335

  • Since: 2006/3/21


The module from Culex dos the job I wanted to do.
Finding missing index.html files.

Just a manual process instead of a Cron job




TopTop
« 1 2 3 4 (5) 6 7 8 ... 24 »



Login

Who's Online

187 user(s) are online (101 user(s) are browsing Support Forums)


Members: 0


Guests: 187


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