121
dbman
Re: Theme builder still available?
  • 2009/2/24 3:21

  • dbman

  • Friend of XOOPS

  • Posts: 172

  • Since: 2005/4/28


The page only displays a form which was used to create the theme. I suspect ghia got this from the web archive :)

The php page which processes this form and some other related scripts are not available. Without the necessary source you would have to recreate the folder/file write functionality for this form to work.



122
dbman
Re: I am desperate
  • 2009/2/23 0:47

  • dbman

  • Friend of XOOPS

  • Posts: 172

  • Since: 2005/4/28


sorry to hear about your dad... hope he has a full recovery.

Looks like the content in some pages is all in the left block. Take a look at this faq for a basic understanding of how blocks are positioned on a XOOPS site:

https://xoops.org/modules/smartfaq/faq.php?faqid=76



123
dbman
Re: Mysql Extension failed
  • 2009/2/22 22:23

  • dbman

  • Friend of XOOPS

  • Posts: 172

  • Since: 2005/4/28


Mysql-server is all you need for xoops. If you are getting a db connection failure this could be caused by the database user and pass not being set correctly.

Try connecting to your XOOPS database from a terminal with the same user and pass used during installation. If you can connect with this user/pass combo make sure the same settings are in the database directives in your mainfile.php





124
dbman
Re: Mysql Extension failed
  • 2009/2/21 21:51

  • dbman

  • Friend of XOOPS

  • Posts: 172

  • Since: 2005/4/28


You'll need to install the MySQL server:
yum install mysql-server


If yum cannot find the MySQL server package you'll need to add a repo listing that has it. Add a new repository in:
/etc/yum.repos.d/some repositoryrepo




125
dbman
Re: Locked out of site after........
  • 2009/2/8 19:54

  • dbman

  • Friend of XOOPS

  • Posts: 172

  • Since: 2005/4/28


no problem...
After checking which database is used via your mainfile.php:
- edited xoops_config table in database, set conf_value = XOOPS where conf_name = auth_method.
- edited xoops_user table and set pass = newpass where user = admin.
- cleared all xoops_data cache directories.

Back in action, authentication was changed from ldap to XOOPS database.





126
dbman
Re: Locked out of site after........
  • 2009/2/8 17:40

  • dbman

  • Friend of XOOPS

  • Posts: 172

  • Since: 2005/4/28


all fixed... check your pm for the new password.



127
dbman
Re: Locked out of site after........
  • 2009/2/7 22:20

  • dbman

  • Friend of XOOPS

  • Posts: 172

  • Since: 2005/4/28


I've pm'd you an md5 hashed password to add to the users table in your account record. If you changed the password to a plain text entry it won't work.



128
dbman
Re: Locked out of site after........
  • 2009/2/5 4:13

  • dbman

  • Friend of XOOPS

  • Posts: 172

  • Since: 2005/4/28


In your xoops_config table set the conf_value to XOOPS where the conf_name is auth_method.



129
dbman
Re: Flash Header & Css
  • 2009/1/23 20:36

  • dbman

  • Friend of XOOPS

  • Posts: 172

  • Since: 2005/4/28


I get a 403 error when I try to access the swf file directly. Looking at your page source and assuming the file 5.swf is in your theme directory, you may need to add:

<{$xoops_imageurl}>5.swf


where necessary in the embed src and object param.



130
dbman
Re: Flash Header & Css
  • 2009/1/22 1:48

  • dbman

  • Friend of XOOPS

  • Posts: 172

  • Since: 2005/4/28


You can't use an swf file as a background-image, at least not using HTML or CSS, the browser doesn't render shockwave files. The flash plug-in is required by your site visitors and you'll need to use object and embed tags. Here is a link to the object and embed tag syntax required to make it work:

http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_4150




TopTop
« 1 ... 10 11 12 (13) 14 15 16 »



Login

Who's Online

250 user(s) are online (167 user(s) are browsing Support Forums)


Members: 0


Guests: 250


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