Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'code'

Viewing 25 results - 21,076 through 21,100 (of 32,481 total)
  • Author
    Search Results
  • #89076

    Ok found the reason why.

    This site works best in Google Chrome.

    <div id="container">

    <title>theCollegehunt-Best colleges,Best coaching classes,Career guidance,Examinations,Examination papers,College romance,College dating</title>

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">

    <head>

    <title>theCollegehunt</title>

    Basically you need to remove

    <div id="container">

    <title>theCollegehunt-Best colleges,Best coaching classes,Career guidance,Examinations,Examination papers,College romance,College dating</title>

    and the bottom DIV

    </body>

    </html>

    </div> <


    REMOVE THIS ONE

    #88917
    mr_pelle
    Participant

    I use this in my template:

    global $is_bb;
    $is_bb = true;

    get_header(); // call WP's header

    $is_bb = true; tells WP that current page is a bbPress page. If you need to load different content depending on that, just use:

    if ( $is_bb ) {
    // bbPress-related code
    } else {
    // WP-only code
    }

    #87812
    mr_pelle
    Participant

    Plugins directory not updating: Fixed.

    Seems it’s not retroactive… I mean, Zaerl’s last plugins are now listed correctly, but all other plugins did not get updated (yet): it looks like my last plugins update was a month ago! =P

    #89075
    chrishajer
    Participant

    If that’s it, it’s always good to start by making sure the code is valid. My guess is there is a closing div missing or otherwise invalid code.

    http://validator.w3.org/check?verbose=1&uri=http://www.thecollegehunt.com/

    eschickel
    Member

    looks like my error logs were disabled. =( i guess i can drop my tables and reinstall, but i’m certain i didn’t do anything wrong during the install.

    rickkettner
    Member

    Thanks for the reply!

    1. WP 2.9.2

    2. Just bbPress with new install of WP… nothing else.

    3. Yes, using PHP5

    4. I just went through the steps in the BB install. Was going to do the rest in the bb admin, but can’t get there.

    5. Not sure where to look for the error log :(

    #89033

    In reply to: OneMoreThing.nl

    I doubt anyone needs to release it as a theme, it’s just a custom front page (although a good one for sure).

    It just loops through Categories / Forums and then outputs the last topic and last post for each forum with it’s gravatar next to it. The code to do it yourself is already in front-page.php

    ( I say that without taking away from the excellent work done by lukepuuk and others on the theme )

    Exit mate, If you want your bbPress to be/act different than all the others, you’ll have to change more than the CSS/Background. But realistically you don’t need much/any plugins to enable your forum to be unique while staying cool and usable :)

    #89098

    In reply to: s2member integration

    bbPress has no way of setting up roles to forums like every other forum out there has.

    So if you’re hoping to say set “contributors” to see everything and then set your s2M to move people from members to contributors on the WordPress side I’m afraid you can’t – bbPress doesn’t come with that basic forum functionality.

    In that regard, and with all due respect (you’d be amazed how very few people are as polite as you are), doing anything out-with the “plug and play” variety with bbPress unless you really know your way around PHP/WP-theming and functions is not going to happen.

    Now you may be able to take one of Zaerl’s plugins which allows the setting of show/hide/moderate certain forums and adapt it. Or you could contact Zaerl for some custom work (i’ve no idea if they do this btw – its just where I’d start).

    If you’re going on your own, keep posting back, we’ll help when and where we can :)

    #89095

    In reply to: s2member integration

    wood2695
    Member

    Thanks for the quick response. I’ve already done the deep integration, so I’m partially there on number 1, I guess. I’ll look into how to accomplish your suggestion before I ask you to hold my hand :)

    At the same time, if you’ve got a link/resource that might point me in the right direction, that would be sweet too.

    Thanks man.

    #89094

    In reply to: s2member integration

    In theory, you’d need either:

    1) Deep Integration with WordPress, so you could query the WP DB on forum load

    or

    2) Write some custom code for the s2Member callback API (which it supports) to add a field to the bbPress database.

    Shouldn’t be horribly difficult; but so far, no-ones asked about it here so I can’t point you towards any examples.

    I’m going to do something strange here AmplifiedShock, I’m going to ask you NOT to do that.

    The “bbPress” that BuddyPress uses is not the same as this “bbPress”. It is heavily heavily modified. Basically the whole of BackPress is removed and replaced by custom functions, and then some of the middle tiering has been rewritten, and a little bit of the front end output and default theme.

    A large chunk of the support requests we deal with each day/week is people coming here because BuddyPress calls their forums “bbPress”. We need to be able to tell people honestly and without looking like we’re being difficult, that if they use BuddyPress we can’t help them.

    I’m sure it’s technically possible to do anything. I’m sure once it’s technically possible, it’s easier to write a guide for people to follow. You seem to be good enough to do that :) But with bbPress being turned into a WP plugin and Matt publicly telling people not to use this software; inviting more support queries that end in “we simply can’t help you” isn’t going to help us at all.

    Now if you felt like writing more tutorials on converting from other forums to bbPress, I’m sure there would be a good market in that for you!

    And, as always, thanks for your time

    #88977

    Mamikaze,

    What versions of bbPress and WordPress are you using?

    Did you install and use the WP/bbP integration plugin?

    Have you tried logging in from both sides?

    Have you checked to see if you’re using the same user tables?

    Have you checked roles in your database?

    Basically, give us as much information as possible, and we’ll try and help :)

    #87801
    mr_pelle
    Participant

    @zaerl: plugins section does not update since bbPress “new look”, actually… :P

    #87325
    zaerl
    Participant

    I have created a plugin that expose permalinks to posts. But I’m not very sure that it’s what you want. I have uploaded it five minutes ago. Grab it (if it’s what you need) when the SVN refresh:

    https://bbpress.org/plugins/topic/zaerl-post-permalink/

    It exports a function:

    za_post_permalink($id = 0)

    which returns a link in the form:

    http://domain.com/post/number if mod_rewrite is used

    http://domain.com/?post=number otherwise

    if you pass 0 or nothing to the function it takes the current post ID (if any).

    Have a nice day.

    Guide to WordPress integration is now up. Ah, that was a good day and a half of playing around in phpMyAdmin, bbPress, and WordPress! :-)

    Hello everyone,

    I just wrote a guide to basically achieve what the title says. Two reasons:

    (1) There isn’t a vb4-to-bbPress converter out there making the process more difficult then it should be

    (2) The answers are out there if you’re willing to search for hours like I did :P I decided to piece together all my research into a single guide

    Credit, of course, goes to the generous souls who created the vB-to-phpBB and the phpBB-to-bbPress converters, which are both required.

    I’m still working on the integration with WordPress part which should be up soon. If you guys see any errors, please let me know.

    Hope this helps!

    Edit: Forgot the link! http://www.ericm.ca/2010/articles/vbulletin-4-to-bbpress-and-wordpress-integration

    #88987
    Kasparas
    Participant

    Thanks for aswers :)

    #88974

    If you guys have integrated setup, then if you login from WordPress side and then try to access bbPress dashboard you are redirected back to the frontpage. Just login from bbPress side and you will be able to pass through :)

    #34389
    Kasparas
    Participant

    I downloaded .zip archive of trunk from http://trac.bbpress.org/browser/trunk (beta version of bbpress i guess) and i want to upgrade my bbpress from 1.0.2. Should i’m just only upload and replace all files ? or what… ?

    Thanks for answer :)

    #34387
    retostauffer
    Member

    Hello Community

    I have a small problem after intalling wordpress 2.9.2 and bbpress 1.0.2.

    I’ve installed the bb-integration plugin on my wordpress and configured the necessary things. I had also check the keys and salt’s in bb-config and wp-config twice and checkt out the support forum here but couldnt find any solution.

    The Problem: I can register on wp without any problem and login with this user into the bbpress forum. BUT if i make a login on WP the BB doesnt know something about that. I know that this has to bee a small cookie-problem but i cant find the “bug” :). Does anyone has a hint please?

    My Cookies
    ———-
    domain wordpress_logged_in_THEKEY /imgipress/ VALUE1
    domain wordpress_THEKEY /imgipress/wp-content/plugins VALUE2
    domain wordpress_THEKEY /imgipress/wp-admin VALUE2
    domain wordpress_THEKEY /imgipress/bbpress/my-plugins VALUE2
    domain wordpress_THEKEY /imgipress/bbpress/bb-plugins VALUE2
    domain wordpress_THEKEY /imgipress/bbpress/bb-admin VALUE2
    domain wordpress_test_cookie /imgipress/ VALUE2

    domain – is always the same string
    THEKEY – is always identically the same
    VALUE1 – is a combination of my username%something%something
    VALUE2 – is a combination of my username%something%something
    but VALUE2 is always identically the same
    [code]

    What’s the problem? should the cookiepath always be the same? I dont think so .. but whats the Problem? 🙂

    Thank you for any hint!

    Greez, Reto, Switzerland

    [code]

    My Cookies


    domain wordpress_logged_in_THEKEY /imgipress/ VALUE1

    domain wordpress_THEKEY /imgipress/wp-content/plugins VALUE2

    domain wordpress_THEKEY /imgipress/wp-admin VALUE2

    domain wordpress_THEKEY /imgipress/bbpress/my-plugins VALUE2

    domain wordpress_THEKEY /imgipress/bbpress/bb-plugins VALUE2

    domain wordpress_THEKEY /imgipress/bbpress/bb-admin VALUE2

    domain wordpress_test_cookie /imgipress/ VALUE2

    domain – is always the same string

    THEKEY – is always identically the same

    VALUE1 – is a combination of my username%something%something

    VALUE2 – is a combination of my username%something%something

    but VALUE2 is always identically the same

    [code]

    What’s the problem? should the cookiepath always be the same? I dont think so .. but whats the Problem? :)

    Thank you for any hint!

    Greez, Reto, Switzerland

    #88970

    In reply to: flash movie

    chrishajer
    Participant

    You can use something like “admin can post anything” then admins can … post anything (including Flash embed code.)

    Or, if you have it hosted at one of the video sites, you can use one of the video plugins.

    https://bbpress.org/plugins/topic/easy-video-embed/

    https://bbpress.org/plugins/topic/bbvideo/

    #83900

    In reply to: "Sandbox" theme

    yoyopop
    Member

    @ Hard Seat Sleeper

    did you get any further with the Sandbox theme for bbpress? Could be really useful :)

    it would be amazing to have an equivalent of the P2 theme (that I see you’re running on your blog) for bbpress too. Very clean design, easy to mod, lightweight etc

    #88889

    Looks great! ;)

    #88954
    gerikg
    Member

    I’m assuming you followed integration tutorial somewhere that is current.

    add

    AddType x-mapp-php5 .php

    to your .htaccess file if you don’t have one create one in the root of the folder.

    #87795
    zaerl
    Participant

    In https://bbpress.org/plugins/forum/requests put “Plugin Description (required)” over the corresponding textarea (need just a <br /> as for “Plugin Name (required)”).

    Put some space between the “Submit Comment ” button and “Allowed Tags” <p> in plugins/topic/*

    This is strange. The star gif used for rating in plugin section does have a tiny gold border when displayed with gold background. (Firefox/3.6, no problem with Safari 4.0.5) I can take a screenshot.

Viewing 25 results - 21,076 through 21,100 (of 32,481 total)
Skip to toolbar