Thread: vBulletin - Syntax High Lighter (Help)

  1. #1
    Registered User
    Join Date
    Mar 2013
    Posts
    3

    Question vBulletin - Syntax High Lighter (Help)

    Hello everyone, im running a vB Game Community Forum
    and need a nice [Code] Syntax Highlighter, actually the same as this site uses

    Been searching hours now cant find the one Cboard uses that works on 4.2
    I know this is completely off topic but was hoping for a miracle that someone would help me out here.

    Code:
    void main(){
            cout<<"Hello world!"<<'\n';
    }
    Well the one with Numbers and Color.
    Last edited by Dext3r; 03-08-2013 at 02:03 AM.

  2. #2
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Side note, but don't ever use void main; use int main. void main is not standard; standard says main shall return int.
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

  3. #3
    Lurking whiteflags's Avatar
    Join Date
    Apr 2006
    Location
    United States
    Posts
    9,613
    I've tried looking but I don't think the plugin that webmaster uses was ever mentioned here, just that one was installed. You can PM him for details but there are many plugins up to date that would be effective such as Geshi.

  4. #4
    Registered User
    Join Date
    Mar 2013
    Posts
    3
    Quote Originally Posted by whiteflags View Post
    I've tried looking but I don't think the plugin that webmaster uses was ever mentioned here, just that one was installed. You can PM him for details but there are many plugins up to date that would be effective such as Geshi.
    Thank you whiteflag, tried looking at Geshi but i still prefer this one i shall try and contact webmaster.
    EDIT: Just noticed i cannot Private Message, so still need some help.
    Last edited by Dext3r; 03-08-2013 at 05:20 AM.

  5. #5
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    I've sent a PM to webmaster asking him to look in.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  6. #6
    Registered User
    Join Date
    Mar 2013
    Posts
    3
    Thank you so much Salem, this might even help more people.
    Really looked for hours now without a solution.

  7. #7
    Registered User
    Join Date
    May 2012
    Posts
    1,066
    You've probably got already an answer but if you look at the html-source of a page with posted code you will find in the head-section the url for the syntax-highlighter stylesheet (shCore.css and shThemeDefault.css). In these stylesheets you'll find a link to the "SyntaxHighlighter" homepage.

    Bye, Andreas

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. High Low Game with High Scores
    By Bradley Buck in forum C Programming
    Replies: 24
    Last Post: 05-27-2011, 12:42 PM
  2. Replies: 0
    Last Post: 08-25-2010, 08:04 AM
  3. how to make opengl draw in lighter colors ?
    By jabka in forum Game Programming
    Replies: 2
    Last Post: 12-17-2007, 06:12 AM
  4. the earth - heavier or lighter
    By iain in forum A Brief History of Cprogramming.com
    Replies: 54
    Last Post: 12-18-2004, 06:45 AM
  5. Making COLORREF lighter
    By Mithoric in forum Windows Programming
    Replies: 1
    Last Post: 03-02-2004, 04:32 AM