Author Topic: php bbcode  (Read 16219 times)

0 Members and 1 Guest are viewing this topic.

Offline Sunny C.

  • Addicted member
  • ******
  • Posts: 1.805
  • I ♥ 4I
    • View Profile
php bbcode
« 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!

Rembrandt

  • Guest
Re: php bbcode
« Reply #1 on: October 29, 2010, 06:06:41 PM »
Hi!

den wollte ich schon lange ...

Offline Sunny C.

  • Addicted member
  • ******
  • Posts: 1.805
  • I ♥ 4I
    • View Profile
Re: php bbcode
« Reply #2 on: October 29, 2010, 07:09:01 PM »
Warum das so schwierig ist.... keine Ahnung :D

Rembrandt

  • Guest
Re: php bbcode
« Reply #3 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.

Offline Jan-Lukas

  • Addicted member
  • ******
  • Posts: 1.289
    • View Profile
    • Discover the New World of Kindersurprise
Re: php bbcode
« Reply #4 on: October 29, 2010, 09:04:16 PM »
wie bei 4images, warum soll es hier anders sein, als wenn wir updaten müssen   :wink:
Danke Harald




Offline Nicky

  • Administrator
  • 4images Guru
  • *****
  • Posts: 3.195
    • View Profile
Re: php bbcode
« Reply #5 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");
}
cheers
Nicky
Your first three "must do" before you ask a question ! (© by V@no)
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

nicky.net 4 4images
Signature stolen from mawenzi

Offline Sunny C.

  • Addicted member
  • ******
  • Posts: 1.805
  • I ♥ 4I
    • View Profile
Re: php bbcode
« Reply #6 on: October 31, 2010, 11:02:17 AM »
Ich habe den Php-Bbcode-Button hier noch nie gesehen.

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: php bbcode
« Reply #7 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:
« Last Edit: October 31, 2010, 06:15:03 PM by V@no »
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline Nicky

  • Administrator
  • 4images Guru
  • *****
  • Posts: 3.195
    • View Profile
Re: php bbcode
« Reply #8 on: October 31, 2010, 09:32:02 PM »
it's saying PHP :D

yep, the button in forum.. now our guys are happy again ;)
cheers
Nicky
Your first three "must do" before you ask a question ! (© by V@no)
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

nicky.net 4 4images
Signature stolen from mawenzi

Rembrandt

  • Guest
Re: php bbcode
« Reply #9 on: October 31, 2010, 10:17:30 PM »
it's saying PHP :D

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


 :mrgreen:

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: php bbcode
« Reply #10 on: November 01, 2010, 01:26:14 AM »
how about quick reply with bbcode buttons and ajax? :)
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline mawenzi

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: php bbcode
« Reply #11 on: November 01, 2010, 08:44:20 PM »
@V@no ...

... perfect ... thanks for the bbcode buttons in "Schnellantwort" ... ;)
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

Offline Sunny C.

  • Addicted member
  • ******
  • Posts: 1.805
  • I ♥ 4I
    • View Profile
Re: php bbcode
« Reply #12 on: November 01, 2010, 09:51:54 PM »
Wie Schnellantwort?

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: php bbcode
« Reply #13 on: November 01, 2010, 11:26:38 PM »
Wie Schnellantwort?
Go here and set "Use quick reply on topic display" to "show on by default"
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline Sunny C.

  • Addicted member
  • ******
  • Posts: 1.805
  • I ♥ 4I
    • View Profile
Re: php bbcode
« Reply #14 on: November 02, 2010, 12:55:07 AM »
Ah, thank you!!