Username
Password
Log in automatically
Register | Problem?
Rise of the Argonauts
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Rise of the ArgonautsLog in

New world, new challenge

chat

addclose

pollSample poll

Content #1
0
0%
Content #2
0
0%
Content #3
0
0%
Content #4
0
0%
Total Votes:
0
Poll closed

description [Notice] Your first subject Empty #1

more_horiz
avatar

The Highfather
avatar

The Highfather

Posts : 23

Coins : 1109

Reputation : 3

Join date : 2021-08-14

Sample award
WL Guard


Founder

Take some time to read this information before starting to use the administration of your forum:

How to access your administration panel ?
In the top menu, click on Log In, a new page is displayed. Fill in the username "admin" and the password you have choosen during your registration. If you have lost or forgot it, click here. Once you are logged in, click on the link "Administration Panel" at the bottom of the page.

How to modify your board's appearance ?
You can modify your board's appearance by choosing a theme (each theme displays different pictures, colors and icons). To do that, go to the administration panel, then click on Management in the Styles Admin menu and choose one of the displayed themes. You can later change it or choose another one.

How to manage the categories and forums ?
You can add, modify and delete the categories and forums that you have created anytime and without limit. To do that, go to the administration panel, in the management part of the Forum Admin, and click on "Add a link" (a forum or a category). In a first time, we advice you to create test categories and test forums that you will delete later, in order to understand how this tool works.

Last edited by The Highfather on Thu May 30, 2024 11:30 am; edited 7 times in total

description [Notice] Your first subject Empty #2

more_horiz
avatar

The Highfather
avatar

The Highfather

Posts : 23

Coins : 1109

Reputation : 3

Join date : 2021-08-14

Sample award
WL Guard


Founder

Okay thank you

description [Notice] Your first subject Empty #3

more_horiz
avatar

The Highfather
avatar

The Highfather

Posts : 23

Coins : 1109

Reputation : 3

Join date : 2021-08-14

Sample award
WL Guard


Founder

One more

description [Notice] Your first subject Empty #4

more_horiz
avatar

The Highfather
avatar

The Highfather

Posts : 23

Coins : 1109

Reputation : 3

Join date : 2021-08-14

Sample award
WL Guard


Founder

Why does this signature only show in the first post?

description [Notice] Your first subject Empty #5

more_horiz
avatar

The Highfather
avatar

The Highfather

Posts : 23

Coins : 1109

Reputation : 3

Join date : 2021-08-14

Sample award
WL Guard


Founder

[Notice] Your first subject Pp-blank-thumb

description [Notice] Your first subject Empty #6

more_horiz
SarkZKalie

SarkZKalie
SarkZKalie

SarkZKalie

Posts : 2

Coins : 1083

Reputation : 4

Join date : 2021-08-17



Moderator

Hello

description [Notice] Your first subject Empty #7

more_horiz
avatar

The Highfather
avatar

The Highfather

Posts : 23

Coins : 1109

Reputation : 3

Join date : 2021-08-14

Sample award
WL Guard


Founder

@The Highfather hi

description [Notice] Your first subject Empty #8

more_horiz
avatar

The Highfather
avatar

The Highfather

Posts : 23

Coins : 1109

Reputation : 3

Join date : 2021-08-14

Sample award
WL Guard


Founder

10

description [Notice] Your first subject Empty #9

more_horiz
avatar

The Highfather
avatar

The Highfather

Posts : 23

Coins : 1109

Reputation : 3

Join date : 2021-08-14

Sample award
WL Guard


Founder

9

description [Notice] Your first subject Empty #10

more_horiz
avatar

The Highfather
avatar

The Highfather

Posts : 23

Coins : 1109

Reputation : 3

Join date : 2021-08-14

Sample award
WL Guard


Founder

8

description [Notice] Your first subject Empty #16

more_horiz
avatar

The Highfather
avatar

The Highfather

Posts : 23

Coins : 1109

Reputation : 3

Join date : 2021-08-14

Sample award
WL Guard


Founder

4/20/2024  Twisted Evil

description [Notice] Your first subject Empty #17

more_horiz
avatar

The Highfather
avatar

The Highfather

Posts : 23

Coins : 1109

Reputation : 3

Join date : 2021-08-14

Sample award
WL Guard


Founder

Suspect

description [Notice] Your first subject Empty #18

more_horiz
avatar

The Highfather
avatar

The Highfather

Posts : 23

Coins : 1109

Reputation : 3

Join date : 2021-08-14

Sample award
WL Guard


Founder

https://media3.giphy.com/media/A2GXvZmG73hQc/200.gif

Last edited by The Highfather on Sat Jun 01, 2024 2:07 am; edited 2 times in total

description [Notice] Your first subject Empty #19

more_horiz
avatar

The Highfather
avatar

The Highfather

Posts : 23

Coins : 1109

Reputation : 3

Join date : 2021-08-14

Sample award
WL Guard


Founder

https://media3.giphy.com/media/A2GXvZmG73hQc/200.gif

#help #general #notice

Last edited by The Highfather on Fri May 31, 2024 10:58 pm; edited 1 time in total

description [Notice] Your first subject Empty #20

more_horiz
avatar

The Highfather
avatar

The Highfather

Posts : 23

Coins : 1109

Reputation : 3

Join date : 2021-08-14

Sample award
WL Guard


Founder

Code:

/*
* -- Code Highlight Select --
* Version: 1.0 EN (2018-03-15)
* Author: Wecoc
* Description: New BBCode to insert codes by lang
* Info: https://github.com/google/code-prettify
*/
 
$(function() {
 
  /*--------------------- CONFIGURATION ---------------------*/
 
  // Define your version.
  // 0: phpBB2, 1: phpBB3, 2: punBB, 3: Invision, 4: modernBB
  var version = 1,
 
  // Set the skin for your printed code, these are the available skins:
  //      default, desert, sunburst, sons-of-obsidian, doxy
  // Or you can make your custom skin using CSS.
  // For more info: https://rawgit.com/google/code-prettify/master/styles/index.html
 
  skin = "default",
 
  // Display line numbers
  linenums = true,
 
  // Display all line numbers, or only 5, 10, 15...
  linenums_all = true,
 
  // Set here the texts to be displayed
  lang = {
    code:    "Code",
    line:    "Start line (optional)",
    insert:    "insert",
    tooltip:    "Pretty Code"
  },
 
  /* Here you define the languages you want to be selected in your forum,
  I setted all by default, just delete the ones you don't need.
  The first column is the hljs value (please don't change), the second is the
  name it will be displayed in the forum (you can change it if you want) */
  languages = {
    "apollo":  "Apollo",
    "bsh":    "Bash",
    "basic":  "Basic",
    "c":    "C",
    "cc":    "CC",
    "clj":  "Clojure",
    "cpp":    "CPP",
    "cs":    "CS",
    "csh":  "CSH",
    "css":    "CSS",
    "cv":  "CV",
    "cyc":  "CYC",
    "dart":  "Dart",
    "erlang":  "Erlang",
    "go":  "Go",
    "hs":  "Haskell",
    "htm":  "HTM",
    "html":  "HTML",
    "java":  "Java",
    "js":  "JavaScript",
    "tex":  "LaTeX",
    "lasso":  "Lasso",
    "llvm":  "LLVM",
    "logtalk":  "Logtalk",
    "lua":  "Lua",
    "m":  "Makefile",
    "matlab":  "MATLAB",
    "mumps":  "Mumps",
    "mxml":  "MXML",
    "n":  "Nemerle",
    "pascal":  "Pascal",
    "perl":  "Perl",
    "pl":  "PL",
    "pm":  "PM",
    "py":  "Python",
    "r":  "R",
    "rd":  "RD",
    "rb":  "Ruby",
    "rust":  "Rust",
    "scala":  "Scala",
    "lisp":  "Scheme",
    "sh":  "SH",
    "ml":  "SML",
    "sql":  "SQL",
    "swift":  "Swift",
    "tcl":  "TCL",
    "vb":  "Visual Basic",
    "vhdl":  "VHDL",
    "wiki":  "Wiki",
    "xhtml":  "XHTML",
    "xml":  "XML",
    "xq":  "XQ",
    "xsl":  "XSL",
    "yaml":  "YAML"
  };
 
  /*------------------ END OF CONFIGURATION ------------------*/
 
  // Load the Prettify script
  if (skin == "default" || skin == "") {
    $.getScript("https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js");
  } else {
    $.getScript("https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js?skin=" + skin);
  }
 
  // Draw code lines
  if (linenums && linenums_all) {
    $('head').append('<style type="text/css">li.L0,li.L1,li.L2,li.L3,li.L5,li.L6,li.L7,li.L8,li.L9{list-style-type: decimal !important;}');
  }
 
  $.each(languages, function(tag, value) {
    var code_tag = 'code';
    if (version == 0) { code_tag = '.cont_code' };
    $('table.code-' + tag + ' ' + code_tag).each(function(i, block) {
      // Set starting line
      var l = '1';
      var td = $(block).parents('td').attr('id');
      if (td) { l = td.match(/line--(\d*)/)[1]; }
      // Print the code
      $(block).wrapInner('<pre class="prettyprint ' + (linenums ? 'linenums:' + l + ' ' : '') + 'lang-' + tag + '" />');
      // Set table width to 100% of the post (bugfix)
      $('head').append('<style type="text/css">table.code-' + tag + '{width: 100%;}');
      if (version == 0) { $('head').append('<style type="text/css">dl.codebox{width: 100%;}'); }
      // Set the code padding to 0 (bugfix)
      $('head').append('<style type="text/css">pre.prettyprint{ margin: 0; }');
      // Change "Code:" by the name of the current code language
      var dt = $(block).parents('dl.codebox')[0].firstChild;
      if (version == 0) {
        dt.innerHTML = '<dt><span class="genmed"><b>' + value + ':</b></span></dt>'
      } else {
        dt.innerHTML = value + ':';
      }
    });
  });
 
  // Set new BBCode icon
  if (!$.sceditor) return;
  $('head').append($('<style>', {
      text: '.sceditor-button-codepretty div{background-image:url(https://i62.servimg.com/u/f62/19/86/96/38/code_i10.png)!important}'
  }));
 
  $.sceditor.command.set('codepretty', {
    dropDown : function(editor, caller, callback) {
      // Create code select
      var a = document.createElement('DIV'), b = document.createElement('SELECT');
      a.innerHTML = '<label unselectable="on">' + lang.code + '</label>';
      for (var i in languages) {
        var o = document.createElement('OPTION');
        o.value = i;
        o.innerHTML = languages[i];
        b.append(o);
      }
      b.style.width = "100%";
      b.style.marginBottom = "8px";
      a.append(b);
      editor.createDropDown(caller, 'codepretty', a);
      // Create line number input
      var c = document.createElement('DIV');
      if (linenums) {
        c.innerHTML = '<label unselectable="on">' + lang.line + '</label>';
        var i = document.createElement('INPUT');
        i.type = "text";
        i.defaultValue = "1";
        c.append(i);
      }
      a.append(c);
      // Create insert button
      var d = document.createElement('DIV');
      d.innerHTML = '<input type="button" class="button" value="' + lang.insert + '">';
      d.onclick = function() {
        var code = $(b)[0].value, line = '1';
        if (linenums) { line = $(i)[0].value; if (line == '' || line < 1) { line = '1' }; }
        callback(code, line);
        editor.closeDropDown(true);
        return false;
      };
      a.append(d);
    },
    // wysiwyg
    exec : function(caller) {
      var editor = this;
      $.sceditor.command.get('codepretty').dropDown(editor, caller, function(code, line) {
        if (parseInt(line) > 1) {
          editor.insert('[table class="code-' + code + '"][tr][td id="line--' + line + '"][code]',
                        '[/code][/td][/tr][/table]', true, true, true);
        } else {
          editor.insert('[table class="code-' + code + '"][tr][td][code]',
                        '[/code][/td][/tr][/table]', true, true, true);
        }
      });
    },
 
    // source
    txtExec : function(caller) {
      var editor = this;
      $.sceditor.command.get('codepretty').dropDown(editor, caller, function(code, line) {
        if (parseInt(line) > 1) {
          editor.insert('[table class="code-' + code + '"][tr][td id="line--' + line + '"][code]',
                        '[/code][/td][/tr][/table]', true, true, true);
        } else {
          editor.insert('[table class="code-' + code + '"][tr][td][code]',
                        '[/code][/td][/tr][/table]', true, true, true);
        }
      });
    },
    tooltip : lang.tooltip;
  });
  toolbar = toolbar.replace(/code,/,'code,codepretty,'); // add the button to the toolbar
});

description [Notice] Your first subject Empty #21

more_horiz
avatar

The Highfather
avatar

The Highfather

Posts : 23

Coins : 1109

Reputation : 3

Join date : 2021-08-14

Sample award
WL Guard


Founder

affraid

description [Notice] Your first subject Empty #24

more_horiz
avatar

The Highfather
avatar

The Highfather

Posts : 23

Coins : 1109

Reputation : 3

Join date : 2021-08-14

Sample award
WL Guard


Founder

https://media3.giphy.com/media/A2GXvZmG73hQc/200.gif

description [Notice] Your first subject Empty #0

more_horiz

Sponsored content

Sponsored content




privacy_tip Permissions in this forum:
You cannot reply to topics in this forum