Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 62,826 through 62,850 (of 64,450 total)
  • Author
    Search Results
  • #53822

    In reply to: k2 for bbpress

    linickx
    Participant

    thanks Sabutay, you’re right that was missing, I was trying to avoid editing any of the php templates, but I agree this “part” is critical to the look of the theme.

    I’d like to move the “Profile / admin / log out” boxes into these tabs, as I think it would make them fit nicely, but the functions output this a <p> rather than <ul> by default :o(

    #53821

    In reply to: k2 for bbpress

    sabutay
    Member

    I’ve made a little modification, i add a tab-line in the header.php, just like the same as k2 theme.

    You can see it here:

    http://www.ahumder.org/forum

    For modification, first put these lines in the style.css

    /*- Main Menu in Header */

    ul.menu {

    margin: 0;

    padding: 0;

    position: absolute;

    bottom: 0;

    left: 20px;

    width: 90%;

    }

    ul.menu li {

    display: inline;

    margin: 0;

    }

    ul.menu,

    ul.menu li a {

    padding: 5px 15px 6px;

    }

    ul.menu li a {

    font-size: 1em;

    color: white;

    margin: 0;

    }

    ul.menu li a:hover {

    background: #333;

    color: #eee !important;

    text-decoration: none;

    }

    ul.menu li.current_page_item a,

    ul.menu li.current_page_item a:hover {

    color: #333 !important;

    background: white;

    text-decoration: none;

    }

    .admintab {

    position: absolute;

    right: 0px;

    }

    * html .admintab { padding: 5px 15px 6px } /* IE hack */

    a img,:link img,:visited img { border:none }

    After that put these lines into header.php. But changes the href lines to your site.

    <ul class="menu">

  • Ana Sayfa
  • Forum
  • Resimler
  • Duyuru Listesi
  • İletişim
  • Hope it’s useful for you, and linickx may be you could add this mod to your style.css

#53820

In reply to: k2 for bbpress

Trent Adams
Member

It is now listed in Pro Forum for the rest of the people to see as well!

Trent

#53954

In reply to: Flooding user accounts

Trent Adams
Member

There have been many discussions on this topic (most started by me) about finding a solution to use akismet or something to stop the registration spam in bbPress. While there are no solutions availabe right now, there are several TRAC tickets at http://trac.bbpress.org about this issue for future development.

In the meantime, you can either disable the registration, install the MemberList plugin from Ardentfrost (gives easy admin interface to delete users quickly) or maybe search forums for another solution. I know that I use the MemberList plugin to delete users quickly, but also delete all the BOZO users as well.

I would agree that the registration spam issue will have to be dealt this soon as a standard release feature.

Trent

#53000

Download the updated beta version here:

https://plugins-dev.bbpress.org/browser/posts-since-last-visit/trunk/since-last-visit.php?format=raw

Demo here:

http://la-school.com/bbpress/ (Test/test)

It requires Onlinelist 1.4 to work!!

As requested in another thread here, If you want to indicate new posts with an icon next to the topic do it this way:

<?php if ($topic->topic_time > view_since_last_visit_user()) : ?>

DISPLAY IF NEW

<?php else : ?>

DISPLAY IF NOT NEW

<?php endif; ?>

add this in front of you topic title.

At the moment the topic still stay “new” even if you’ve already seen it, till the next visit. Gonna fix this in next version.

Any Feedback?

#53962
chrishajer
Participant

Sounds like you’re looking for forum categories:

https://bbpress.org/forums/topic/410?replies=19

#53961
linickx
Participant

Hi david,

I was thinking of grouping for table formatting on the front page, which I guess later on in development could have permission attached, so something like..

** Support **

Installation — Getting it up and running

Troubleshooting — Fixing it when it’s broke

** Extend **

Templates — Making it look purtee

Plugins — Making it do what it ain’t supposed to

** Any other Business **

Requests and Feedback — Tell us what you’re thinking

OFF-Topic – Doesn’t exists, just trying to show what I mean ;o)

did you have a look at the link I posted, if you ported that to bbpress you’d just have a long list of forums…. am I making sense ? :oP

#53960
davidbessler
Member

Give us an example of what you mean. Use the bbPress forums as an example if you can:

Installation — Getting it up and running

Troubleshooting — Fixing it when it’s broke

Templates — Making it look purtee

Plugins — Making it do what it ain’t supposed to

Requests and Feedback — Tell us what you’re thinking

I think I saw someone working on forum-grouping or someting. Otherwise, I can see what I can do.

#1327
linickx
Participant

Elo,

Is there a way to group forums together; I’m thinking about if you tried to scale bbpress to a large forum (the largest I know) sorting through all those subjects/topics/forums to find the right place to post would be difficult.

Thoughts ?

EDIT: he, he, he, my long subject show’s a bug in the css ;o)

#1326
plaggi
Member

Hi!

First off all, thank you very much for this great piece of code! :-)

We’re using bbpress as forum for our citizen journalism project “Bürgerzeitung Köln” at http://bz.koeln.de. Because our users prefer german language, we decide to do a translation. And of course we will make it public and available for everyone.

So, as ‘only’ 133 translations are waiting to be done, there should be a public Alpha availabe by the end of this week. It will be a “Sie”-Version, but it shouldn’t be a problems doing a “Du”-Version as well, later.

Greetz, Sven

#53819

In reply to: k2 for bbpress

linickx
Participant

Thanks Trent.

For any future googlers that find this thread, I’ve added a screenshot here as the demo site is likely to change as I play with stuff ;o)

#53150
chrishajer
Participant

Sorry for the double post. The first time I posted, I got a 408 Request Timeout error:

Request Timeout

This request takes too long to process, it is timed out by the server. If it should not be timed out, please contact administrator of this web site to increase ‘Connection Timeout’.

https://bbpress.org/forums/bb-post.php

#53148
chrishajer
Participant

Mike Baptiste, maybe I don’t understand how the whole thing works, but in my database, they are stored without the href information, in the bbpress_posts table, and the <a href= stuff is added upon display. So checking the see that they are not there in the database might not be a valid check. Mine are stored without the href and they display fine and are clickable.

Also, when entering a URL in a post, I don’t enter the href or anything else, I just put the URL in there, with a http://, and it becomes clickable automagically when it’s displayed. Without the http://, it appears that sometimes they are not identified as links by bbPress (especially when there is no www. at the beginning.)

I just registered at your forum, made a post with a link in it, just the URL, and it is clickable. Maybe you’re doing too much work trying to add the <a href=""> </a> stuff? I never tried to know that it doesn’t work. Things that look like URLs are made clickable by bbPress.

#1325
europheus
Member

I’ve converted my forum from phpBB to bbpress 1 month ago. Since then I have nearly 200 user accounts and not a single topic posted from anyone (there are only 3 postings total submitted by myself).

This appears to be some kind of bot creating accounts (such as viagraman), and the bbpress registration form looks rather easy to automate. Is there any solution to this like a CAPTCHA plugin? If not, its really needed as a standard feature.

#53146
Geezerjim
Participant

Heh. The 2 body tags was something left over from downloading Trent’s template of this forum. I’ve cleaned up the errors now, leaving only one for target=”_blank” and one for having start=”1″ inside the

<ol> tag which comes from bbPress. It is still occurring. I’m trying to see if there is something in common with the places that it’s happening. The odd thing is the links won’t work on a small part of the page, will on others.

#53952

In reply to: Display name plugin

frenadoll
Member

I see, and this plugin in instance, where do I set it? either in wordpress or bbpress?

#1324

Topic: Display name plugin

in forum Plugins
frenadoll
Member

Hello, I’m trying to get working display_name plugin in my forums but after installing the plugin it doesn’t work, it’s still showing “Admin” but in wordpress is showing my “name” correctly.

Another question, maybe related with the previous… Here I see people saying, “put it in your my-plugins folder”, but if bbpress has not plugins or has it? pardon my confunsion :S

Thanks in advance

#53918

In reply to: New Posts

mrpapasworld
Member

cool… will stand by… havent dug into writing plugins for bbpress yet… happy to help test if for ya too…

#52557
A1ex
Member

Excuse :)

The plugin is available for download here.

Плагин можно загрузить здесь.

#53941
mrpapasworld
Member

yes, that is exactly what I wanted… strange behavior though as I “guessed” thats what the address would be… well, sort of… I left off the trailing slash and get a page error… still not used to bbpress pretty urls wanting that trailing slash that is not normally needed…

thanks!

Mr Papa

#53942

In reply to: redirection error

chrishajer
Participant

What version is installed? This problem has come up a couple times before, and I thought it was fixed in the latest .75 version, at least.

If you’re not using .75, I would start there. Here are some forum posts that dealt with the redirect issue before .75 came out:

https://bbpress.org/forums/topic/531?replies=20#post-3050

#53940
chrishajer
Participant

Is the plugin viewer different than the “Extend” menu item on this site? That has an RSS feed:

bbPress plugin browser: Recent Plugins

https://bbpress.org/plugins/rss/

Maybe this is different than what you’re asking for.

#53552
drtech
Participant

To see this work go to http://koma-inu.org/bbpress/

Do not log in.

Firefox or Safari have a rss button. An interal site sould get the same results.

This will only work on page you can navigate to. It will not dig.

#53551
davidbessler
Member

Does the idea of RSS and private forums make sense? Is there a way to be “logged” in when getting RSS feeds? I don’t use RSS so I don’t know. I do know that none of my users use RSS because I use bbpress on an internal company site. So, I diables rss for the meantime by renaming my rss.php file.

I would love for someone to shed some light on all this.

#53912

In reply to: New Posts

mrpapasworld
Member

with css?? must be missing something… verteran with wp… but noob with bbpress…

havent yet figured out how to tell if the link is visited or not visited in bbpress… might be this third glass of wine though…

most definitely understand the comment about work…

thanks…

Mr Papa

Viewing 25 results - 62,826 through 62,850 (of 64,450 total)
Skip to toolbar