Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Sibbo

Members
  • Joined

  • Last visited

  1. Sibbo replied to One2Web's topic in Server Side
    @Jmz, No I found it really easy to implament my own styles, see code below for initialising TinyMCE: <script type="text/javascript" src="../tinymce/jscripts/tiny_mce/tiny_mce.js"></script> <script type="text/javascript"> tinyMCE.init({ mode : "textareas", theme : "advanced", content_css: "/knaresborough-editor.css", plugins : "safari,spellchecker,pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,inlinepopups,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template,ibrowser", // Theme options theme_advanced_buttons1 : "save,newdocument,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,styleselect,|,cut,copy,paste,pastetext,pasteword,|,search,replace,|,bullist,numlist,|,outdent,indent,blockquote", theme_advanced_buttons2 : "undo,redo,|,link,unlink,anchor,image,help,|,insertdate,inserttime,preview,|,tablecontrols,|,hr,visualaid,|,sub,sup", theme_advanced_buttons3 : "charmap,emotions,iespell,media,advhr,|,print,|,fullscreen,|,insertlayer,moveforward,movebackward,absolute,|spellchecker,|,cite,abbr,acronym,del,ins,attribs,|,visualchars,nonbreaking,blockquote|,insertfile,insertimage,|,", theme_advanced_buttons3_add : "ibrowser", theme_advanced_toolbar_location : "top", theme_advanced_toolbar_align : "left", theme_advanced_statusbar_location : "bottom", theme_advanced_resizing : true, //Drop lists for link/image/media/template dialogs template_external_list_url : "js/template_list.js", external_link_list_url : "js/link_list.js", external_image_list_url : "js/image_list.js", media_external_list_url : "js/media_list.js" }); </script> I've highlighted the area that refers to adding your own CSS to the editor, I've also found a really nice little image uploader/resizer that plug straight into TinyMCE calle ibrowse. Thanks Sibbo
  2. Sibbo replied to One2Web's topic in Server Side
    Hi, I use tinyMCE on one of my sites and found it very easy to install and configure, you can limit the toolbar very easily so the user doen't have all the control, I currently have it set so that the user can only pick predefined styles which match the rest of the site which I maintain. Cheers Sibbo
  3. Sibbo posted a topic in Frontend
    Hi, Does anyone know if you can apply the mooscroll effect to a Spry Tabbed Panel, I'm using it on other pages of a site I'm working on and it works fine on those, but the client wants me to now add the scroll effect I have used on the other pages into this tabbed panel, is it possible? If so, does any one know how? Thanks Sibbo
  4. Sibbo replied to Rachael's topic in General Chat
    Hi Kip0130, I'm new to this blogging game, but I am currently using mooscroll on one of my projects and by and large it is working perfectly, but I need to know if I can use the same technic to manipulate the scroll bars on a SPRY TABBED PANEL, any assistance would be greatly appreciated. Thanks Sibbo
  5. Hi all, just wanted to introduce my self and say hi, I'm sibbo from Blur Design and I'm a relatively new freelance webdesigner based in Bradford, England. I'm new to the whole blogging game so be gentle. Thanks

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.