Forum Replies Created
-
In reply to: Whoa! (bbPress.org 2.0 is live)
Check how backticks and work to format a post.
https://bbpress.org/forums/topic/internet-explorer-problem-1?replies=8#post-69386
Was initially written with backticks, and rendered as GT and LT, so I tried to edit it to replace backtick with [code] but it’s still messed up.
Someone mentioned that re-editing also introduced paragraphs or breaks, IIRC. When I first edited the post, every line of code and a [BR] after it.
[code] work to format a post.
https://bbpress.org/forums/topic/internet-explorer-problem-1?replies=8#post-69386
Was initially written with backticks, and rendered as GT and LT, so I tried to edit it to replace backtick with but it’s still messed up.
Someone mentioned that re-editing also introduced paragraphs or breaks, IIRC. When I first edited the post, every line of code and a [BR] after it.
[code] but it’s still messed up.
Someone mentioned that re-editing also introduced paragraphs or breaks, IIRC. When I first edited the post, every line of code and a
after it.In reply to: Internet Explorer problemOf course in my post worked fine. Argh. See it working above?
[code] in my post worked fine. Argh. See it working above?
In reply to: Internet Explorer problemBackticks and
did not work for formatting Kevin's post. I tried to fix it. Really I did.
Basically, remove the top three lines of the file (header.php?), and the last line (footer.php?).
In reply to: Users can't reply or create postsLooks like you’re using the default template. Did you modify it at all?
Did you integrate with WordPress?
What plugins are you using?
Does the browser in use make a difference?
In reply to: ' when i use apostrophe- Did you integrate with WordPress?
- What versions of bbPress and WordPress did you install?
- Are you using BuddyPress or WPMU?
- How about a URL?
In reply to: Internet Explorer problemIf 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/
In reply to: Whoa! (bbPress.org 2.0 is live)The member title is certainly the smallest on my system and it probably the only think I would consider unreadable. It’s slightly more readable than your screenshot, but I am using Chrome on Linux, so maybe the font is already there.
The next size up in font size is all the stuff beneath the avatar (Posted 18 hours ago/IP/Edit/Delete/Spam) then the next size up, what I would consider normal, is the post text.
In reply to: BB-Admin won't let me inTry clearing the browser cache and cookies, or just use a different browser and see if you can log in with that.
In reply to: flash movieYou 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.
In reply to: anonymous author name not shown on topic_last_posterWhat version are you using, jurasiks, and what theme?
In reply to: Frustrating Installation IssueIt has been fixed in the latest development version of bbPress, but the packaged version 1.0.2 still creates the folders with the wrong permissions. Sorry about that.
In reply to: 400 new spammers signed up in one dayYou should have an option to mark posts as “not spam” in the bbPress admin
Go to the admin > posts > then there is a select box where you pull down and select “spam”, then click [filter] and you should have a list of all posts caught by Akismet where you can mark legitimate posts as “no spam”. Do you not have that?
In reply to: Need to fix plugin searchIt’s a bug and it has been reported:
In reply to: Frustrating Installation IssuePlease make sure the permissions of the my-templates and my-plugins folders are 755. That should take care of it.
In reply to: bbpress xml rpc bugrescued from Akismet
In reply to: topics on this forumrescued from Akismet
In reply to: Kakumei Template Design HelpOne topic per topic please. You’re switching gears on us here making it hard to help.
It’s repeating because of this rule in the CSS:
background-repeat: repeat-x;
In the #wrapper section. That says “repeat the image horizontally:, which is what’s happening. Remove that line and it won’t be repeated (or maybe you need to change it to background-repeat: no-repeat).
Then you need to position it.
This isn’t really bbPress specific just, just basic HTML and CSS.
In reply to: Kakumei Template Design HelpInstead of
color: rgb(255, 255, 255);
just usecolor: #FFFFFF;
orcolor: white;
For the image, you are correct. That’s a thin slice that is tiled horizontally. That’s useful for different browser sizes and screen resolutions.
For the size of a jpeg, you need to know how wide your overall layout is going to be, then make it so it fits. The width of the kakumei layout is 760px I believe, so make an image 760px wide and see how it fits. You may need to adjust padding and margins, or even the image size, but start at 760px and see how it lines up.
In reply to: Formatting text on bbpressHeh, you beat me to it. Thanks
In reply to: Formatting text on bbpressYou want a plugin to allow bbcode. There are a couple:
In reply to: Whoa! (bbPress.org 2.0 is live)Check the search results for this plugin search:
https://bbpress.org/plugins/search.php?q=bbcode
I don’t think many of those 284 pages of results have anything to do with bbcode.
Much more realistic:
http://www.google.com/search?q=site:https://bbpress.org/plugins/%20bbcode
In reply to: Importing bbpress posts into WordPressNo plugin that I am aware of. Hack away.
In reply to: 400 new spammers signed up in one dayWorst case, it kills your site, so you go and delete the plugin with FTP or a shell. No harm done.
To moderate all the users, you’re going to have to access the users in the database directly.
In reply to: 400 new spammers signed up in one dayI will start using the tag “rescued” when I release one from the Akismet queue.
In reply to: Bbpress page/post titles on WordPress integrationPaulo, all the code does is echo the name of the site. You can remove it.