Showing posts with label formatting. Show all posts
Showing posts with label formatting. Show all posts

Sunday, October 9, 2016

Direct unlock Formatting FFS done

Direct unlock Formatting FFS done


Direct unlock
Prolific USB-to- Comm Port (COM61), provider: Prolific, driver ver.: 2.0.2.1, date: 24/07/2005
Relse the "Power on" button!
Baseband Processor: MT6235, HW Rev. A.04, SW Rev. A.01
: E4EFE3AC590481E4811110EB2102B4D3
Testing external RAM...64 Mb
Detecting flash...NAND, ID: 00EC0076-005A003F, manufacturer:
Flash size: 64 Mb, page size: 512
File system: 32.44 Mb @ 01E00000
Firmware: 800A-2BTLPEB 17C XK17NY62 JRD35_08A_PCB01_GPRS_MT6235B_S01.MAUI_08A_W08_40_S P1_V32
Hardware IMEI: 011851005001444
Security ar saved to "C:Documents and SettingsAdministradorMis documentosSigmasecurity backup11851005001444_800A-2BTLPEB 17C XK17NY62.skb"
phone...done
Formatting FFS...done

Go to link download

Read more »

Sunday, August 21, 2016

How to create a Drupal 7 newsletter with HTML email formatting

How to create a Drupal 7 newsletter with HTML email formatting


Enable Simplenews (and dependencies):
drush en -y simplenews mimemail mailsystem htmlmail 
drush updatedb 

Configure Simplenews to use HTML format and default send action is to "Send newsletter":
/admin/config/services/simplenews/settings 

Configure your custom newsletter content type to use HTML format:
/admin/config/services/simplenews/categories//edit 

Give "Subscribe to newsletters" and "Choose to receive plaintext emails via HTML Mail" permissions to all roles and give the remaining Simplenews permissions to Content Administrators (or other desired role):
/admin/people/permissions 

Additional secret-decoder-ring configuration:
https://www.drupal.org/node/1283756#comment-5733262 

Add newsletter subscribe block to desired theme section:
/admin/structure/block 

Logout of site and subscribe via block from previous step.  P.S. You can also auto-populate subscribers here:
/admin/people/simplenews

Login to site and create newsletter:
/node/add/simplenews 

Send newsletter to queue (by clicking the "Newsletter" tab of the newly created node):
/node//simplenews 

Run cron to process the queue (may need to run multiple times if number of recipients is greater than "cron throttle" setting on /admin/config/services/simplenews/settings/mail):
/admin/reports/status/run-cron 

P.S. Its better to use real cron instead of Drupals default poormanscron.


Go to link download

Read more »