751
McDonald
Re: Need help making this theme 100% full width
  • 2005/12/23 20:27

  • McDonald

  • Home away from home

  • Posts: 1072

  • Since: 2005/8/15


Open the file style.css in a text editor.

Find the folowing block of code:
.mainT
{
    
width780px;
    
background-color#FFFFFF;
    
border-right-width1px;
    
border-left-width1px;
    
border-right-stylesolid;
    
border-left-stylesolid;
    
border-right-color#000000;
    
border-left-color#000000;
}


and replace this with:
.mainT
{
    
width100%;
    
background-color#FFFFFF;
    
border-right-width1px;
    
border-left-width1px;
    
border-right-stylesolid;
    
border-left-stylesolid;
    
border-right-color#000000;
    
border-left-color#000000;
}


I've printed here the whole block of code for the class mainT,
but you only have to change the line width: 780px; into width: 100%;



752
McDonald
Re: WF-Links problem
  • 2005/12/21 20:12

  • McDonald

  • Home away from home

  • Posts: 1072

  • Since: 2005/8/15


See this thread in the forum of WF-Projects:http://www.wf-projects.com/modules/newbb/viewtopic.php?topic_id=3&start=0

Otherwise try this version of WF-Links which has many fixes apllied to it.



753
McDonald
Re: User Usage Stats
  • 2005/12/20 9:18

  • McDonald

  • Home away from home

  • Posts: 1072

  • Since: 2005/8/15


It looks more like PHP-Stats has been discontinued.
The forum was locked for a while already.
Anybody has more information about this?



754
McDonald
Re: missing /include/calendarjs.php
  • 2005/12/18 19:03

  • McDonald

  • Home away from home

  • Posts: 1072

  • Since: 2005/8/15


You need to upgrade your piCal module so it is compatible with XOOPS 2.2.3.
Latest version is 0.84b and you can download it here.
piCal 0.8 comes with a folder named 'common' which contains the calendar.js file for piCal.
You should place this in the root of your server.

Resized Image



755
McDonald
Re: Uninstalling a module (Addresses) - database question
  • 2005/12/17 18:10

  • McDonald

  • Home away from home

  • Posts: 1072

  • Since: 2005/8/15


Before you uninstall the module make a backup of the table(s) generated by the Addresses module.
After reinstalling Addresses you can restore the table(s).

Making a backup and restoring the table(s) can be done with phpMyAdmin or with one of the modules available from the Modules Repository on this website.



756
McDonald
Re: xfguestbook spam protection
  • 2005/12/16 9:49

  • McDonald

  • Home away from home

  • Posts: 1072

  • Since: 2005/8/15


Even with the verification code selected I get spam in my guestbook (XF Guestbook 2.30 RC2).
The best way to prevent spam appearing in the guestbook seems to have the option 'Moderation. All messages are posted pending verification.' set to Yes.



757
McDonald
Re: xfguestbook spam protection
  • 2005/12/15 14:59

  • McDonald

  • Home away from home

  • Posts: 1072

  • Since: 2005/8/15


The verification code is a new option in xfGuestbook 2.30 RC2.
You can download xfGuestbook RC2 here.
If you're using XOOPS 2.2.3 then you also need the template file.

See also this forum thread.



758
McDonald
Re: How to copy a large database?
  • 2005/12/15 13:45

  • McDonald

  • Home away from home

  • Posts: 1072

  • Since: 2005/8/15


For importing a large database file, like the iptoc database of XM-Memberstats, I normally use BigDump too.

Another option is the module XOOPS DB Backup & Restore 3.0. BigDump has been integrated in this module.
XOOPS DB Backup & Restore 3.0 has different backup options. You can backup your database tables to a folder on your server, but also have each table sent by email (not handy with big tables I think).
Each table can be restored separately.



759
McDonald
Re: xfguestbook spam protection
  • 2005/12/15 12:29

  • McDonald

  • Home away from home

  • Posts: 1072

  • Since: 2005/8/15


Go to Modules -> Guestbook -> Configure Form (this is the tab in the middle).
The last option here says: Ask verification code, Yes or No.
Select Yes (left option).
One option above is a drop-down menu with the following options for search engines:
- no action
- non indexable
- prohibited
I used Googles translate engine to translate some of the French into English, you can download it here.



760
McDonald
Re: Fonts for Bottons
  • 2005/12/14 20:59

  • McDonald

  • Home away from home

  • Posts: 1072

  • Since: 2005/8/15


Did you mean: Bit3, Bit5 and Neuropol bold font?

You'll find these fonts here.




TopTop
« 1 ... 73 74 75 (76) 77 78 79 ... 87 »



Login

Who's Online

149 user(s) are online (98 user(s) are browsing Support Forums)


Members: 0


Guests: 149


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