Forgot Password
Pentax Camera Forums Home
 

Reply
Show Printable Version Search this Thread
05-16-2016, 07:43 AM   #1
Site Supporter
Site Supporter
acoufap's Avatar

Join Date: Jan 2011
Location: Munich, Germany
Photos: Gallery | Albums
Posts: 4,191
How to switch on HTML coding within the Pentax Forum editor?

Hi,

I'd like to do some advanced editing directly by coding in HTML. Saw that it should be possible since there seems to be a switch to enable it. Unfortunately this feature is switched off. Can't find a way to enable it. Is this a general setting that can't be changed by me? Or where can I change it?

Thank's for your reply in advance.

Best regards, acoufap

05-16-2016, 07:48 AM   #2
Loyal Site Supporter
Loyal Site Supporter
boriscleto's Avatar

Join Date: Dec 2009
Location: North Syracuse, NY
Photos: Gallery
Posts: 16,477
QuoteOriginally posted by acoufap Quote
Hi,

I'd like to do some advanced editing directly by coding in HTML. Saw that it should be possible since there seems to be a switch to enable it. Unfortunately this feature is switched off. Can't find a way to enable it. Is this a general setting that can't be changed by me? Or where can I change it?

Thank's for your reply in advance.

Best regards, acoufap
The forum uses BBCode, not HTML.
05-16-2016, 08:12 AM   #3
Site Supporter
Site Supporter
acoufap's Avatar

Join Date: Jan 2011
Location: Munich, Germany
Photos: Gallery | Albums
Posts: 4,191
Original Poster
QuoteOriginally posted by boriscleto Quote
The forum uses BBCode, not HTML.
I know that the PF editor uses BBCode. It's only an easier "higher level" language that's translated internally to HTML. Browser only understand HTML and Java Script. I often use the HTML editor view in Wikis and other social media. They also offer something like BBCode. In some PF views we can see that the HTML feature seems to be existent for the PF Forum, but it's disabled. I ask how I can enable it. But maybe it's only possible for the administrators?!
05-16-2016, 11:08 AM   #4
Otis Memorial Pentaxian
photolady95's Avatar

Join Date: May 2009
Location: Cruising the forum watching his back
Photos: Gallery | Albums
Posts: 12,712
Adam will weigh in soon but I believe HTML code is disabled and not available for members here.

05-16-2016, 11:22 AM   #5
Administrator
Site Webmaster
Adam's Avatar

Join Date: Sep 2006
Location: Arizona
Photos: Gallery | Albums
Posts: 51,609
QuoteOriginally posted by acoufap Quote
I know that the PF editor uses BBCode. It's only an easier "higher level" language that's translated internally to HTML. Browser only understand HTML and Java Script. I often use the HTML editor view in Wikis and other social media. They also offer something like BBCode. In some PF views we can see that the HTML feature seems to be existent for the PF Forum, but it's disabled. I ask how I can enable it. But maybe it's only possible for the administrators?!
If you click on the icon in the upper-right corner of the editor, you can manually edit the bbcode tags that the WYSIWYG editor generates. HTML is not available for security reasons, among others.

If you have a specific type of formatting that you'd like to apply but can't, I'd be happy to add a new bbcode tag to pull that off.

Adam
PentaxForums.com Webmaster (Site Usage Guide | Site Help | My Photography)



PentaxForums.com server and development costs are user-supported. You can help cover these costs by donating or purchasing one of our Pentax eBooks. Or, buy your photo gear from our affiliates, Adorama, B&H Photo, KEH, or Topaz Labs, and get FREE Marketplace access - click here to see how! Trusted Pentax retailers:
05-16-2016, 01:01 PM   #6
Site Supporter
Site Supporter
acoufap's Avatar

Join Date: Jan 2011
Location: Munich, Germany
Photos: Gallery | Albums
Posts: 4,191
Original Poster
QuoteOriginally posted by Adam Quote
If you click on the icon in the upper-right corner of the editor, you can manually edit the bbcode tags that the WYSIWYG editor generates. HTML is not available for security reasons, among others.

If you have a specific type of formatting that you'd like to apply but can't, I'd be happy to add a new bbcode tag to pull that off.
Hi Adam,

thanks for this hint. Helps to understand why things that I'm used to do don't work in this place.

I use the app iA Writer on iPhone, iPad and Mac. It's a little easy to use powerful editor - very convenient, love it.

This app uses a markdown language similar to BBCode. You can mark your text and then copy it as html to include the html-code wherever you like.

Today I generated a document with a table in iA Writer that shows infos like the different angles of view of a potential FL15mm lens on the different devices for different Pentax Cameras (1/1.7, APSC, FF, MF). Thought it could be interesting for the forum members.

So I wanted to copy it as html out of my personal iA Writer document and show it in a thread without writing it down once more in BBCode. So I'd need the opportunity to include the copied HTML-code into the PF editor so that it is shown correctly.

In this case the usual table-HTML-Tags would be nice as add-ons in the PF editor (html-tags: table, colgroup, col, thead, tbody, tr, th, td). CSS should be possible too. It would be nice, if there's a way to get there. Thanks for asking!

best regards, acoufap
05-16-2016, 01:56 PM   #7
Administrator
Site Webmaster
Adam's Avatar

Join Date: Sep 2006
Location: Arizona
Photos: Gallery | Albums
Posts: 51,609
QuoteOriginally posted by acoufap Quote
Hi Adam,

thanks for this hint. Helps to understand why things that I'm used to do don't work in this place.

I use the app iA Writer on iPhone, iPad and Mac. It's a little easy to use powerful editor - very convenient, love it.

This app uses a markdown language similar to BBCode. You can mark your text and then copy it as html to include the html-code wherever you like.

Today I generated a document with a table in iA Writer that shows infos like the different angles of view of a potential FL15mm lens on the different devices for different Pentax Cameras (1/1.7, APSC, FF, MF). Thought it could be interesting for the forum members.

So I wanted to copy it as html out of my personal iA Writer document and show it in a thread without writing it down once more in BBCode. So I'd need the opportunity to include the copied HTML-code into the PF editor so that it is shown correctly.

In this case the usual table-HTML-Tags would be nice as add-ons in the PF editor (html-tags: table, colgroup, col, thead, tbody, tr, th, td). CSS should be possible too. It would be nice, if there's a way to get there. Thanks for asking!

best regards, acoufap
We do have a simple table bbcode installed, though personally I'd recommend that you just screenshot your HTML table and upload that.

Anyway, if you want to tinker, here are some examples.

ab
cd

Code for the above:

[table]a|b
c|d[/table]

It lets you (optionally) assign an overall table width, header row, and column spans:

Heading
abc-------------------
d------e

Code for the above:

[table="width=300px;head"]{colsp=3}Heading
a|b|c-------------------
{colsp=2}d------|e[/table]

The main limitation is that you're restricted to working with a single line for each row, so editing can become tedious. You can, however, include other bbcode tags within each cell.


Adam
PentaxForums.com Webmaster (Site Usage Guide | Site Help | My Photography)



PentaxForums.com server and development costs are user-supported. You can help cover these costs by donating or purchasing one of our Pentax eBooks. Or, buy your photo gear from our affiliates, Adorama, B&H Photo, KEH, or Topaz Labs, and get FREE Marketplace access - click here to see how! Trusted Pentax retailers:
Reply

Bookmarks
  • Submit Thread to Facebook Facebook
  • Submit Thread to Twitter Twitter
  • Submit Thread to Digg Digg
Tags - Make this thread easier to find by adding keywords to it!
coding, editor, html, html coding, pentax forum, switch, switch on html

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to switch between the 2 different memory cards? Javanoid Pentax K-3 & K-3 II 16 06-29-2014 11:25 PM
How to resist the urge to switch to Canon? BrianR Canon, Nikon, Sony, and Other Camera Brands 16 03-23-2013 07:05 PM
How to find this forum from the forum home page? beholder3 Pentax K-01 3 03-24-2012 12:36 PM
Question How to upload album photo to the online photo editor in Pentaxforums altopiet Site Suggestions and Help 4 02-16-2011 10:33 AM
How to switch off pop-up flash on K7? andyt22 Pentax DSLR Discussion 20 08-02-2010 02:51 PM



All times are GMT -7. The time now is 02:44 AM. | See also: NikonForums.com, CanonForums.com part of our network of photo forums!
  • Red (Default)
  • Green
  • Gray
  • Dark
  • Dark Yellow
  • Dark Blue
  • Old Red
  • Old Green
  • Old Gray
  • Dial-Up Style
Hello! It's great to see you back on the forum! Have you considered joining the community?
register
Creating a FREE ACCOUNT takes under a minute, removes ads, and lets you post! [Dismiss]
Top