akyboy (@akyboy)

Forum Replies Created

Viewing 25 replies - 1 through 25 (of 25 total)
  • @akyboy

    Participant

    AH,…

    user-details.php is file im looking for

    So if i can add that custom link below:

    <a href="<?php bbp_user_profile_edit_url(); ?>" title="<?php printf( esc_attr__( "Edit %s's Profile", 'bbpress' ), bbp_get_displayed_user_field( 'display_name' ) ); ?>"><?php _e( 'Edit', 'bbpress' ); ?></a>

    So need link to http://wotlabs.net/na/player/%s i guess? 🙂

    @akyboy

    Participant

    Love you more and more! :PPP

    Thanks sooooo much sir!!

    Also noticed padding fix i had it top, bottom, right, left 🙂

    @akyboy

    Participant

    Me again! 😛

    Before i had profile link redirected to WP author page, but i returned to bbpress profile

    http://www.cannedbandits.org/forums/users/ziutx/replies/

    All works good, i changed some css also but bquote is cut in half for some reason. I guess because it has some fixed width?

    @akyboy

    Participant

    Thanks Mr Rob, couldn’t do it without you!!

    I used FF Inspector too (you suggested that to me too) to steal some css goodies i like from this site 🙂

    @akyboy

    Participant

    Looks like i got it!!!

    1k free gold (real) w/ Overwolf WoT sponsored app

    blockquote was in completely different css file, what i did is moved everything related to child theme css and then edited it there

    i hope this is safe?

    thanks :PP

    @akyboy

    Participant

    Mr Rob

    Still no go

    I put it on top of the child theme css
    http://www.serdarevic.net/screens/akki/2014-11-07_19-57-32.png

    @akyboy

    Participant

    Hi Rob,

    i have bbpress.css in my theme css folder

    when i was setting it up i read instructions and i think i did it right 😛

    so it is in:
    /themes/tank/css/bbpress.css

    I have used code you just posted and i see difference but still not the way it is supposed to be )

    @akyboy

    Participant

    Thanks Rob,

    tried to put in in both themes style.css and ../themes/tank/css/bbpress.css

    doesn’t work

    @akyboy

    Participant

    link me to a post with a quote

    ill check and see if it can be easily fixed

    if not you probably have to find it out yourself or hire a person to fix it.

    Test

    @akyboy

    Participant

    Hi rob, thanks for all help

    I was using quote plugin and i have disabled it,. so i am trying to use b-quote button on tool bar, and still getting the same.

    Here is b-quote i just made:

    1k free gold (real) w/ Overwolf WoT sponsored app

    thanks

    @akyboy

    Participant

    Just for anyone in the future who wants it dofollow, outcomment the lines. So
    //add_filter( ‘bbp_get_reply_content’,’bbp_rel_nofollow’, 50 );
    //add_filter( ‘bbp_get_topic_content’,’bbp_rel_nofollow’, 50 );
    That’ll work.

    That actually worked well.

    But i have another problem, i removed nofollow in order to try to get light box working on bbpress posts, its working fine on wp posts however.

    I need rel=”lightbox” on images in posts, how to add that filter if anyone can help?

    Thanks

    @akyboy

    Participant

    I did try, but no responses unfortunately….

    @akyboy

    Participant

    Thanks Mr Rob!!!

    I really appreciate your help!

    !important worked fine

    I will bookmark 2 links you gave me for future references

    @akyboy

    Participant

    Thanks Mr Rob!

    Nice when someone can find out newbie question and actually give us an working or partially working examples 🙂
    In my case this was fully working example, only thing i changed was color: red; , to color we prefer.

    Using your example i also changed color of the links in actual posts: http://www.cannedbandits.org/skirmish-calling-guide/

    EDIT, just noticed little problem

    Skirmish Calling Guide

    Favorites and Subscribe links are changed to that color now.

    @akyboy

    Participant

    HI thanks for answer

    This is the link to our site:

    http://www.cannedbandits.org/the-third-campaign-on-the-global-map/ and this thread have some link in it, as you can see, on hover it goes red but Author link is changed to with same colors.

    @akyboy

    Participant

    HI guys,

    I am trying to do the same,…

    I have this in my theme css

    body {	
    	color:#dbd8c4;
    	font-size:13px;
    	font-family: 'arial';
    	position:relative;
    }
    a {
    	color:#dbd8c4;
    	text-decoration:none;
    	
    }
    a:hover {
    	text-decoration:underline;
    	color:#ba110e;
    	font-size: 14px;
    }

    If i change colors even nickname profile link changes too.

    I would only like to change formatting of links user post on forums. Is that possible?

    @akyboy

    Participant

    Hi Guys,

    I would like to see link to last post in my Forum Widget but i cannot figure out.

    This is the code for widget i use:

    <!-- This file is used to markup the widget for Recent Topics info -->
    <table><!-- AKKI - dodao alajment left AUG 22 2014 -->
        <tr align="left">
        	<th>Topics</th>
        	<th>Posts</th>
        </tr>
    
        <?php while ( $widget_query->have_posts() ) :
                	  $widget_query->the_post();
                      $topic_id    = bbp_get_topic_id( $widget_query->post->ID );
     	?>
        <tr>
        	<td>
                <a class="bbp-forum-title" href="<?php bbp_topic_permalink( $topic_id ); ?>"><?php bbp_topic_title( $topic_id ); ?></a>
            </td>
            <td>
            	<?php echo bbp_get_topic_post_count($topic_id, false);?>
            </td>
        </tr>
        <?php endwhile; ?>
    </table>

    If you can please tell me what should i replace to get link to last post on my forums?

    Thanks

    In reply to: Image click/resize

    @akyboy

    Participant

    Hi

    still cannot figure out problem posting pictures with img link.
    Is there a way to click on them for full size?

    Also, if i just paste pic link into post, which is hosted in wp image gallery, i only get link to the picture.

    @akyboy

    Participant

    well looks like i solved it,..

    created bbpress.php in theme dir , and inserted all from page.php from default theme.
    all looks fine so far.

    @akyboy

    Participant

    It is definitely theme related,.. switched to Twenty Thirteen and i get all options including Edit.

    I wonder what went wrong?

    In reply to: Image click/resize

    @akyboy

    Participant

    Thanks!!

    In reply to: Image click/resize

    @akyboy

    Participant

    here,.. however clicking on image works fine

    In reply to: Image click/resize

    @akyboy

    Participant

    There is a post on forum with this link in it:

    View post on imgur.com

    Picture shows fine, but i cannot click on it to show it in full size.
    I actually have to right click on it and select view to see it in full size

    In reply to: Per Page Sidebar

    @akyboy

    Participant

    Hmm,. look like i need that Custom Sidebars widget,.. but i dont see widgets i see on this site.

    In reply to: Separate Stickies

    @akyboy

    Participant

    Looks like it should work,…
    But,.. have no idea how and where to insert that div 😛

Viewing 25 replies - 1 through 25 (of 25 total)