Forum Replies Created
-
Ok, this one works smooth!
Thanks again.
Nope, Kawauso.
<?php bb_get_profile_link(post_author()); ?>
just renders the poster name, without any link.
Yes, this seems to do the trick
<a href="http://www.example.com/forum/profile/<?php bb_get_profile_link(post_author()); ?>">
<?php bb_get_profile_link(post_author()); ?>
</a>Hardcoding the path is not nice, but at least it works.
Thank you!
So, if I now understand right, I cannot use any piece of it.
Would it really be that hard to get the poster name and link it to his/her profile page, quite simply?
I cannot find how.
Yet something is wrong. It does not work.
Link should most probably look like
http://www.example.com/forum/profile/user
The right code is probably hidden in the header, where it says
Welcome, User | Log Out
That
User
link is the one I’m after, but cannot find out how it is built.No.
I need to have the author display name link to his/her profile page.
In reply to: nicer slug url rewrite plugin (done!)Point 4 in your linked page does not read in full, AphelionZ: it is cut…
So in
post.php
there is this code<p>
<strong><?php post_author_link(); ?></strong><br />
<small><?php post_author_title_link(); ?></small>
</p>which should be changed into…?
The point is that just dropping the
post_author_title_link();
wouldn’t do.I need to first have the author display name link to his/her profile page.
But I have no clue…
Plugins are good but as my humble experience goes the less I use of them the better: it is not rare that they conflict with each other. In other cases they also switch unexpected behaviours somewhere. Moreover, that plugin seems to be much more than I need.
Most probably in this very case a simple code edit in the right template would do, but I do not know where and how to touch. Does anybody have an idea of the needed change, please?
In reply to: Added tags do not update the pageAfter messing around a few days, it seems that things no work smooth.
I can’t say what was causing the bug, though.
Thanks
In reply to: Tags area extends beyond the footer areaThanks Kawauso, it does the trick!
The Case Is Closed
[Well, not so closed, actually, as long as the basic Kakumei suffers from this (although tiny) css bug. Maybe this should be noticed to the guys who maintain the theme.]
In reply to: Tags area extends beyond the footer areaIs there any rule one can set in order to prevent the hottags to spill over the footer?
I have this into
style.css
#front-page #hottags {
position: absolute;
top: 0;
left: 0;
width: 150px;
overflow: hidden;
}
but it does not seem to be enough:
http://www.kirpi.it/r/page/2
In reply to: Changing "add new" – simple php questionMore on that here https://bbpress.org/forums/topic/change-add-new-topic-link
In reply to: Unexpected anonymous postsSince when I disabled “Enhanced Registration” plugin, new users are not deleted anymore.
This seems to solve the critical matter.
It remains to be understood (by me at least) why “Enhanced Registration” deletes new users who have just contributed to the forum. Anyway, the main problem seems solved.
Thanks
In reply to: Unexpected anonymous postsIs it a Mysql problem?
Or is it supposed to be more related to bbpress itself, please?
In reply to: Unexpected anonymous postsAfter a few days, the “error” repeated: I posted a couple of things which, later, showed as “anonymous”. See here http://www.kirpi.it/r/
What could it be done to prevent this, please?
What should I check?
Could there be any flaw to look for/after, please?
I admit that such a behaviour scares me a bit
In reply to: removing raquo/or » from breadcrumbWell, it is good to know, at least.
Thank you.
In reply to: removing raquo/or » from breadcrumbVery good, thank you!
Yet there are pages where the standard separator stays untouched: see as an example the login
/bb-login.php
page.Does it mean one have to change it in every template (or so) or is there a central location for such a customization, please?
In reply to: Unexpected anonymous postsThe users admin table (1) does not seem to show any number. Where am I supposed to check those data, please?
More generally, is it that likely that a new forum gets so easily corrupted?
If so, what about an already running forum? Isn’t it a threat?
—-
(1)
/bb-admin/users.php
In reply to: Limit width of images in ALLOW IMAGES plugin?It works!
Thank you!
By the way, the “This topic is resolved” sentence at the top of this thread should be reversible. I could not find a way to “reopen” it though.
In reply to: Limit width of images in ALLOW IMAGES plugin?My theme is a very slightly edited Kakumei.
The very last lines in style.css read
#thread .post img {
max-width: 100%;
}
Yet posted images do not resize as they are expected to.
Please see http://www.kirpi.it/r/topic/limit-width-of-images as an example.
What could it be, please?
Puzzled
In reply to: Change "add new topic" link?As we’re here, one might want to browse this thread as well
https://bbpress.org/forums/topic/kin-kakumei-gold-kakumei
There’s a focus on the “look” of the button there, which might well be a good complement…
In reply to: Display the latest discussions titles into a webpageI got it!
You just download a folder [1] into your server and make a call with the proper parameters.
Templates are trivial to edit.
Looks the right thing for dummies like me
So, the raw problem is solved.
Now let’s go bor a better solution, if there is any.
I’ll try your code, kawauso, and let you know.
—-
[1]
http://www.feedforall.com/free-php-script.htm
In reply to: Display the latest discussions titles into a webpageInstead, that /rss/topics thing looks promising: if I only could find the source of that page, and throw away most of the code, just to keep the last 5 or so entries with no formatting, that would be more than enough.
There is a rss.php file inside the bbpress folder, but there is too much code and I get lost into it.
In reply to: Display the latest discussions titles into a webpageThey could surely be worth inspecting, if I only really knew anything about coding.
So, you mean that if I place this piece of php code [1] into any web page I’ll show a list of entries? I tried but it doesn’t seem to work at all.
So, the idea of just swapping wordpress variables with bbpress ones is not enough.
No. I’m afraid it would be beyond my skills.
—-
[1]
https://bbpress.org/plugins/topic/wordpress-latest-post/