Forum Replies Created
-
In reply to: Navigation ThemeIn reply to: Navigation Theme
At you style.css file find:
#front-page #discussions {
margin-left: 0;
margin-right: 0;
}
Add:
width: 590px;
590px is just an excample of a size. You can change this.
Think this should fix it
In reply to: Navigation Themezip the template so I can dl and watch it and I will see what I can do
In reply to: bbPress 0.8 in IndonesianWe need a dl page with a list with these language files like:
http://www.phpbb.com/downloads.php (you need to scroll down a bit)
In reply to: Navigation ThemeNp dude, you only forgot to outline the forum part now Topic — Add New » part is still small and need to stretch to the max…
Looks good
In reply to: Restrict New TopicI need this to, but only mods/admins to begin a topic and members can only reply on them. But this only to a specific forum, all other forums stay “normal”
In reply to: Plugin: bbMenu 1.0What bugs? Euuh well if you have a fix too, put it here for the time being
In reply to: Navigation ThemeShow me what you mean
Or look at bbportal.org and go to the forum. Thats also in a “new” sidebar
In reply to: k2 for bbpressOr use my bbMenu plugin when it is released
Btw in the first post: your forum’s profile links is bugged
In reply to: Navigation ThemeI would remove the Hot Tags part and put it in a side bar (since both of them are missing when viewing the forum). This also gives the forums itself more space (cause the Hot Tags are in the sidebar now).
In reply to: Theme: Redox for bbPress 0.80Well though I like the theme I do have some things that border me:
1) Don’t give us themes that relies on plugins. I don’t wanna use the smilies plugin, not installing them results in an error.
2) It has bugs, creating a new topic messes up the whole page (I don’t say it has to be bugless, but this one is very obvious)
3) PLZ put everything in the theme in ENGLISH
Just my 3 cents
0
In reply to: Plugin: bbMenu 0.1 betaThe code I gave you works fine here.
Well since it does create the bb_menu table I suggest you fill it manually with phpma.
Use these lines:
INSERT INTO bb_menu VALUES (‘active’, ‘Forums’, ‘index.php’, ‘front-page’, 0)
INSERT INTO bb_menu VALUES (‘active’, ‘Search’, ‘search.php’, ‘search-page’, 1)
INSERT INTO bb_menu VALUES (‘available’, ‘Statistics’, ‘statistics.php’, ‘stats-page’, 0)
But NOT all at once. Do them 1 by 1 so like:
INSERT INTO bb_menu VALUES (‘active’, ‘Forums’, ‘index.php’, ‘front-page’, 0)
presss Go
Then enter line 2 etc etc
I am in the final stage of releasing this for 0.8, but I still don’t know why your table isn’t filled like it should…
In reply to: SHWEEEEET!!! 8,888.88888?Think we have a fan
In reply to: bbPress forums struck by bbPress bug!Hooray!!!
In reply to: Forums closing at 11am PSTCrossing fingers X
In reply to: bbPress forums struck by bbPress bug!Ghehehe
In reply to: Top PostersPerhaps this is already possible using the memberlist-plugin. Not sure though
In reply to: 8.0NNNOOOOOOOOOOOOOOOOOO!!!!!!!!!!
In reply to: Template: bbPress Forum ThemeI still run 0.74 I believe, I will check it when I have the time
In reply to: How do I delete a forumI understand, nothing to be ashamed about, we all do it
In reply to: get_topic_author() but how to get it’s profile link?Yeah hmm was afraid of that. It’s part of a function I’ve made with a foreach etc etc
There are 3 options:
1) Request this as a new function/option in the next release of bbPress
2) Make a new function
3) I/ someone else makes the function when I/he/she has the time
I will take a look at it tonight
In reply to: How do I delete a forum-fap- -fap- -fap- for spencerp
In reply to: 8.0Plz let the release be today plz plz plz
In reply to: Plugin: bbMenu 0.1 betaOk, I am at work now, so when I get home (tonight) I will cook up some correct SQL code for you. The problem is that the table isn’t filled so thats why it said: Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource because the table is empty.
The thing that borthers me is why it doesn’t fill the table when it is created :S (any1 has any ideas about this?)
So your original error is easily fixed, but you will have to wait till I get home.
Greetz
In reply to: How do I delete a forumYou can’t.
But you can delete them in 0.8 (I believe)