Forum Replies Created
-
In reply to: Custom link in profile page
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? 🙂
In reply to: b-quote to show above postLove you more and more! :PPP
Thanks sooooo much sir!!
Also noticed padding
fix
i had it top, bottom, right, left 🙂In reply to: b-quote to show above postMe 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?
In reply to: b-quote to show above postThanks 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 🙂In reply to: b-quote to show above postLooks like i got it!!!
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
In reply to: b-quote to show above postMr 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.pngIn reply to: b-quote to show above postHi 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.cssI have used code you just posted and i see difference but still not the way it is supposed to be )
In reply to: b-quote to show above postThanks Rob,
tried to put in in both themes style.css and ../themes/tank/css/bbpress.css
doesn’t work
In reply to: b-quote to show above postlink 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
In reply to: b-quote to show above postHi 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:
thanks
In reply to: Turning no-follow links to do-followJust 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
In reply to: b-quote to show above postI did try, but no responses unfortunately….
In reply to: Need to change the color of hyperlinksThanks Mr Rob!!!
I really appreciate your help!
!important worked fine
I will bookmark 2 links you gave me for future references
In reply to: Need to change the color of hyperlinksThanks 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
Favorites and Subscribe links are changed to that color now.
In reply to: Need to change the color of hyperlinksHI 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.In reply to: Need to change the color of hyperlinksHI 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?
In reply to: Request: Topic title link to latest postHi 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/resizeHi
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.
In reply to: Edit allowed only for 1st postwell 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.In reply to: Edit allowed only for 1st postIt 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/resizeThanks!!
In reply to: Image click/resizehere,.. however clicking on image works fine
In reply to: Image click/resizeThere is a post on forum with this link in it:
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 sizeIn reply to: Per Page SidebarHmm,. look like i need that Custom Sidebars widget,.. but i dont see widgets i see on this site.
In reply to: Separate StickiesLooks like it should work,…
But,.. have no idea how and where to insert that div 😛