General info
From MyWebber Wiki
Contents |
Administration
Picture links
Colors / Layout (CSS)
- Forums admin > Style Manager > Nature > Go
- Scroll down to almost the bottom to the section "Additional CSS Definitions"
- Within that textarea is the CSS which can alter the layout and color of the whole site
- For example if you scroll down "within" that textarea you can find the line ".Endangered {color:yellow}" and change it to whichever color you'd like (refer to CSS color codes for the syntax if you want precise colors like color:#ddd which is a shade of gray)
- Click the "Save" button at the bottom
- Open another tab to birdviewing.com or refresh and existing open page and you should see your changes to the endandered label
Languages (Photopost labels and text)
- Forums
- Photopost: FTP - public_html/gallery/languages/
Templates
public_html/gallery/templates/vb3enhanced/
Species
- Editing names etc.
- Update uploaded photo totals (this may take several seconds)
Countries
- Image files: public_html/images/Country%20Flags/
- Country names: public_html/gallery/templates/vb3enhanced/countries.tmpl
- Province names: public_html/gallery/templates/vb3enhanced/provinces.tmpl
- State names: public_html/gallery/templates/vb3enhanced/states.tmpl
Extra mappings
extra1=country extra2=province extra3=date extra4=details
Database backup
Use this path ../gallery/data/forums.sql when doing database backup from Forums
wget -r -l1 --no-parent ftp://birdviewing@birdviewing.com/public_html/gallery/data/*.sql
