Jump to content

blackthirteen

Members
  • Posts

    13
  • Joined

  • Last visited

blackthirteen's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. hey when testing javascript on my computer, I always get this annoying message;see this imagehow can I desactivate it forever?
  2. hey thanks jesh! It doesn't look too difficult seeing it this way
  3. Here's my dilemma; I would like to select a portion of text in a text area, and then when clicking a button, the selected text should get surrounded by [ b ] and [/ b ] in the text area. Exactly like in the posting form of a forum. How could I do this?Is someone could help me please? I just need very simple working code snippet to help me understanding the concept.Thanks!
  4. Thanks guys, I understand this subject now. I've even created my own template now as a test.
  5. Hi Anders, I tried your example, but I didn't succeed.here's a zip with two files. Can you tell me what's wrong and maybe send another zipped file with the working formula?zipped file with template try
  6. .tplI think it have something to do with "templates" but I didn't find any websites explaining it.
  7. yeah "main" problably insert code from another scritp.but what's the { } syntax? where do we learn about them?
  8. I've found this code; <div id="main">{main}</div> what's the {main} part?I tried to search on w3school but I didn't find to which discipline it belongs. I would like to learn more about it.
  9. I'm studying PHPBB code source to learn methodologies from them. Anyone is familiar with the whole code source of PHPBB?however, I'm stuck with a small detail; message_die(GENERAL_MESSAGE, $lang['No_forums']); What is the GENERAL_MESSAGE in the message_die function? In C++ I would say they are macros, but I can't tell with PHP. Besides this variable doesn't have any $ symbol. Anyone know where GENERAL_MESSAGE is defined in PHPBB?Thanks!
  10. hey, it doesn't work to embed javascript inside php? Example;<?phpecho '<script type="text/javascript">';echo '<br>';echo 'document.write("Hello World!");';echo '</script>';?>
  11. thanks!sorry if I posted in the wrong section, I wasn't sure if PHP was responsible of this stuff or not.
  12. How can I make a clickable button that instantly adds text in the text area?Let’s suppose I just want to create a button that write “hello world” straight away in the text area during a form, how do I do it the simplest way? What do I need to know?Anyone could write a small working code so I can have a good idea of the basic thing?
×
×
  • Create New...