Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'code'

Viewing 25 results - 18,801 through 18,825 (of 32,518 total)
  • Author
    Search Results
  • #105089

    In reply to: WYSIWYG

    silasje1
    Member

    you can find button settings in header.php, then move the things to 2 bars instead of 3:

    ‘theme_advanced_buttons1 : “newdocument,|,bold,italic,underline,|,justifyleft,justifycenter,justifyright,fontselect,fontsizeselect,formatselect”,

    theme_advanced_buttons2 : “cut,copy,paste,|,bullist,numlist,|,outdent,indent,|,undo,redo,|,link,unlink,anchor,image,|,code,preview,|,forecolor,backcolor”,

    theme_advanced_buttons3 : “insertdate,inserttime,|,spellchecker,advhr,,removeformat,|,sub,sup,|,charmap,emotions,youtube”, ‘

    here you can move everything from buttons 3 to 1 and 2.

    i can add an button for and <qoute>

    #99989

    In reply to: WYSIWYG

    silasje1
    Member

    you can find button settings in header.php, then move the things to 2 bars instead of 3:

    ‘theme_advanced_buttons1 : “newdocument,|,bold,italic,underline,|,justifyleft,justifycenter,justifyright,fontselect,fontsizeselect,formatselect”,

    theme_advanced_buttons2 : “cut,copy,paste,|,bullist,numlist,|,outdent,indent,|,undo,redo,|,link,unlink,anchor,image,|,code,preview,|,forecolor,backcolor”,

    theme_advanced_buttons3 : “insertdate,inserttime,|,spellchecker,advhr,,removeformat,|,sub,sup,|,charmap,emotions,youtube”, ‘

    here you can move everything from buttons 3 to 1 and 2.

    i can add an button for and <qoute>

    #104807

    In reply to: test it

    Not out of the box, no.

    Allowed markup: a blockquote code em strong ul ol li embed.
    You can also put code in between backtick characters.

    #99707

    In reply to: test it

    Not out of the box, no.

    Allowed markup: a blockquote code em strong ul ol li embed.
    You can also put code in between backtick characters.

    #105088

    In reply to: WYSIWYG

    Anonymous User
    Inactive

    Thanks silasje. I installed your plugin but have a problem.

    First, how do I reorganize the buttons and squeeze them into two rows instead of 3?

    Second, there is not quote or code buttons. I used your bb formatting file too, so I’m a bit confused about that.

    Thanks.

    #99988

    In reply to: WYSIWYG

    Anonymous User
    Inactive

    Thanks silasje. I installed your plugin but have a problem.

    First, how do I reorganize the buttons and squeeze them into two rows instead of 3?

    Second, there is not quote or code buttons. I used your bb formatting file too, so I’m a bit confused about that.

    Thanks.

    gregptpt
    Member

    Dear all

    It seems frustrating to find what I thought would be an easy enough to find topic. Maybe I’m searching wrong but here goes.

    After a lot of hours I finally managed to integrate WP and bbPress. I managed to create a link to my bbPress. The final step before i take a break is to create a link back to WP in my bbPress.

    The closest I could find to clear cut directions was here:

    http://bbpress.org/forums/topic/link-header-image-to-wordpress

    I followed the instructions and changed

    <h1>”><?php bb_option(‘name’); ?></h1>

    to

    <a href="http://www.my website.com” "><Back to my website</a>

    and when I get to the forum site there is nothing. No link back to my website.

    (I know it looks weird to have com” “> but somehow without the second ” my bbpress log in, search box, etc gets crammed into the right side of the header)

    Could anyone explain exactly how and where to change this line? Is there anything else I must change? Maybe…

    … it’s because I should omit the “www”?

    … I need to have the “/home” for my website?

    For reference, here’s how my original header.php looks like

    <?php

    $_head_profile_attr = ”;

    if ( bb_is_profile() ) {

    global $self;

    if ( !$self ) {

    $_head_profile_attr = ‘ profile=”http://www.w3.org/2006/03/hcard”&#8216;;

    }

    }

    ?>

    <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.1//EN” “http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd”&gt;

    <html xmlns=”http://www.w3.org/1999/xhtml”&lt;?php bb_language_attributes( ‘1.1’ ); ?>>

    <head<?php echo $_head_profile_attr; ?>>

    <meta http-equiv=”X-UA-Compatible” content=”IE=8″ />

    <meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″ />

    <title><?php bb_title() ?></title>

    <link rel=”stylesheet” href=”<?php bb_stylesheet_uri(); ?>” type=”text/css” />

    <?php if ( ‘rtl’ == bb_get_option( ‘text_direction’ ) ) : ?>

    <link rel=”stylesheet” href=”<?php bb_stylesheet_uri( ‘rtl’ ); ?>” type=”text/css” />

    <?php endif; ?>

    <?php bb_feed_head(); ?>

    <?php bb_head(); ?>

    </head>

    <body id=”<?php bb_location(); ?>”>

    <div id=”wrapper”>

    <div id=”header” role=”banner”>

    <h1>”><?php bb_option(‘name’); ?></h1>

    <?php if ( bb_get_option(‘description’) ) : ?><p class=”description”><?php bb_option(‘description’); ?></p><?php endif; ?>

    <?php if ( !in_array( bb_get_location(), array( ‘login-page’, ‘register-page’ ) ) ) login_form(); ?>

    <div class=”search”>

    <?php search_form(); ?>

    </div>

    </div>

    <div id=”main”>

    <?php if ( bb_is_profile() ) profile_menu(); ?>

    #104308

    In reply to: WPMimic V.1

    smiga
    Participant

    This is a great theme, I was using v.02 with small css adaptions and some bugfixes with topic display. Some days ago I upgraded to v.1 and its visually much more better.

    But there is one small feature what was in v.02, but is missing in v.1 – when I entered some on going topic, what I have visited before, then page automatically moved me to last unread post where I stopped reading previously.

    As I`m not strong in programming, I hope that this feature in previous version was not coming from some plugin… :)

    If it was in previous theme version, could you at least give me some hint about function name what to search? I could try to add it to new code myself…

    #99208

    In reply to: WPMimic V.1

    smiga
    Participant

    This is a great theme, I was using v.02 with small css adaptions and some bugfixes with topic display. Some days ago I upgraded to v.1 and its visually much more better.

    But there is one small feature what was in v.02, but is missing in v.1 – when I entered some on going topic, what I have visited before, then page automatically moved me to last unread post where I stopped reading previously.

    As I`m not strong in programming, I hope that this feature in previous version was not coming from some plugin… :)

    If it was in previous theme version, could you at least give me some hint about function name what to search? I could try to add it to new code myself…

    TheClue
    Member

    Good morning,

    i’m planning to move my existing wp 3.1.1 network to a multisite installation, while installing a bbpress forum for them;

    the idea is to have the following domain mapping:

    1. blog1.mydomain

    2. blog2.mydomain

    3. blog3.mydomain

    ….

    x. forum.mydomain (it could be like a new ad-hoc ‘fake’ blog, i guess)

    the point is: can i share users and users profile between all subdomains? i know that multisite wp allow this, but what about that _including_ the forum blog?

    before moving in i prefer to be sure it is possible :)

    tnx in advance for help,

    gabriele

    #38105
    Gautam Gupta
    Participant

    Hello everyone!

    I have released the RC 1 of WordPress to bbPress Converter Script. What it does is migrates all your users, converts categories to forums, articles to topics and comments to posts. Currently, it just doesn’t change image shortcodes to image urls and doesn’t preserve the forum hierarchy.

    To use it, download it, put it on your server, edit the script and change the options to appropriate values before the Stop Editing Here part.

    I am soon planning to release a bbPress standalone to plugin converter script if someone doesn’t beat me to it. ;)

    Download: http://code.google.com/p/wordpress-to-bbpress-converter/downloads/detail?name=w2bc.zip

    Thanks!

    – G

    #105086

    In reply to: WYSIWYG

    silasje1
    Member

    you unzipped the jscripts map to: my-plugins?

    you edited some of the code? which is neccesary :)

    otherwise send me your link of website to: silasje1@live.nl

    #99986

    In reply to: WYSIWYG

    silasje1
    Member

    you unzipped the jscripts map to: my-plugins?

    you edited some of the code? which is neccesary :)

    otherwise send me your link of website to: silasje1@live.nl

    #38098
    MichaelOscar
    Member

    I installed bbpress the other day, I then found that when i tried to edit the theme I got error messages, so I reuploaded bbpress, and now i’ve got error messages at the top, http://technomaniacs.co.uk/bbpress/bb-admin/install.php, take a look for yourself. The code is in white at the top so you’ll have to highlight it to read it. Also, when i installed the first time i think these error messages where there then.

    How do i fix this?

    thanks

    #77991
    silvanacolo
    Member

    Yeah well, it’s good you took initiative. Would really appreciate an admin panel for it. Like “what color do you want as background, what features do you want to include” etc. Had a hardass time styling the css in this one. The result turned out good though, so it wasn’t impossible.

    However, more importantly, I wish for the option to select text, and one click on button will automatically at a start and end-tag. Instead of clicking twice. This is the number one wish! All the other stuff I can live with.

    #100038
    Gautam Gupta
    Participant

    Where have you put the script? Put it in the root and also check if /forums2/bb-load.php exists.

    #100037
    web2m
    Member

    Hi Gautam, I have the converter installed, but have a quick question for you.

    My wordpress is in the root directory, my bbpress forums are in

    http://www.sitename.com/forums2

    Here is the part of your code:

    define( ‘W2BC_WP_PATH’, ” ); /** With Trailing Slash, if required */

    define( ‘W2BC_BB_PATH’, ‘/forums2/’ ); /** With Trailing Slash, if required */

    define( ‘W2BC_CONVERT_PINGBACKS’, true ); /** Convert pingacks too? true or false */

    *** Continue my question ***

    I keep getting “bbPress loader file (bb-load.php) doesn’t exist in the path specified!”

    I have tried defining the w2bc_bb_path to ./forums2/ I have left it as the default like you had it and I have tried it as it is in the example above … it still tells me the path doesn’t exist

    Could you let me know what path I need to define, if my forums are located at

    http://www.sitename.com (this is where wordpress is installed)

    http://www.sitename.com/forums2 (this is where my bbpress is installed)

    Thank you again for the help and for the file. I am hoping I can get it to work:-)

    #38095
    silasje1
    Member

    Hey all.

    Due to outdated, slow, failing and not working WYSIWYG plugins, i wanted to create a new version.

    The goals:

    -Let TinyMCE work on all post pages (100% already :) )

    -Add new button which adds the [video] tag for youtube and a few more video sites. (0% since i havent treid it yet.)

    -Turn TinyWYSIWYG off or on. (75% because i can hide it, but then it says no text is submitted. But quick fix: write in html, then turn Tinymce on and submit. It works as html, but a little iritating to do this way.)

    Features:

    -Can be easily updated, source is TinyMCE’s.

    -Good experience, and loads of things work, like ,<span>

    -Has easy UI same as MS Office 2007.

    So any volunteers to help out the small things and make this as a plugin.

    Note: The [video] PHP coding part is ready, needs to add button which wraps the [video]url-of-video[/video]

    The video part will be a lose part too.

    #105081

    In reply to: WYSIWYG

    silasje1
    Member

    i am making the plugin better and better now :) But tomorow (utc +1) morning i will try to create a fast first build with notes, on how too install.

    What is needed before the first WYSIWYG TinyMCE release for bbpress:

    -Somebody who can make it a plug-in, i have the pieces of codes which should be added to let it work.

    -Adding a new button for the [video] tag whch i use. I want to release that too aftwards and include it to this version.

    -Clean-up code, since it is untouched code from their website.

    -Now uses no-jquery, but dont know if it is handy.

    Hope some people want to help ;)

    I will make a demo soon, but you can register @ forum.fstube.org or fstube.org/forums .

    Greetins silasje1, fstube.org.

    #99981

    In reply to: WYSIWYG

    silasje1
    Member

    i am making the plugin better and better now :) But tomorow (utc +1) morning i will try to create a fast first build with notes, on how too install.

    What is needed before the first WYSIWYG TinyMCE release for bbpress:

    -Somebody who can make it a plug-in, i have the pieces of codes which should be added to let it work.

    -Adding a new button for the [video] tag whch i use. I want to release that too aftwards and include it to this version.

    -Clean-up code, since it is untouched code from their website.

    -Now uses no-jquery, but dont know if it is handy.

    Hope some people want to help ;)

    I will make a demo soon, but you can register @ forum.fstube.org or fstube.org/forums .

    Greetins silasje1, fstube.org.

    olek12
    Member

    hello I just finished Deep integration of my WordPress with BBpress.

    I had no errors with installation so everything was right from that part.


    but when I’m trying to view forum on the header I got eror :


    Deprecated: Assigning the return value of new by reference is deprecated in /customers/a


    And when Im trying log in or go to bb-admin Im geting that error :


    Deprecated: Assigning the return value of new by reference is deprecated in


    Anyone could help me with that ;/ cuzz Im noob from php and I would like to make it working ;/

    please for help ;/


    #105080

    In reply to: WYSIWYG

    ajz
    Member

    Please share silasje1 :)

    #99980

    In reply to: WYSIWYG

    ajz
    Member

    Please share silasje1 :)

    #105075
    Kurt Glen
    Member

    hey asboyd do you have phpmyadmin or any other database management? if so select the database and go to execute and execute the same exact code that gave u the error… should be the same as mine. Only this time change the last line to:

    ENGINE = MYISAM DEFAULT CHARACTER SET 'utf8';

    basically changing TYPE to ENGINE. That will correct everything. good luck.

    PS thanks to Super Artsy in the topic below for posting the solution.

    https://bbpress.org/forums/topic/db-posts-table-not-installing?replies=4#post-86225

    #99975
    Kurt Glen
    Member

    hey asboyd do you have phpmyadmin or any other database management? if so select the database and go to execute and execute the same exact code that gave u the error… should be the same as mine. Only this time change the last line to:

    ENGINE = MYISAM DEFAULT CHARACTER SET 'utf8';

    basically changing TYPE to ENGINE. That will correct everything. good luck.

    PS thanks to Super Artsy in the topic below for posting the solution.

    https://bbpress.org/forums/topic/db-posts-table-not-installing?replies=4#post-86225

Viewing 25 results - 18,801 through 18,825 (of 32,518 total)
Skip to toolbar