Forum Replies Created
-
In reply to: Double Post Protection (Time Limited)
Not that I know of. The last time someone asked, I think we came up with a javascript solution, to prevent a second click.
In reply to: Changing color of wrapper.Do you still need help with this? I see you’ve been working on the site.
What do you want to happen with that little green image? What should the forum look like when it’s working the way you want?
In reply to: Changing size of font in Header in "Kakumei".Seems like you already resolved that top link font size thing?
You can do it all in the style.css.
Have you read these threads?
https://bbpress.org/forums/tags/this-topic-has-been-closed
Did you remove the “pick a forum: drop down from your theme? I recall that having an affect at one point. Otherwise, have you recounted all your topics, posts, etc, in the admin?
In reply to: forums/bb-admin just redirects me to forums/When you log in at the front page, what happens?
In reply to: Keeping footer at the bottom of the page.The bottom of the browser window you mean? It already is at the bottom.
This will be less of an issue once you have some topics and content. It will end up being much longer. If you want to ensure it’s always so far down (and you have to decide what ‘so far’ is, depending on what size monitor someone visits the site with) then you need to give the div a min-height and put the footer at the bottom of that. But I think it will be fine once you have some forums and topics and posts. Your footer will always be down so far you’ll have to scroll down to it (depending on your monitor resolution, I suppose.)
In reply to: Why am i showing backslashes?Did you delete the reply you linked to?
In reply to: Install Setp 1 Revisit Please Help!!!What error are you getting, exactly?
In reply to: BBPress and WordPress Sync Is Set Up… Now What?What is “WordPress Sync”? Can you post the URL to that please?
In reply to: Changing color of wrapper.http://invictatrader.com/bbpress/my-templates/kakumeicopy/images/page_header_tile1.png
That file is not there. Where did you put the tile1.png file?
In reply to: Changing size of font in Header in "Kakumei".Find this block in your style.css:
.login {
position: absolute;
bottom: 31px;
left: 0;
font-weight: normal;
color: #444;
width: 100%;
z-index: 1;
font-size: 12px;
}Change the
font-size
to something larger. You might have to move other things around to make room for the larger letters, but that will change the text you mentioned.In reply to: Uploaded files but getting errors when visiting pageWhat version of bbPress has a file bb-admin.php in it?
Just for reference, here is the error I am seeing right now:
Fatal error: Call to undefined function bb_get_forums() in /home/content/m/i/c/michiganpoker/html/bb-admin.php on line 4
In reply to: Redirect AFTER loginhttps://bbpress.org/forums/topic/heres-a-trick-to-redirect-user-back-to-topic-after-login#post-14268
You should be able to use that approach.
In reply to: I want to show de WP profile instead BB ProfilleIn reply to: #1 added to start of new postsBecause you have this in your style.css:
.entry ol li {
line-height:140%;
padding:0 0 1em 0;
list-style-position: inside;
list-style-type:decimal;
}to get rid of it, change the last line to this:
list-style-type:none;
In reply to: Admin Link Won't Do Anything…I don’t think accessing bb-admin directly ever works. You need to use the login boxes on the front page of the forum. What happens when you try that?
In reply to: Downloading "Kakumei"The name of the theme is at the top of style.css – you can change it to something memorable there.
Theme Name: InvTrdr Custom Theme
You can change other lines in that theme header if you want, but this one is the major one.
You can also replace screenshot.png in your theme folder with something that will visually identify the theme for you when you’re working in the admin.
In reply to: How to add "Text Box" in sidebar in Inove theme???Add the code to your sidebar.php, just follow the same format as the other two boxes that are there. Then put your code in between the opening and closing tags. It would be a new block of code looking something like this:
<!-- ads START -->
<div class="widget">
<h3>Please visit our sponsors</h3>
MHYD PASTE AD CODE HERE
<div class="fixed"></div>
</div><!-- end widget -->
<!-- ads END -->Just put that wherever you want in the sidebar, before or after whatever else is there. Just make sure you don’t post it into the middle of some other div and break the sidebar.
I don’t know of a bbPress theme with the concept of widgets. So you’ll have to edit sidebar.php manually to achieve what you want.
In reply to: How to display/hide forums within category?Sounds like something you could do with JQuery.
Check the forum list at the bottom of this page:
http://www.lawserver.com/forums/
That’s bbPress and done with JQuery I believe.
In reply to: Forum-Wide RSS FeedThe default RSS feed for the home page includes recent posts in all forums and all topics. Do you want something different than that?
In reply to: Downloading "Kakumei"It’s part of the download. You can just make a copy of all the files and rename it to something else.
Or, just grab all the files here for 1.0.2:
https://trac.bbpress.org/browser/tags/1.0.2/bb-templates/kakumei
In reply to: Removing (1 post) (1 voice) from ViewLook in your template files for calls to
bb_topic_voices
andbb_get_topic_voices
and remove them.In reply to: bb-admin: Forums Not DisplayingIf you view the source of the page that’s displayed where the forum list should be, what is present? If you can post the source of that as a text file, someone can look at it and see how far the bbPress functions got and what might have failed.
Or, maybe that forum.php file is incomplete or otherwise damaged? Can you download a new copy and compare to yours?
In reply to: bb-admin: Forums Not DisplayingThat’s a lot of plugins. Since I’ve never heard of or seen this problem, my guess is that it’s plugin related. Even people who’ve integrated with WordPress have never described the problem you’re having.
I wouldn’t disable them all. I think I would try disabling any that affect the data you see in the back end. I’m not familiar with all those plugins so I am unsure which ones affect the back end.
But, worst case, yes, disable all plugins and see if you can see the forum list. I don’t think a front end theme would affect what you’re seeing or not seeing in the back end.
In reply to: removing tagsI can’t tell from the bbShowcase what version those themes are compatible with.
To find out what might be different, I would find out first what template files show tags, then figure out what is different between the files in your theme and the Kakumei theme.
The Structure theme was created about a year ago, so 1.0 was not out yet.