141
vamptrix
Re: RegCodes/RegKeys type module for XOOPS 2.3.1?
  • 2008/12/3 17:24

  • vamptrix

  • Theme Designer

  • Posts: 424

  • Since: 2008/5/3 1


I can use something like this too for DayDawn Online - so users can register easily for the closed beta with a key ;)
I used to use this account, but no longer.



142
vamptrix
Re: Site Not Mailing New Password
  • 2008/12/3 8:08

  • vamptrix

  • Theme Designer

  • Posts: 424

  • Since: 2008/5/3 1


I know you could change it in phpmyadmin in former versions of XOOPS, but in more recent ones, it's been encrypted. You can change your email though (open a gmail or hotmail one) and change it, and then request a new password, this might work.

Kevin
I used to use this account, but no longer.



143
vamptrix
Re: Need help about a theme please
  • 2008/12/3 7:55

  • vamptrix

  • Theme Designer

  • Posts: 424

  • Since: 2008/5/3 1


Glad to have helped you ;)

Kevin
I used to use this account, but no longer.



144
vamptrix
Re: Need help about a theme please
  • 2008/12/2 17:27

  • vamptrix

  • Theme Designer

  • Posts: 424

  • Since: 2008/5/3 1


Sorry for being so slow, robertelo :)

Firstly you need to go to your templates - because you're new, I'll just give you the URL, which ishttp://www.yoursite.com/modules/system/admin.php?fct=tplsets

There you'll see several things, including a link "Clone" (below actions), click on it and enter a new name for your template (I'll just call it "basic") and press enter.
Then you'll see a whole list of text, just scroll down and click on Back to template set manager.

You'll see that there is a new row, called basic. Click on "System [List (27)]" (number can be different from 27). You should click on List.
Then you should see the file "system_redirect.html". Further in that row, you'll see Edit. Click on it.

Then you'll see something like this:
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<
html>
<
head>
<
meta http-equiv="Content-Type" content="text/html; charset=<{$xoops_charset}>" />
<
meta http-equiv="Refresh" content="<{$time}>; url=<{$url}>" />
<
title><{$xoops_sitename}></title>
<
link rel="stylesheet" type="text/css" media="all" href="<{$xoops_themecss}>" />
</
head>
<
body>
<
div style="text-align:center; background-color: #EBEBEB; border-top: 1px solid #FFFFFF; border-left: 1px solid #FFFFFF; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; font-weight : bold;">
  <
h4><{$message}></h4>
  <
p><{$lang_ifnotreload}></p>
</
div>
<{if 
$xoops_logdump != ''}><div><{$xoops_logdump}></div><{/if}>
</
body>
</
html>


Delete all of that and replace it with (if your text is white)
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<
html>
<
head>
<
meta http-equiv="Content-Type" content="text/html; charset=<{$xoops_charset}>" />
<
meta http-equiv="Refresh" content="<{$time}>; url=<{$url}>" />
<
title><{$xoops_sitename}></title>
<
link rel="stylesheet" type="text/css" media="all" href="<{$xoops_themecss}>" />
</
head>
<
body>
<
div style="text-align:center; background-color: #000; border-top: 1px solid #FFFFFF; border-left: 1px solid #FFFFFF; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; font-weight : bold;">
  <
h4><{$message}></h4>
  <
p><{$lang_ifnotreload}></p>
</
div>
<{if 
$xoops_logdump != ''}><div><{$xoops_logdump}></div><{/if}>
</
body>
</
html>



or with this (if your text is black):
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<
html>
<
head>
<
meta http-equiv="Content-Type" content="text/html; charset=<{$xoops_charset}>" />
<
meta http-equiv="Refresh" content="<{$time}>; url=<{$url}>" />
<
title><{$xoops_sitename}></title>
<
link rel="stylesheet" type="text/css" media="all" href="<{$xoops_themecss}>" />
</
head>
<
body>
<
div style="text-align:center; background-color: #FFF; border-top: 1px solid #FFFFFF; border-left: 1px solid #FFFFFF; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; font-weight : bold;">
  <
h4><{$message}></h4>
  <
p><{$lang_ifnotreload}></p>
</
div>
<{if 
$xoops_logdump != ''}><div><{$xoops_logdump}></div><{/if}>
</
body>
</
html>


This simply changes the background (it should do this), and you can choose your own color too (but it's better to keep a basic color), and it does not change the color of the text (that's deciced in your theme itself, so you need to modify that, but in that way, you break other stuff).

Then you press on submit.

Then you go to your general settings (http://www.yoursite.com/modules/system/admin.php?fct=preferences&op=show&confcat_id=1) and you scroll down, until you see "Default template set" - next to it should be a dropdown menu with "default" shown. Click on it and choose basic (or however you named the template) and scroll down and click on Go!.

This should solve your problem

Kevin.
(a thank you is always welcome)
I used to use this account, but no longer.



145
vamptrix
Re: Need help about a theme please
  • 2008/12/2 9:02

  • vamptrix

  • Theme Designer

  • Posts: 424

  • Since: 2008/5/3 1


You should change this in your system templates, which is pretty easy. Have you changed system templates before?

I can't post to do it now (at school), but I'll let you know later today. (I will try giving you the HTML file directly)

Kevin
I used to use this account, but no longer.



146
vamptrix
Re: XOOPSdemos launched - - enjoy !!!!!!!!!!
  • 2008/12/2 8:57

  • vamptrix

  • Theme Designer

  • Posts: 424

  • Since: 2008/5/3 1


I understand Trabis, my own themes are distributed on many sites - and nobody ever asks permission - but I don't mind, because I allow it in the license ;)
But soon I'm releasing my new theme, In Flames, and that one will be a bit different, but still, anyone can use it and host it everywhere, but it's always nice to know where they are using your work and what they do with it, but nobody ever asks it to you - but if someone does, they can even ask me to help them :)

Kevin
I used to use this account, but no longer.



147
vamptrix
Re: I am using Xoops since 2005 but i am still confused
  • 2008/12/2 8:52

  • vamptrix

  • Theme Designer

  • Posts: 424

  • Since: 2008/5/3 1


I'll agree with the others here ^^ I've been using XOOPS for years now, and XOOPS 2.3.2 is the best version ever :)

I would suggest for you that you would put the admin skin to "legacy" to get used to it, or use the new (and awesome) "exm" theme, my favourite!

Kevin
I used to use this account, but no longer.



148
vamptrix
Re: xoops 2.3.2a installation Problem <-- ATTENTION DEVS - NEEDS SPECIAL ATTENTION -
  • 2008/11/28 22:44

  • vamptrix

  • Theme Designer

  • Posts: 424

  • Since: 2008/5/3 1


Is your apache/iss running? Is PHP running?

I'm not an expert with Windows Server, but I will try to help you.
I used to use this account, but no longer.



149
vamptrix
Re: [spreadXOOPS] The project frameworks!
  • 2008/11/28 19:57

  • vamptrix

  • Theme Designer

  • Posts: 424

  • Since: 2008/5/3 1


The modules one...
Just tell me what to do and how and I'll start right-off! :)
I used to use this account, but no longer.



150
vamptrix
Re: [spreadXOOPS] The project frameworks!
  • 2008/11/28 14:02

  • vamptrix

  • Theme Designer

  • Posts: 424

  • Since: 2008/5/3 1


I would love to maintain the repository, Mamba.
Tell me what I have to do and I'll start doing it. I'm sure some of my friends would love to help me ;)
I used to use this account, but no longer.




TopTop
« 1 ... 12 13 14 (15) 16 17 18 »



Login

Who's Online

195 user(s) are online (141 user(s) are browsing Support Forums)


Members: 0


Guests: 195


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