71
ejuden01
Re: Where do I need to place a online counter?
  • 2004/11/2 14:40

  • ejuden01

  • Not too shy to talk

  • Posts: 121

  • Since: 2004/4/5 1


I would probably just create a custom block and have it display on the top page.



72
ejuden01
Re: username/pwd variables
  • 2004/11/2 14:38

  • ejuden01

  • Not too shy to talk

  • Posts: 121

  • Since: 2004/4/5 1


I took too long filling it out...Mithy beat me.



73
ejuden01
Re: username/pwd variables
  • 2004/11/2 14:36

  • ejuden01

  • Not too shy to talk

  • Posts: 121

  • Since: 2004/4/5 1


You can retrieve the username and password using the $xoopsUser object. I think that the password will be retrieved as md5 format(anybody know this for sure?).

To retrieve the username from the currently logged in user:
$username $xoopsUser->getVar('uname');


To retrieve the password from the currently logged in user:
$pass $xoopsUser->getVar('pass');



74
ejuden01
Re:Installing New Theme
  • 2004/11/1 20:49

  • ejuden01

  • Not too shy to talk

  • Posts: 121

  • Since: 2004/4/5 1


You must go to Admin Panel->System->Preferences->General Settings. From there, you can make it your default theme, or make it selectable in the list by going to Selectable themes and holding CTRL button down and clicking on the theme you would like available.



75
ejuden01
Re:Change default group
  • 2004/10/28 14:24

  • ejuden01

  • Not too shy to talk

  • Posts: 121

  • Since: 2004/4/5 1


You might check out the Registration Keys module. It sounds like it might help you out some. I haven't used it, but I was surfing through the module repository and found it.



76
ejuden01
Re: xoopsUser in Adminarea
  • 2004/10/26 18:49

  • ejuden01

  • Not too shy to talk

  • Posts: 121

  • Since: 2004/4/5 1


1. You must globalize $xoopsConfig in your file to be able to call it. Let me know if this is what you needed.

global $xoopsConfig;
$sitename $xoopsConfig['sitename'];



77
ejuden01
Re:Javascript in Blocks?
  • 2004/10/21 16:23

  • ejuden01

  • Not too shy to talk

  • Posts: 121

  • Since: 2004/4/5 1


Trying putting it in something like this:

<script type="text/javascript">
    
script>



78
ejuden01
Re: Open links in new window
  • 2004/10/18 13:11

  • ejuden01

  • Not too shy to talk

  • Posts: 121

  • Since: 2004/4/5 1


I have no idea what else it could be? ....Anyone have any ideas?



79
ejuden01
Re: Open links in new window
  • 2004/10/16 13:45

  • ejuden01

  • Not too shy to talk

  • Posts: 121

  • Since: 2004/4/5 1


In the href tag that you click on, as one of the attributes, put: target="_blank"



80
ejuden01
Re:Home Page Help
  • 2004/10/14 18:13

  • ejuden01

  • Not too shy to talk

  • Posts: 121

  • Since: 2004/4/5 1


Go to the admin panel, System -> Blocks. Go all the way to the bottom, where you can create a new block. For the block type, you will need to specify Center Block-Center. Give it a title, and paste your code from Frontpage into the content area, and you should be set. Let me know if that is what you needed.




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



Login

Who's Online

601 user(s) are online (491 user(s) are browsing Support Forums)


Members: 0


Guests: 601


more...

Donat-O-Meter

Stats
Goal: $15.00
Due Date: Feb 28
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $15.00
Make donations with PayPal!

Latest GitHub Commits