Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'code'

Viewing 25 results - 27,501 through 27,525 (of 32,516 total)
  • Author
    Search Results
  • #65498

    In reply to: Adding [code]

    chrishajer
    Participant

    I have the allow images plugin as well, and I can post code just fine. I am using an older version though, maybe yours is newer.

    #65497

    In reply to: Adding [code]

    rivermaya
    Member

    finally, the backticks work after I deactived the Allow Images plugin .. so I can’t use that plugin for it purpose then

    ps : thank you Chrishajer and Geekgirl89

    #65475

    In reply to: Work in progress

    Null
    Member

    In THEORY you could use the forum database table for the blog. A blog would be a new topic in which people could reply. Adding a filter would seperate the blog-forums from the normal forum.

    This way, the database doesn’t have to be extended, a simple filter would do… plus it would be easier to code as a plugin

    Well in theory

    Just filter it:

    blog name = forum name

    blog topic = forum topic

    blog reply = forum reply

    blog is filtered from the forum and only topic owner can add/edit here.

    To make it more simple, when a user makes a blog a forum called “userblogs” (must be unique so a series of numbers could be added) is created and filtered (hidden). Then when loading a profile page it checks the forum “userblogs” where topic starter = profilename and it shows the “blogs” of that profile name…

    Hope you understand what I mean, goodluck

    _Null

    #65496

    In reply to: Adding [code]

    rivermaya
    Member

    I don’t know what’s wrong, when I use backtick between code, the code disappear :( , when I use only one backtick in front or after the code, only word “Google” appear (I’m trying your with example code Chrishajer)

    is there any options to allow html on post ?

    #64682
    chrishajer
    Participant

    mciarlo: back to the original problem then. When a user registers in bbPress, they’re not registered in WordPress?

    Have you searched the forum for either cookie or role?

    A couple things sounded interesting:

    https://bbpress.org/forums/topic/wordpress-integration-logout-problem

    https://bbpress.org/forums/topic/integration-how-to-do-it

    #65495

    In reply to: Adding [code]

    chrishajer
    Participant

    You need to enclose your post in backticks. On my keyboard, that’s the unshifted key to the left of the number 1, upper left corner of the keyboard. When you use a backtick `, the code looks like code:

    <a href="http://www.google.com" title="use backticks to show code">Google</a>

    #65494

    In reply to: Adding [code]

    rivermaya
    Member

    actually I need to show the hyperlink code like a href=”….”

    so the members can see what they must put on it

    #65493

    In reply to: Adding [code]

    geekgirl89
    Member

    That’s what the purpose of code is, to show code the way you type it in.

    #65474

    In reply to: Work in progress

    geekgirl89
    Member

    I’m currently trying to get the database extended (have never coded in my life). And yes, people will be able to reply, just haven’t added the code yet. To be honest, I’m just mixing all sorts of code together to see what I get. I went through a lot of trail and error and this was my result. I think I’m going to have to get a couple of people to hep me in this project.

    #3530

    Topic: Adding [code]

    in forum Plugins
    rivermaya
    Member

    Hi,

    why if I use the

    Code:

    it didn’t show the real code that I want to show to members ? like hyperlink codes or br

    it always converted to html ..

    how to fix it or what plugins I must install ?

    I already installed bbcode Lite n Buttons Toolbar

    #65490
    Steve12
    Member

    There are some simple ways to add a sidebar .It can be done without using any code and there is a superb tutorial in this link http://www.bingness.com/10/useful-products-for-online-business/customizing-any-wordpress-theme-for-free/ which is really useful.

    customize wordpress theme

    #3510
    bboysmaster
    Member

    My forum is using gmail for email setting. However my user can’t received email when registering using hotmail or yahoo but they received it using gmail. Does it has something to do with the email coding that caused the email to be block? If it is, i really hope you guys fixed it for the next version :).

    #65476

    In reply to: Digg Integration

    Sam Bauers
    Participant

    I don’t think there is a reliable equivalent which will work everywhere.

    If you are just looking for the current topic’s link then try topic_link() with no arguments.

    #65482

    In reply to: intended URL

    chrishajer
    Participant

    What domain is it at, and what directory did you put it in?

    If your site is example.com and you made a directory called bbpress, then the intended URL is probably:

    http://www.example.com/bbpress/

    I thought the installer guessed and prefilled that anyway?

    #65098

    In reply to: Kineda.com

    kineda
    Member

    Thanks necati. Glad you like it. :)

    I actually only run 1 adsense unit (and even that’s not directly through Google. It’s through a special deal I have with Glam Media).

    The 3 graphical banners you see are not provided by Google.

    #3520

    Topic: Digg Integration

    in forum Themes

    in wordpress to integrate digg in a posts automatically I use code like this digg_url = '<?php the_permalink() ?>'; This does not work (obviously) in in bbpress, so can anyone tell me what the equivalent of the permanlink is?

    #65471
    baanhinghoy
    Member

    Is there any script that automatically show the attached image file as the image on the post instead of file?

    I hope I’m not bothering you guys.

    Thank you :)

    #65469
    baanhinghoy
    Member

    Thank you very much. I aware of what you are trying to say, but what I meant was after users attached the image file, I’d like the file to be automatically (from my server) shown as an image on the post. Is there any way around it?

    I hope you guys could help me out.

    Thank you for your help :)

    #65468
    chrishajer
    Participant

    The allow images plugin is the one you need (the attachments one just allows attachments to posts).

    Did you activate it?

    People will need to have the image posted somewhere before they can insert it into their post. It can be a flickr URL, Photobucket, ImageShack, Picasa, whatever, so long as the image is publicly available on the Internet. Once the image is accessible on the Internet, they just need to insert the HTML to embed the image. the img tag will look like this:

    <img src="http://www.flickr.com/whatever.jpg" />

    If you post a URL to your forum, someone can try it to see what’s happening.

    #65459

    I always do. :)

    However, I could see that there were no errors that should be causing this, so left those things until later. But since you won’t help me until it “validates” – it now does.

    And the original problems are still there, plus now the log-in info is halfway down the page and behind the forum summary area.

    http://www.undercoverlawyer.com/forum/

    Can someone now please look and see what the real problem is? I’m sure it’s my fault. But I’ve just been looking at it too long to find it.

    Thanks.

    -Sherry

    #64679
    mciarlo
    Member

    Are you sure? I don’t mind recreating databases, but if it can be avoided, it would certainly make me happy =).

    #65439
    chrishajer
    Participant

    I think that is a case of mixing an array ($title[]) with a string ($title). Somewhere, $title is being used as a string, and this piece of code wants to use it as the array $title[].

    Glad you got it working. Hack away.

    #65332
    Detective
    Member

    Currently the search results don’t work. To fix them, please add the following line in the function gs_search_result_loop:

    function gs_search_results_loop($results) {
    global $bb_post; // <-- add this line

    #65437
    chrishajer
    Participant

    I don’t think you can do a case without a switch first. Something like this:

    <?php
    /*
    Plugin Name: Title Modifier
    Author: Matt George
    */
    add_filter('bb_title', 'titlemodify');

    function titlemodify( $title ) {
    //your code that does something to $title;

    switch ( bb_get_location() ) {
    case 'topic-page':
    $title[] = get_topic_title();
    break;
    }
    return $title;
    }
    ?>

    #65436
    photolord
    Member

    Do you know what I did wrong? When I try to activate the plugin I get:

    Plugin could not be activated; it produced a Fatal Error.

    I want to get rid of the site title that comes after the topic title on topic pages. That way I’ll only have the <title>Topic Title</title> in the browser. I need some expert coder help. :o) This is what I have that did not work:

    <?php

    /*

    Plugin Name: Title Modifier

    Author: Matt George

    */

    add_filter(‘bb_title’, ‘titlemodify’);

    function titlemodify( $title ) {

    //your code that does something to $title;

    case ‘topic-page’:

    $title[] = get_topic_title();

    return $title;

    }

    ?>

Viewing 25 results - 27,501 through 27,525 (of 32,516 total)
Skip to toolbar