Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'code'

Viewing 25 results - 32,076 through 32,100 (of 32,480 total)
  • Author
    Search Results
  • #51858

    In reply to: Return to blog button?

    ear1grey
    Member

    Personally I just created a super-header (at $_SERVER["DOCUMENT_ROOT"]."/tabs.php") which is included as part of my wp and bb theme. It provides consistent tabs for blog, forum, etc.

    #50709

    In reply to: freshness = -1 years

    papercuts3
    Member

    Well OK. I am embarrassed to admit that it was my mistake. I have two different servers one in Germany and one in the US. I just mixed them up, I thought I was dealing with the Germany server.

    So I guess the time zone fiddling IS really the one and only solution to this and there is no bug in the code.

    #51841
    spencerp
    Member

    Nevermind, I’m sorry tonight people.. I’m so behind on sleep, the brain is in bed, but I’m not.. The [Resolved] being added by the “thread titles” was a modification to the WP.ORG forums and so forth.. it’s not by “default” in the download of bbpress..

    Is there any chance of maybe having that a plugin or not, maybe? I wouldn’t mind getting a hold of that.. ;) =P

    spencerp

    #51290
    spencerp
    Member

    Don’t spank me, but..I had tried doing this Integration stuff, and some how deleted those two usermeta tables at the very top of the database list, the two that sit above all the other ones, listed in the main wordpress database…

    Dang, I should have written the names down.. But, deleted those bb_forums ones too.. and then when trying to do it fresh again, for the Integration deal.. I filled out the field for the Keymaster name, and forum name.. hit to go to second step.. and it said, Bad Username, or, Username don’t exist, go back and try again…

    Then I was basically forced to skip the Integration option, and do it the normal way sigh.. =( Anyone have a database (query) schema for those two tables I deleted? Or, maybe can shed some light onto my darkened room.. ?

    Thanks in advanced..

    spencerp

    #1018
    spencerp
    Member

    I’m not sure why, or what’s going on, maybe I missed something.. =/ But, when trying to mark a thread [Resolved] in here, it doesn’t seem to show up as [Resolved].. like it does on the WordPress.org forums..? =/ Is this supposed to happen, or.. ?

    spencerp

    #51839

    In reply to: bbpress and 2.1 alpha3

    spencerp
    Member

    Seems to have installed just fine! I’ll run around and check for any errors and report back here.. I installed that right along with my 2.1 alpha3 test blog, click the link below to see it.. =) ;)

    http://21.spencerp.net/

    spencerp

    #1017
    spencerp
    Member

    I know this might sound, or, be a stupid question, but.. it’s safe to install bbpress right along beside 2.1 alpha3 right? If so, great! If not, is there anything I should know ahead of time?

    I just upgraded my main blog to 2.1 alpha3 a few hours ago, and wouldn’t mind meshing the two together. So, lay it on me peoples! I’m ready.. =P

    spencerp

    #51489
    ardentfrost
    Member

    Suleiman: I’ve never done plugins for wordpress, but I imagine that it shouldn’t be too bad.

    Circuit: thanks for the css fix :)

    #50706

    In reply to: freshness = -1 years

    papercuts3
    Member

    The usual config.php solution is not helping. There must be another way. Please guys, this is a serious problem. The code authors should take a look at this. It’s already driving many of us crazy.

    #1012
    sniss
    Member

    I have a rather strange problem. When I click the “Send Post”-button I get a 302 Found, with the following message:

    The document has moved

      here

    .

    The link points to bb-post.php. When I click the link I get the following message:

    You need to actually submit some content!

    My .htaccess file that was generated from rewrite-rules.php is placed in the root of the bbpress-installation looks like this:

    RewriteEngine On

    RewriteBase /bbpress/

    RewriteRule ^forum/([0-9]+)/page/([0-9]+)$ /bbpress/forum.php?id=$1&page=$2 [L,QSA]

    RewriteRule ^forum/([0-9]+)$ /bbpress/forum.php?id=$1 [L,QSA]

    RewriteRule ^topic/([0-9]+)/page/([0-9]+)$ /bbpress/topic.php?id=$1&page=$2 [L,QSA]

    RewriteRule ^topic/([0-9]+)$ /bbpress/topic.php?id=$1 [L,QSA]

    RewriteRule ^tags/(.+)/page/([0-9]+)$ /bbpress/tags.php?tag=$1&page=$2 [L,QSA]

    RewriteRule ^tags/(.+)/?$ /bbpress/tags.php?tag=$1 [L,QSA]

    RewriteRule ^tags/?$ /bbpress/tags.php [L,QSA]

    RewriteRule ^profile/([0-9]+)/page/([0-9]+)$ /bbpress/profile.php?id=$1&page=$2 [L,QSA]

    RewriteRule ^profile/([0-9]+)/([a-z]+)$ /bbpress/profile.php?id=$1&tab=$2 [L,QSA]

    RewriteRule ^profile/([0-9]+)/([a-z]+)/page/([0-9]+)$ /bbpress/profile.php?id=$1&tab=$2&page=$3 [L,QSA]

    RewriteRule ^profile/([0-9]+)$ /bbpress/profile.php?id=$1 [L,QSA]

    RewriteRule ^view/([a-z-]+)/page/([0-9]+)$ /bbpress/view.php?view=$1&page=$2 [L,QSA]

    RewriteRule ^view/([a-z-]+)$ /bbpress/view.php?view=$1 [L,QSA]

    RewriteRule ^rss/$ /bbpress/rss.php [L,QSA]

    RewriteRule ^rss/forum/([0-9]+)$ /bbpress/rss.php?forum=$1 [L,QSA]

    RewriteRule ^rss/topic/([0-9]+)$ /bbpress/rss.php?topic=$1 [L,QSA]

    RewriteRule ^rss/tags/([a-z]+)$ /bbpress/rss.php?tag=$1 [L,QSA]

    RewriteRule ^rss/profile/([0-9]+)$ /bbpress/rss.php?profile=$1 [L,QSA]

    The $bb->mod_rewrite is set to true.

    The post is inserted into the database, when I look at the frontpage of bbpress, but it is not redirecting properly.

    My webhost is one.com.

    Has anyone else experienced this fenomenon?

    #51288
    sevendotro
    Member

    nice community :)

    nice

    #990

    Topic: My simple theme.

    in forum Themes
    xoyi
    Member

    Simple theme with the posibility to put ads on the right and left :-)

    http://forum.lividu.com/

    #1009
    Trent Adams
    Member

    On the bottom of my register.php page I have an error and it doesn’t have all the information needed for my registration form. The error is:

    bb_get_user needs a numeric ID

    Check it out at:

    http://blog.trentadams.ca/forum/register.php

    I cannot register users without it, so I guess I better fix it!

    Thanks in advance,

    Trent

    #51751
    ear1grey
    Member

    Probably quotes:

    $bb->wp_home = "http://canadanoise.com"; // WordPress - Options->General: Blog address (URL) // No trailing slash

    #51267
    so1o
    Participant

    the easiest way right now is to change the function tag_heat_map()

    change the line

    uksort($counts, 'strnatcasecmp');

    to

    asort($counts); //or

    arsort($counts); //reverse

    may we should have a filter in the function make it pluggable..

    #51486
    ardentfrost
    Member

    Yeah, IE6 kinda screws the pooch with css. I suggest adding in a commented out section after the original section that just doesn’t show the avatars. IE6 will read what’s in the commented out section, but firefox will not. This will mean that people with IE6 cannot view avatars, of course, but that browser sucks anyway ;)

    The problems are fixed in ie7.

    #997
    ear1grey
    Member

    There’s a sub-forums ticket open at the moment, assigned to Matt, and I thought have have a quick think-aloud to see how feasible this idea is…

    I think the combination of forums, sub forums and tags encodes too much structure into the application and the db; I can see another (possibly more flexible) way of delivering the same capabilities, which involves three steps:

    1. Add descriptions to tags, so they can behave like forums.

    2. Remove the old forums altogether and instead allow tags to be sticky – sticky tags then go on the front page, with their descriptions, like forums.

    3. Avoid the restrictive tree structure of forums and sub-forums by using a graph – i.e. in the same way that any post can be linked to any tag, any tag should also be able to be linked to any tag.

    The net result would be the same operation for the user, but more more potential for adaptive content structure and semantically rich navigation by, for example, seeing related articles from “nearby” tags.

    There’s probably other advantages, and maybe caveats that I’ve not seen… :)

    #995
    aleister
    Member

    I just finished installing bbPress for the first time, and I like it very much. I just wanted to say great job! :)

    It was very easy to customize the template to match my custom WordPress theme.

    If you would like to check it out, it is at http://www.dagondesign.com/forum/

    #51617
    johanmaelson
    Member

    dunno … i’m using Opera and FireFox 2.0 .. no problems within log in o.O

    #51649

    UPDATE:

    Now users can decide if they want to receive emails on their favorites. There is no need to change templates, simply upload the plugin =)

    #51630
    johanmaelson
    Member

    thx :)

    Sorry but do not want to use js for this did :) i’ll try to solve this by css

    #991
    johanmaelson
    Member

    you can check it out here :)

    http://www.forum.faces.kz , but some issue in IE some bug within image swap on mouse over but i nevermind, use Opera of FireFox :)

    #51338
    johanmaelson
    Member

    I have added Wysiwyg to bbpress as a first. I choosing TinyMCE dunno why … maybe cuz i haven’t ever use this one. But it’s relay roxx nice organization and realy lightweight. Author of this subject using fckeditorm …. but this wysiwyg so slow … oh meine god …

    After inserting to my bbpress TinyMCE … i’m starting to play within tags … something doesn’t works cuz BBPRESS cut out disallowed tags … i thought that i can just edit some code in bbpress plugin for image tag. After some manipulation my wysiwyg work’s well but not good as i want :)))

    you can check out my bbpress forum and skin which i make for it here http://www.forum.faces.kz

    all suggestion and questions send to johanmaelson at gmail dot com .. or post here i’ll check this three :)

    links : http://tinymce.moxiecode.com/ – TinyMCE ;)

    forum page within TinyMCE : http://forum.faces.kz/topic/1?replies=10

    #51337
    circuit
    Member

    thanks for the instructions. unfortunately it doesn’t work for me.

    on the page you linked to, there are two pieces of advice as to where to put the editor files:

    “create a directory in the root directory called “editor” and then upload the same directory from their download page. Then drop the .js files into your root, and place the fckeditor.php file where ever you want (i chose the my-templates directory) and call it accordingly.”

    or

    “unrar FCKeditor_2.3.2.zip into my-templates”

    Wherever I put it, it doesn’t seem to work. I have tried a directory within my-templates, dropping it directly into my-templates, and putting the relevant files in the root with my-templates holding the PHP file. In all cases I edited the path in the replacement code accordingly.

    I think it’s including the PHP file OK, but I guess there is an iframe where the FCKEditor box should be, and that is just pulling the home page of my site (i.e. a 404 error, as far as I can tell).

    #50351
    circuit
    Member

    This isn’t a great solution. For those of us who are not in the same timezone as our server, the board times are inaccurate even though the ‘freshness’ problem is solved.

    There must be a way to correct this, surely it would just be a case of adding the difference in hours back on to the time? Can anyone suggest where and how to replace this code?

    It will definitely make our board confusing for people if all the times are seven hours out.

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