Robkk (@robkk)

Forum Replies Created

Viewing 25 replies - 3,476 through 3,500 (of 3,784 total)
  • In reply to: registered users?

    Robkk
    Moderator

    @robkk

    Can I have my own user registration process?

    if you mean moving the registration form to the front end by using a plugin like theme my login then yes

    theme my login

    https://wordpress.org/plugins/theme-my-login/

    In reply to: registered users?

    Robkk
    Moderator

    @robkk

    they register through your wordpress site through the wordpress registration

    In reply to: Separate Stickies

    Robkk
    Moderator

    @robkk

    yeah i like that look too

    only thing i could find is

    Show only Super Sticky or Sticky posts Above forum list

    but im not sure it does what your talking about and how to implement it


    Robkk
    Moderator

    @robkk

    it thinks your forum archive as a blog post , hence the read more

    i think creating a bbpress.php template should fix it.

    https://codex.bbpress.org/theme-compatibility/getting-started-in-modifying-the-main-bbpress-template/


    Robkk
    Moderator

    @robkk

    here is the css to size the search button a little better

    #bbp_search_submit.button {
    padding: 9px 15px;
    border: 0;
    outline: 0;
    font: normal 13px/100% Verdana, Tahoma, sans-serif;
    width: auto;
    background: #f93;
    color:#000;  
    }

    Robkk
    Moderator

    @robkk

    The above code does not seem to work

    well i know for sure this works

    input {
    padding: 9px;
    border: solid 1px #E5E5E5;
    outline: 0;
    font: normal 13px/100% Verdana, Tahoma, sans-serif;
    width: auto;
    background: #FFFFFF url('images/bg_form.png') left top repeat-x;
    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    }

    i just cant single out so it only works on the bbpress search button right now

    is it possible to revert to the custom wp buttons

    what custom wp buttons??

    how do i get rid of the space?

    for the space your trying to remove , does this help??

    .entry-header {
    margin-bottom: 24px;
    margin-bottom: 0!important;
    }
    In reply to: Topics Freshness

    Robkk
    Moderator

    @robkk

    ya didnt need to create a new topic for the same question

    Topics Ordering in a forum


    Robkk
    Moderator

    @robkk

    Will do it later , bout to head to sleep

    But yeah it always looks weird whenever that stats widget is in a sidebar , I would put the stats short code in the bottom of some templates


    Robkk
    Moderator

    @robkk

    Yeah I’ll just do that


    Robkk
    Moderator

    @robkk

    you can try this for right now, im not sure how it works though

    input #bbp_search_submit.button {
    padding: 9px;
    border: solid 1px #E5E5E5;
    outline: 0;
    font: normal 13px/100% Verdana, Tahoma, sans-serif;
    width: auto;
    background: #FFFFFF url('images/bg_form.png') left top repeat-x;
    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    }

    Robkk
    Moderator

    @robkk

    It has nothing to do with bbpress.

    contact your theme developer
    make a topic on wordpress support

    or you can

    create a folder called images in your theme if you dont have one already find a facebook icon and rename it fb.jpg

    and use this

    <a href="fbico"><img style="border:0;" src="fb.jpg" alt="Like Me" width="42" height="42"></a>

    and just place it in the right template file

    then position with css

    links with images:

    http://www.w3schools.com/html/tryit.asp?filename=tryhtml_imglink


    Robkk
    Moderator

    @robkk

    post to wordpress support in the installation forum.

    your talking about a site transfer to wordpress , and i dont know how to do that.

    In reply to: mobile layout

    Robkk
    Moderator

    @robkk

    you probably decrease the margin-left and add the @media at top

    #bbpress-forums div.bbp-topic-content {
    margin-left: 130px;
    padding: 12px 12px 12px 0;
    text-align: left;
    }

    need a link to just make sure though.

    In reply to: Disable sidebar

    Robkk
    Moderator

    @robkk

    copy page.php and rename it bbpress.php and remove any call for any sidebars


    Robkk
    Moderator

    @robkk

    why did you post on the bbpress support forums??

    wordpress has support forums too

    Support Forums

    In reply to: Quicktag Toolbar

    Robkk
    Moderator

    @robkk

    hopefully you put it in the right place so its safe when you upgrade anything

    like jetpacks custom css module or any standalone custom css plugin or a child theme

    In reply to: trash topic

    Robkk
    Moderator

    @robkk

    if you trashed the topic on the front end of your site, you can go back to it still it should be highlighted red and the trash link is now a restore link. And restoring it should bring it back

    on the backend in wordpress you go to topics>all topics then on that page you can see all the topics on your site and also topics that have been trashed if you hit the trash link under “Topics” at the top.Then hit the restore link on whatever topics you want to restore

    In reply to: Ghost user

    Robkk
    Moderator

    @robkk

    its not disabled on my end.

    you go to settings>forums> then uncheck anonymous posting.

    and also to delete my weird reply go to it look for trash in the admin links, push it then a refresh should highlight it red then the trash link is replaced by the delete link , delete and it should be gone.

    In reply to: Quicktag Toolbar

    Robkk
    Moderator

    @robkk

    ya didnt need to bump your topic after 20 minutes.

    try that, it just changes it to black and white. change the colors to whatever you want

    #bbpress-forums div.bbp-the-content-wrapper input {
    font-size: 12px;
    padding: 5px;
    margin: 0 2px 0 0;
    line-height: 1em;
    background: #222;
    color: #fff;
    }

    put it anywhere you can put custom css in


    Robkk
    Moderator

    @robkk

    does this have to do with bbpress??


    Robkk
    Moderator

    @robkk

    nice on adding additional features robin!! time for me to update!!

    In reply to: Ghost user

    Robkk
    Moderator

    @robkk

    are you sure its not an anonymous user, i mean you have it where people dont have to login to post to your forums so it could be that.

    and if this is acts kind of like wordpress comments , the website link is optional, so im going to comment on the same topic and lets see if it looks the same as the other user.

    you can spot my post from a mile away


    Robkk
    Moderator

    @robkk

    @marximusmg yeah i know you got this whole topics idea from high existence

    im just saying if you find a wordpress theme that is compatible with bbpress either on the wordpress free theme repository or on like themeforest and it has a placeholder in the reply area tell me.

    if you find it before me then update this topic with the name of the theme.


    Robkk
    Moderator

    @robkk

    i can tell you its not in form-reply.php , its most likey in a template.php file.

    but hey if you can find a wordpress theme that has this , ILL try to find a way to get this functionality.


    Robkk
    Moderator

    @robkk

    yeah there is alot that goes into making a successful website.

    it may not be making a good looking forum.

    or even be creating a forum at all.

    Like 4chan is an ugly looking forum , but it still has a ton of weird users.

    That doesnt mean you can say the support forums are useless.

    The bbpress.org support is doing there best to help everyone the best they can.

    They are not suppose to hold your hand and tell you step by step on how to create a really successful website. I mean come on!!! Its all on them and their decisions on what to do with it.

    And sometimes, people arent that great at making websites, sometimes its just a project at first then they realize its not really for them.

    Sometimes they just cant get enough attention and users on it to create a successful website so they see they are wasting money on it they quit on it.

Viewing 25 replies - 3,476 through 3,500 (of 3,784 total)