Forum Replies Created
-
In reply to: bbpress vs the others
ah i see, thank’s chris
In reply to: bbpress vs the others@ chrishajer
can i keep my bbpress theme with your mentioned plugin as it is, or does that mean i have to start over with my theme again?
thx
In reply to: OneMoreThing.nli’ve echoed already everything before, but still whammy
In reply to: OneMoreThing.nlso the
echo $topic->topic_last_post_id;
string worked, i’ll get some i’d s like 1075, 1071, 1065 etcetera, but still no pictures the other way around, is there probably also a problem because i’m on localhost?In reply to: OneMoreThing.nlhey kevin,
there is really nothing to be sorry about, no stress, i’m already glad and thankful for the help you offer.
i’ve tried your code and i had still bad luck, but i’m going experiment with your code snippet tonight, i bet it’s probably an incorrect structure in my theme or something like that, but i keep trying
as for me and for my usage, i need a fast and lightweight solution, so no blog front- and backend needed.
imho a better idea would be probably a pure and ultralight framework (let’s call it wp-cortex ) with an option to install a blog, a forum or both via plugins.
In reply to: OneMoreThing.nlhey kevin,
thank you for stepping in with a helping hand, i appreciate that a lot.
but i had sadly though luck with your code so far.
In reply to: OneMoreThing.nla killer theme guys, respect!
anyway, i’m curious on how you was able to get it work with the last poster and last topic avatar for front-page.php.
i’ve already tried it months ago with
<?php post_author_avatar(); ?>
between td’s but for some reason i get the same static gravatar for all users.thank’s in advance.
In reply to: Excerptshas anyone already figured out how to show the excerpt with livibetters code of the topic (main post) instead of the last comment?
thx
yeah that’s what i’m doing since 2 days (i allways try things first befor i ask), and this is kinda annoying if you’re in a “productive flow” with your template design.
aaaaanyway i may find this pisser … one day
thanks kawa
just the the other way round haha , i need to hide those existing messages completely.
well not really kawa i’ve just copy & pasted the message from this forum here (@chand it’s right on top of this forum), my forum is in german and i thought that sounds maybe chinese for a few if i post the german message so i copied the one from here.
other than that , kawa you’re right i’m one of the most brilliant php coders you’ve ever seen, my backend know how is like …well ughhh beyond words lol
however, i use your trick with those fields, but yet an advice regarding to the “guest welcome/login message” ?
ah, just before i start to spam this forum with a another question:
i really have to change the register page, and i need only two form items in register.php, and those two are: “email” and “username” without the rest.
so now i’ve found a php snippet** (it took me btw 2 hours to figure out what they do) ANYWAY… to cut a long story short i’ve tried to remove the php tag but as expected a blank page after that.
phewww …. pure hardcore guys!
** `<?php if ( is_array($profile_info_keys) ) : foreach ( $profile_info_keys as $key => $label ) : ?>
<tr<?php if ( $label[0] ) { echo ‘ class=”required”‘; $label[1] .= ‘<sup>*</sup>’; } ?>>`
In reply to: bbpress.org/forums statusmy first reaction was to check the sourcecode haha
In reply to: removing raquo/or ยป from breadcrumbcool beans, thanks!
In reply to: comments_popup_linkyou guys should be rewarded as the estimated inventory of the bbpress community, kudos
btw, thank’s for the “whole” code and your precision in your replies kawauso, i’ll keep that in mind.
In reply to: call register form via php tagi see i see! i have a lot to learn.
ok thank’s kawauso and olaf, it’s been a pleasure… as always
In reply to: call register form via php tagjust a another one quick…
i’d like to create a sidebar.php , and i’d like to add
<?php bb_get_sidebar(); ?>
to a particular page (so not a global call to all pages).my experiment was:
<script>
function bb_get_sidebar() {
bb_load_template( 'sidebar.php' );
}
</script>in header.php (inside head).
2.
<?php bb_get_sidebar(); ?>
(inside body).but no success, what am I doing wrong?
In reply to: call register form via php tagah alright i see,
thank’s for the clear explanation kawauso, sounds plausible, thank’s olaf.
see you around
In reply to: counting subforumshello again john
well looks promising, i’ll give this also a try, thank’s
In reply to: 10,000 downloads of bbPress in Augusthardly surprising, bbpress is a solid piece of a forum , and the userbase is imho allways ready to help and at least always kind.
congrats
In reply to: Banner Manager (not google adsense or such)sounds good, i’ll give it a try. thanks.
In reply to: highlight first posteureka, thanks a ton kawuso … just a simple one liner! brilliant!
In reply to: highlight first postyay this is somehow all greek to me, were you able to handle those instructions john?
since i’m not a kakumei user it seems to be a little tricky
so i’ve got in my topic.php…
<?php do_action('under_title', ''); ?>
<?php if ($posts) : ?>
<?php topic_pages(); ?>
<?php foreach ($posts as $bb_post) : $del_class = post_del_class(); ?>
<?php bb_post_template(); ?>
<?php endforeach; ?>
<?php topic_pages(); ?>
<?php endif; ?>and in my post.php the following code…
<table class="content" id="fbg3" cellspacing="0" id="post-<?php post_id(); ?>">
<tr>
<td class="typo">
<?php post_text(); ?><div class="link"><?php post_edit_link(); ?><?php post_delete_link(); ?><?php post_ip_link(); ?></div>
</td>
<td class="info">
<div class="avatar"><?php post_author_avatar(); ?></div>
<div id="fbg3info">
<div id="bubble2"></div>
<a href="<?php bb_option('uri'); ?>profile.php?id=<?php post_author(); ?>"><b><?php post_author(); ?></b></a><br />
<?php printf( __('%s'), bb_get_post_time() ); ?>
</div>
</td>
</tr>
</table>In reply to: highlight first posti’m using 1.0 johnhiler, thank’s for your link.