How to

From Sohowiki
Revision as of 22:39, 12 August 2007 by Lg0B4j (Talk | contribs)
Jump to: navigation, search

regione molise art 15 2005 elita cd dei backstreet boys marrakech (provincia) foto fiore mimosa gummi smalc classifica calcio la vita provvisoria dariya e vero pooh powewrpoint digital 800 la macchina delle nuvole honda africa twin testina stampa canon s1 nikon dakota (fiume) ceramiche per interni gold minor geforce pci express 256 la panchina sul lungomare malva nokia mmc 1gb gravidanza diete volo hotel a ibiza ostelli a barcellona cronache marziane stock abbigliamento bambino kensington close hotel villaggio s francesco kefar ata syang pelada skintight speck gps per pocket the rhytm is magic www unian it divani per pub tradutor de english know one knows p4n diamond cyber babe superenalotto software gratis offerta albergo amsterdam isola cappa olimpia inverter giandomenico anellino monika brodka tlen moda e abbigliamento otto teste e una valigia volvo v50 2 0 bellow, saul quando lui caro lei sen farklisin hand in hand for children gestionali sobo la balalaika prove d esame 2004 stabilimente balneare katia pedrotti nuda chicca autoradio con telecomando video porno con animali jeden taki pazzle bubble cutting crew federico locchi maxtor maxline ata centro benessere termale ehrgeiz digital camera kodak dcs nina sky jabba patch 1.04 per iron storm villa ada sound fifa stree truong vu mp3 one stage fotocamera digitale yashica i ricordi del cuore giannini fiat diabolus 66 cicladi grundig tv monitor x-black www eragon it casa vacanza positano ferro termozeta esterno one touch maxtor hard disk jose ernesto rowenta aspirapolveri senza sacco puma jamaica puntatori per mouse kdvs davis laserbase mf3110 cbr fsport nuova orchestra di sicilia raffaello cantante di napoli fotocamera yashica si maritau rosa lui gay ciclocomputer sigma www az it foglie massaggi tailandesi set viaggio spin out srl copertina zu patch per la demo di vietcong strokes bentley porno la zia con nipote one step closer casco roberta rubrica dell agricoltore figo sevendust season nudo uomo o sol a lis e o beija flor accademia cinema didi perego windows mobile 2005 cellulari rosa gps palmare compaq nyman lavatrice a 1200 alto i can fly di robert kunin praga khan dragostea tin hei tunisia albergo salomon xa pro duello mortale nero.2 acconciature foto one shot oakley penny titanium http www nba com pure color frankie h nrg jv 16 power tool libro fiori gilia grande fratello tomahawk fodere per sedili accessori auto gigaset repeater siemens till i come navigatore palmare gps n35 naz elmas biglietto aereo economico oscar insanguinato videocamere zoom 25x multifunzioni laser lucca dirisio acer al2671w 26 canzoni di marrocchi royal canin latte cuccioli lavatrici dimensioni ridotte solfato nichel rose blu thanh da ps2 the sims muvo tx fm 256 mega cazzi jeans seal kay prefetto per mafia notebook toshiba a60-186 portatile leggero voli pantelleria vasco rossi albachiara gocce di musicas romanticas baia riace scheda madre pci express 775 asus i due carabinieri puccini manon cheap and chic veranda campeggio wagner lohengrin bridal march daewoo forno microonde frigor ariston underdog branduardi cogli la prima mela le schiave della metropoli il cuore mio chanel uomo perizoma rubati sofia loren mappe per quake 3 arena fierros calientes clip porno converse chuck taylor lg 901b shady limited la scuola delle vergini il maestro di musica nec lt60lpk ps2 joypad compatibile lettori cd-rom-dvd brazil teen pozzi ==Add fonts to the new Text Editor==

Contents

CIA Fonts will not work with v4.9.2

In versions prior to v4.9.2 there was a plugin called CIA Fonts on the Soholaunch Addons website that made it easy to add fonts to the Text Editor. But as of v4.9.2 this plugin will no longer work (until it is updated...hint, hint Thomas), because v4.9.2 builds incorporate a completely different text editor.

The new workaround method for sites running v4.9.2

Until an easier solution is created (which should happen before too long), you can still add fonts to the new editor, but not quite as easily as you could with the old editor and CIA Fonts.

Here's how to add fonts to the new Text Editor

Note
You must be running at least v4.9.2 r7 to add fonts using this method...
  1. Go to Database Table Manager
  2. Click the "System tables" tab
  3. Find the smt_userdata table
  4. Click View/Edit Records
  5. Using the search box at the top left run a search on "customfonts" (without the qoutes). Only one record should be returned.
  6. Edit that record
  7. Add fonts to that "data" field (details below) and hit the Save Changed Data button

Format of fonts list

The "data" field contains a list of all the fonts available in the Text Editor. You may want to copy-paste the content of the data field into a text/code editor like Dreamweaver or MS Notepad so you can see them all on one line instead of wrapped into multiple lines. Then when you're done editing the list just copy-paste it back into the text field you took it out of and save the record.

Example content of "data" field in "customfonts" record...

Andale Mono=andale mono,times;Arial=arial,helvetica,sans-serif

The font choices are separated by semicolon ";". Each font choice has two parts, separated by an equals sign (=). The first part (e.g., Arial) is the font name as it will display in the Text Editor and doesn't matter (i.e., you could call it "Billyfont". The second part is what actually affects what font will show on the website --- the proper font-family syntax for the html/css code. Some fonts in the second part specify multiple comma-separated fonts --- these are alternates to use if the preceding font isn't available.

Adding "Trebuchet" to the font list...

Andale Mono=andale mono,times;Arial=arial,helvetica,sans-serif;Trebuchet=Trebuchet MS,verdana,arial,sans-serif

Again, the display name doesn't really matter, and the multiple comma-separated alternative fonts are note required either, so could just have...

Andale Mono=andale mono,times;Arial=arial,helvetica,sans-serif;MyFavoriteFont=Trebuchet MS

When you're done editing the font list in the data field just hit the Save Changed Data to update the record and you're done! Your new font will be available in the Text Editor now.

Find out what version of Soholaunch you're running

Howto find your version no.gif

The installed version number is located in the bottom-right of the admin tool window, in the footer.

Create an auto-reply email address field in the Web Form builder

In the form builder...

  1. Click the "( ) Add Field" button
  2. Click the "Email Address" field

Uninstall Soholaunch manually

Note: This will kill the entire website. Do not do this unless you're positive this is what you want to do. This is meant for people who installed Soholaunch manually (i.e. via installsoholaunch.php) on a website they don't want it on and now want to uninstall it.

Using your preferred code editor (MS Notepad will work if you don't have a code editor of choice), create a new file (save it as deleteitall.php or something) containing this code....

<?
shell_exec("rm -rf media");
shell_exec("rm -rf images");
shell_exec("rm -rf import");
shell_exec("rm -rf tCustom");
shell_exec("rm -rf template");
shell_exec("rm -rf shopping");
shell_exec("rm -rf sohoadmin");
echo "Done! It's all gone!";
?>

...now save that file as something like "deleteitall.php", upload it to your document root folder (i.e. public_html, htdocs, etc.) via FTP and point your browser to websiteyouwantokill.com/deleteitall.php.

Offer your customers your own template collection

To make your custom templates available to every user on your server, wrap them all up in a zip file and upload them somewhere...it can be anywhere, as long as it's accessible from the internet.

For example, let's say you upload your .zip file full of templates to...

ourmaincompanywebsite.com/soho/our_templates.zip

Then log-in to the Partner Area and go to "Branding Controls". Under "Templates" check the "My own templates" box, for the "URL path to template library .zip..." field fill-in

http://ourmaincompanywebsite.com/soho/our_templates.zip

Then scroll down and hit the "Save Options" button. Done! From now on whenever a new Soholaunch-powered website is set up on your server(s), your template library will be downloaded and installed automatically.

Rename/Delete a page that won't delete

Usually, if you can't delete a page it's because it has some trouble characters in its name like an ampersand (

Personal tools