1
jmorris2
Re: Mydownloads by herve
  • 2007/8/22 22:14

  • jmorris2

  • Just popping in

  • Posts: 46

  • Since: 2007/4/17


vaughan is not "nobody". I'm nobody. Who am I? None of your #OOPS# business!

So STFU Hervet! Get the facts before you go accusing people.

And I thought it was just your code that was sloppy.
The lights are on... nobody's home



2
jmorris2
Re: How can play a short audio clip when web site opens?
  • 2007/7/28 6:11

  • jmorris2

  • Just popping in

  • Posts: 46

  • Since: 2007/4/17


<{php}> if ($_SERVER['REQUEST_URI'] == '/' && !isset( $_COOKIE['alreadycame'] ) ) {
    echo 
'<embed src="http://www.yourdomain.com/yourfile.wav" volume="100" hidden="true" loop="false" playcount="1" />';
    
setcookie'alreadycame''anything' );
    }
<{/
php}>


Plays 1x on the homepage only per browser session. Otherwise you'll annoy the hell out of people.

EDIT: BTW... Add that to your theme.html right before the </body > tag.
The lights are on... nobody's home



3
jmorris2
Re: mwr global
  • 2007/7/24 15:57

  • jmorris2

  • Just popping in

  • Posts: 46

  • Since: 2007/4/17


It's not a module, it's a theme. Upload it to the themes directory and activate it through Preferences Main »» General Settings »» Default theme.
The lights are on... nobody's home



4
jmorris2
Re: My xoops site died. . will pay for help
  • 2007/4/25 12:50

  • jmorris2

  • Just popping in

  • Posts: 46

  • Since: 2007/4/17


Make sure you have the default theme installed and it is unaltered, then got to phpMyAdmin and perform the following queries. You'll need to change <yourprefix> to the prefix you gave your XOOPS tables at install.

-- Reset your theme to the default
UPDATE `<yourprefix>_configSET `conf_value` = 'default' WHERE `conf_name` = 'theme_set';
-- 
Reset your template set to the default
UPDATE `<yourprefix>_configSET `conf_value` = 'default' WHERE `conf_name` = 'template_set';
-- 
Turn on Debug. Try or 3. 1 is for debug (inline). 3 is for Smarty Debug.
UPDATE `<yourprefix>_configSET `conf_value` = '1' WHERE `conf_name` = 'debug_mode';


This will reset your theme and template set to default and will turn on 1 of the 2 main debug options.

By the sounds of things, you've got a SMARTY error, so I would try debug mode 3.

EDIT: It took 5 min for this post to show up. Looks like Blueteen is taking care of you.
The lights are on... nobody's home



5
jmorris2
Re: Where to start learn Xoops
  • 2007/4/24 21:44

  • jmorris2

  • Just popping in

  • Posts: 46

  • Since: 2007/4/17


If you're familiar with PHP, it might also do you well to study the PHP Crossreference of the latest stable Core.
The lights are on... nobody's home



6
jmorris2
Re: One Xoops install with many domain/sites
  • 2007/4/24 15:00

  • jmorris2

  • Just popping in

  • Posts: 46

  • Since: 2007/4/17


Theoretically, yes, it would work; however, I would not recommend it as it has the potential for security issues and may add to administrative headaches and possible module incompatibility issues.

I believe you would be safe to use the same "system" module on all sites though. Just remove the symlinks to any other modules in the base files.

Also, if you plan to use customized versions of themes for each site, you may want to keep that folder separate as well.
The lights are on... nobody's home



7
jmorris2
Re: One Xoops install with many domain/sites
  • 2007/4/23 22:47

  • jmorris2

  • Just popping in

  • Posts: 46

  • Since: 2007/4/17


From a linux command line...

cp -lrv /path/to/shared/xoops/files /desired/www/directory

This will create your symbolic links to your shared base files

Remove the mainfile.php, cache/, modules/, templates_c/ and uploads/ symbolic links and copy those directories to each domains web root.

This will allow you to install XOOPS using [mostly] once set of Core files.

Make sure your chown and chmod permissions are correct if you are not using suexec.
The lights are on... nobody's home



8
jmorris2
Re: Notifications doesn't work at all
  • 2007/4/22 2:33

  • jmorris2

  • Just popping in

  • Posts: 46

  • Since: 2007/4/17


What version of PHP are you using?
The lights are on... nobody's home



9
jmorris2
Re: Header align
  • 2007/4/22 2:32

  • jmorris2

  • Just popping in

  • Posts: 46

  • Since: 2007/4/17


If you are referring to the table headings, check the CSS definition for "th".
The lights are on... nobody's home



10
jmorris2
Re: HTML Color Codes Released
  • 2007/4/22 2:29

  • jmorris2

  • Just popping in

  • Posts: 46

  • Since: 2007/4/17


I caught a couple more XHTML bugs and fixed them. Please redownload athttp://blogyour.net/files/colorcodes.zip

Thanks!
The lights are on... nobody's home




TopTop
(1) 2 3 4 »



Login

Who's Online

276 user(s) are online (146 user(s) are browsing Support Forums)


Members: 0


Guests: 276


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