Forum Replies Created
-
In reply to: Remove top pagination but keep bottom
you have to wrap the loop with pagination code and divs manually
like for example in content-single-forum.php, around the loop originally has the get template pagination kind of code, you have to replace the first one above the loop with the php code for the count, and the below with the pagination links.
like this.
<div class="bbp-pagination-count"> <?php bbp_forum_pagination_count(); ?> </div> <?php bbp_get_template_part( 'loop', 'topics' ); ?> <div class="bbp-pagination-links"> <?php bbp_forum_pagination_links(); ?> </div>
you have to make sure you are choosing the right pagination set up for each content single file template.
also make sure you have copied the templates over to your child theme so you can edit them with no problem.
In reply to: Adding bbcode like image, you tube etc…@atfpodcast well i dont know what to tell you then, i got it to work fine on my side.
i cant help from here maybe you should contact your theme author , and also gd bbpress tools.
or try finding the issue yourself, because i have no idea.
In reply to: Make the forum pages full-width@bsilverop are you using the anew theme?? if your not your going to have to use something different in css probably
In reply to: CSS Problemthe css from this code is affecting the whitespace
#left-area ul, .entry-content ul, .comment-content ul { list-style-type: disc; padding: 0 0 23px 16px; line-height: 26px; }
maybe creating a bbpress.php file could fix this or just adding #bbpress-forums to the selector with reduced padding-left .
#bbpress-forums #left-area ul, .entry-content ul, .comment-content ul { list-style-type: disc; padding: 0 0 23px 0px; line-height: 26px; }
heres info on creating a bbpress.php file.
umm i dont know what to tell you about the sidebar going the profile and tag pages, it might be because of the template you are using for bbpress currently so maybe making a bbpress.php could fix it but i dont know
In reply to: No register or login buttons?you guys could use this plugin
In reply to: Reduce the description of the forumyou can write less, like make a summary of that little paragraph you wrote.
In reply to: You must be logged in to create new topics.the link should be
<a href="http://mysitename.com/login" title="login">Login</a>
i forgot to put the actual word LOGIN , idk maybe i was drunk or something
In reply to: Need to change the color of hyperlinkslist some links you are trying to change in bbpress.
In reply to: Forums and topics show as blog postsyou probably need to make a bbpress.php file.
In reply to: Help Css & Layoutyour welcome 🙂
and well editing .php files and using FTP is kind of advanced if you dont know what you are doing and are messing with the wrong directories or templates.
but as long as you know what you are doing and just copying a template over to your child theme in a bbpress folder it is really easy.
you can copy all of this and overwrite it with an editor like notepad++
or you can just go here download the .zip , unzip and get the .php file and just plop that in and overwrite the other one i gave you before.
https://github.com/robkk/bbPress-Hierarchical-Forum-and-Category-Layout
In reply to: Help Css & LayoutI am using godaddy wordpress managed hosting and this issue occurs because of their cache layer
great that you found the issue with the cache layer from godaddy
Anyhow my tab/heading problem is solved because of loop code in this link
well its there for sure , but i forgot i edited the file,
i will link you to the unedited file i based the one i edited off of in a minute.
The new file should show freshness, voices, topics, and all the missing labels.
i want some modification in tabs/heading — which show or hide forums../// or modification like tabs act like toggles
This is some custom development , i dont know how to hook this up yet , but i know its made up of some jQuery
heres an example in this link
http://www.w3schools.com/jquery/tryit.asp?filename=tryjquery_toggle
you can create a new topic for this and see if anyone else can help , right now i dont know how to do it.
In reply to: What's Wrong with my CSS?@johnohfs oh , well the grey bars are actually the
li.bbp-header
andli.bbp-footer
that hold the labelshere are what css codes are causing the problem.
changing
display:inline;
todisplay:block;
should fix the problem for you.#main li { font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; display: inline; margin-right: 5%; }
@media only screen and (min-width: 769px) #main li { font-family: Georgia, "Times New Roman", Times, serif; font-size: 18px; display: inline; margin-right: 12%; }
i think putting
.bbpress
if you already created a bbpress.php file or#bbpress-forums
before#main li {
should fix the problem, so that only on bbpress pages would have a different css for the#main li
In reply to: Suggestion for bbPress and SEO by Yoast@pavle123 ask the guy on Qucksprout , he runs bbPress ask him if its bad for SEO
i dont think there would be a problem though.
In reply to: What's Wrong with my CSS?i don’t see anything wrong really
the layout already looks pretty clean .
if you want suggestions on how to style your bbPress forum , i suggest you ask your sites users on additional improvements then go from there.
In reply to: How to display Usersthats some custom development right there.
you can of course display the Original Poster and Recent Poster’s image using code that is already in bbPress.
getting an avatar image of the frequent posters is custom development.
for just the forum and topic title links
#bbpress-forums a.bbp-forum-title, #bbpress-forums a.bbp-topic-permalink { font-size: 16px; }
In reply to: Help Css & Layout@mnhfile well i dont know why you have it only showing when the parent theme is activated , its suppose to work too when you just put the file in a bbpress folder in your child theme.
maybe you put the file in your parent theme too, or edited the bbpress templates in the plugin folder which you should not do , since when either of these things update , you will lose all your modifications.
i did look at your website , it is coming together kind of nicely
the weird layout that makes it look like any additional categories below the first category look like subcategories with the space to the left and everything, this might be a little design issue, it kind of did this when i was testing the file earlier.
if you want switch out robins file with this one, just copy and paste right over it using a text-editor like
notepad++
test it out and see how it does on your site.And can I do some modification in each tab like hiding or disclosing tab contents(forums)
please explain a little bit more on what you are talking about, i have an idea and assume it might be some custom development work , but explain a little bit more just to make sure.
In reply to: Help Css & Layoutalso try to test out on a local development area like WAMP or MAMP
install divi , bbpress, and then add the file to your bbpress folder in your divi child theme.
MAC
http://www.wpbeginner.com/wp-tutorials/how-to-install-wordpress-locally-on-mac-using-mamp/
PC
http://www.wpbeginner.com/wp-tutorials/how-to-install-wordpress-on-your-windows-computer-using-wamp/
if you cant even get it on localhost , contact elegant themes support they also run bbpress on there support forums maybe they can help too.
In reply to: Adding bbcode like image, you tube etc…@atfpodcast maybe there is some setting that you accidently checked that might have caused the issue.
i just tested off of localhost and just using default settings in everything.
try testing on a local development area and see if it works
PC
http://www.wpbeginner.com/wp-tutorials/how-to-install-wordpress-on-your-windows-computer-using-wamp/
MAC
http://www.wpbeginner.com/wp-tutorials/how-to-install-wordpress-locally-on-mac-using-mamp/
In reply to: Help Css & Layout@mnhfile that loop-forums.php file should work …
i just tried it and it worked fine.
see if you can find a resolution to the problem
maybe its a plugin issue , so deactivate some plugins one at a time and see if it could be causing an issue.
other than that i dont know what could be the problem
In reply to: no more of 50 forums allowed?not right now , 50 is the limit.
i suggest not creating 65 forums, noone is going to create topics for EVERY forum.
i think the max number of forums possible with decent amount of users is at least 7-13 , maybe a little more if you have a big user base or if you have a hiearchy that has forums with another forum as a parent.
In reply to: Adding bbcode like image, you tube etc…this is what i have using raindrops and gd bbpress tools and also the quote function
In reply to: Help Css & Layoutokay first try adding !important at the end of some css to make the css work if your still having issues with that.
alright so there is more info that i posted about setting up forums and having that categorized layout if you havent read the last post aimed at you , you should read it.
ok what you are going to do , is create a category and a forum with the category as the parent.
you do this all in the forums section in bbpress
reply back when you do that.
i want to see it at http://studylocus.com/forums/
then we will go from there.
In reply to: Adding bbcode like image, you tube etc…i already tested it out (on firefox) , and it did work the link moved at first but the second time it did work.
contact your theme author and also gd bbpress tools support and see if they can help on that link moving on the first time thing.
if you feel like gd bbpress tools quote just doesnt work because of your theme , change to a default theme like twenty fourteen then tell me the results.
there might also be other plugins conflicting with it.
so just leave bbpress and gd bbpress tools and see if it works from there.
then reactivate any additional plugins one at a time to find the problem.
In reply to: Prevent image copying?