4images Forum & Community

General / Allgemeines => Chit Chat => Topic started by: Sunny C. on October 29, 2010, 12:30:26 PM

Title: php bbcode
Post by: Sunny C. on October 29, 2010, 12:30:26 PM
Warum baut ihr eigentlich kein Button für den php-bbcode ein? Das wäre gerade für die Mod- Ersteller bequemer!
Title: Re: php bbcode
Post by: Rembrandt on October 29, 2010, 06:06:41 PM
Hi!

den wollte ich schon lange ...
Title: Re: php bbcode
Post by: Sunny C. on October 29, 2010, 07:09:01 PM
Warum das so schwierig ist.... keine Ahnung :D
Title: Re: php bbcode
Post by: Rembrandt on October 29, 2010, 07:49:00 PM
schwierig wird ist es nicht sein, die einzige begründung wäre,
 das wenn ein boardupdate kommt diese änderungen immer berücksichtig werden müssen.
Title: Re: php bbcode
Post by: Jan-Lukas on October 29, 2010, 09:04:16 PM
wie bei 4images, warum soll es hier anders sein, als wenn wir updaten müssen   :wink:
Title: Re: php bbcode
Post by: Nicky on October 30, 2010, 11:46:14 PM
komisch.... den php button gab es doch...

V@no, php code button is lost in space  :mrgreen:

$main_template = 'register';

define('GET_CACHES', 1);
define('ROOT_PATH', './');
include(ROOT_PATH.'global.php');
require(ROOT_PATH.'includes/sessions.php');
$user_access = get_permission();
include(ROOT_PATH.'includes/page_header.php');

if ($action == "") {
  $action = "signup";
}

if ($user_info['user_level'] != GUEST && $action != "activate") {
  show_error_page($lang['already_registered']);
}
$content = "";

//-----------------------------------------------------
//--- Signup ------------------------------------------
//-----------------------------------------------------
if ($action == "signup") {
  $site_template->register_vars(array(
    "lang_agreement" => $lang['agreement'],
    "lang_agreement_terms" => $lang['agreement_terms'],
    "lang_agree" => $lang['agree'],
    "lang_agree_not" => $lang['agree_not']
  ));
  $content = $site_template->parse_template("register_signup");
}
Title: Re: php bbcode
Post by: Sunny C. on October 31, 2010, 11:02:17 AM
Ich habe den Php-Bbcode-Button hier noch nie gesehen.
Title: Re: php bbcode
Post by: V@no on October 31, 2010, 04:52:02 PM
Are you guys talking about buttons on this forum? If so, it sure can be done (and it was done before, but after some updates it was removed)...I guess because 99 out of 100 replies I type in "quick reply" field which doesn't have any buttons I didn't pay attention to the bbcode buttons..

P.S.
feel free to offer 23x22 icon ;), mine kind of suck :lol:
Title: Re: php bbcode
Post by: Nicky on October 31, 2010, 09:32:02 PM
it's saying PHP :D

yep, the button in forum.. now our guys are happy again ;)
Title: Re: php bbcode
Post by: Rembrandt on October 31, 2010, 10:17:30 PM
it's saying PHP :D

$good = "Thank you !";
  echo $good;


 :mrgreen:
Title: Re: php bbcode
Post by: V@no on November 01, 2010, 01:26:14 AM
how about quick reply with bbcode buttons and ajax? :)
Title: Re: php bbcode
Post by: mawenzi on November 01, 2010, 08:44:20 PM
@V@no ...

... perfect ... thanks for the bbcode buttons in "Schnellantwort" ... ;)
Title: Re: php bbcode
Post by: Sunny C. on November 01, 2010, 09:51:54 PM
Wie Schnellantwort?
Title: Re: php bbcode
Post by: V@no on November 01, 2010, 11:26:38 PM
Wie Schnellantwort?
Go here (http://www.4homepages.de/forum/index.php?action=profile;sa=theme) and set "Use quick reply on topic display" to "show on by default"
Title: Re: php bbcode
Post by: Sunny C. on November 02, 2010, 12:55:07 AM
Ah, thank you!!
Title: Re: php bbcode
Post by: kai on November 02, 2010, 11:40:12 AM
Thanks you V@no!