Forum Replies Created
-
In reply to: bbPress.org Updated to 2.1
Simply Awesome!
@JJJ have a look at https://bbpress.org/contact/ at footer links. It’s redirecting us to MY OWN created topic 😉
Hi zaerl, did you get my email?
No response yet…??
Email Sent..!!
Subject: Pagination for Forums
Hi zaerl, are you still on board?
I’m waiting to hear something from you, thanks.
zaerl you didn’t say anything for my sad mood..?
OK, your solution is really difficult for me… Can you make it more easy? I cannot write a plugin, that’s why I’m here to looking for your kind help… can you do it for me? I’ll really appreciate.
I’m also frustrated from bbPress as Plugin like other senior bbPress developers. But I hope there will always remain a good space for bbpress standalone lovers. Matt cannot ignore it. I hope
— OK, let me ask above question with another angle…
Is it possible to make pagination just for forums on a custom page? if it is difficult to show on front page? something like
http://www.blog.com/forums/view-all-forums.php ? – just an idea?
—
And I just thought that I’ll also need pagination for forums in admin setting and for zearl visiblity setting near future when I’ll have thousands of forums. (user/forum)
Please see the following screenshots, to understand what I’m taking about..
— For Forums Pagination in Admin Setting — Screenshot
— For Forum Pagination in Zaerl Visibility setting — Screenshot
—
I know its a little big job for you. But can you do it for me? It’s really important, I’ll really appreciate your kindness if you will make a plugin or easy script for this solution.
— and I also know your time is really precious, And time is money… can you give me your personal contact email? So that we can discuss about it further?
I hope I’ll try to mange your time. Thanks Again.
In reply to: Custom forum template like forum-ID.php – possible?I’m sorry but I can’t help you further, I’m pretty busy right now.
Ahh Ok, But I’m not able to hire someone for “complete” help.
Any way thanks for your help.
@Ben L. – I tried
if ( $forum->forum_slug == 'myforum' ) {
bb_load_template( 'forum-myforum.php' );
return;
}It works, can I use this method removing $forum = bb_get_forum(); ??
Is it secure?
In reply to: Custom forum template like forum-ID.php – possible?I’m sorry but I can’t help you further, I’m pretty busy right now.
Ahh Ok, But I’m not able to hire someone for “complete” help.
Any way thanks for your help.
@Ben L. – I tried
if ( $forum->forum_slug == 'myforum' ) {
bb_load_template( 'forum-myforum.php' );
return;
}It works, can I use this method removing $forum = bb_get_forum(); ??
Is it secure?
In reply to: Custom forum template like forum-ID.php – possible?Hi Zaerl, Thanks for your interest in this topic
I also tried your method, but I’m sorry its little bit different.
its shows content from “whatever-you-want.php” when slug is “this” but the forum structure remain same.
something like
**************Forum Template**************
— Default Header
— Default latest discussion
— Default forums
— Default Footer
— Custom content from whatever-you-want.php
********************************************
But I’m searching, that when forum slug is “this” then i can handle every thing from scratch from “whatever-you-want.php”
like
*************Forum Template***************
— My Custom Header for forum slug “this”
— My Custom latest discussion
— My Custom forums categories
— My Custom style for footer
*******************************************
Keep in mind that this is a rude approach and that everything can be packed in a plugin.
I’m afraid what you are talking about. Is this not a secure method?
Can you please pack this code into a plugin, I’ll really appreciate your kindness. Thanks
In reply to: Custom forum template like forum-ID.php – possible?Hi Zaerl, Thanks for your interest in this topic
I also tried your method, but I’m sorry its little bit different.
its shows content from “whatever-you-want.php” when slug is “this” but the forum structure remain same.
something like
**************Forum Template**************
— Default Header
— Default latest discussion
— Default forums
— Default Footer
— Custom content from whatever-you-want.php
********************************************
But I’m searching, that when forum slug is “this” then i can handle every thing from scratch from “whatever-you-want.php”
like
*************Forum Template***************
— My Custom Header for forum slug “this”
— My Custom latest discussion
— My Custom forums categories
— My Custom style for footer
*******************************************
Keep in mind that this is a rude approach and that everything can be packed in a plugin.
I’m afraid what you are talking about. Is this not a secure method?
Can you please pack this code into a plugin, I’ll really appreciate your kindness. Thanks
In reply to: Custom forum template like forum-ID.php – possible?Bump!… Please help, its really important for me.
In reply to: Custom forum template like forum-ID.php – possible?Bump!… Please help, its really important for me.
In reply to: Custom forum template like forum-ID.php – possible?Hi Ben L.
I’m sorry, second code is not working from my side.
Are you sure about this code?
Please tell me where I’m wrong.
Error:
Warning: Missing argument 1 for bb_get_forum(), called in /home/domain/public_html/my-domain.com/forum/bb-templates/bbp-template/forum.php on line 18 and defined in /home/domain/public_html/my-admin.com/forum/bb-includes/functions.bb-forums.php on line 125
`
Thanks
In reply to: Custom forum template like forum-ID.php – possible?Hi Ben L.
I’m sorry, second code is not working from my side.
Are you sure about this code?
Please tell me where I’m wrong.
Error:
Warning: Missing argument 1 for bb_get_forum(), called in /home/domain/public_html/my-domain.com/forum/bb-templates/bbp-template/forum.php on line 18 and defined in /home/domain/public_html/my-admin.com/forum/bb-includes/functions.bb-forums.php on line 125
`
Thanks
In reply to: Custom forum template like forum-ID.php – possible?Ben L. Great Tip
It works… One more question..
Is it possible to make file name according to forum name/slug?
Its now…. forum-ID.php >> forum-7.php
I want….. forum-slug/name.php >> forum-myforum.php
Thank you so much.
In reply to: Custom forum template like forum-ID.php – possible?Ben L. Great Tip
It works… One more question..
Is it possible to make file name according to forum name/slug?
Its now…. forum-ID.php >> forum-7.php
I want….. forum-slug/name.php >> forum-myforum.php
Thank you so much.
Yes. But I am pretty busy right now and I can’t update my work
Zaerl I respect your time and work. Its ok.. It will try myself.
Thanks you both guys.
Yes. But I am pretty busy right now and I can’t update my work
Zaerl I respect your time and work. Its ok.. It will try myself.
Thanks you both guys.
Markus, thanks again and sorry that I didn’t find this solution over bbpress forum before my last post.
But I think it would be great and easy if it can be achieved with Zaerl’s code??
I mean we can get this solution without touching front-page.php, topic.php, post.php or other files.
And it would be also great to highlight multiple authors by their ids which zearl did for topics/forums.
want something like – $za_highlight_auhors = array(1,8,55,89); ??
Possible?
Markus, thanks again and sorry that I didn’t find this solution over bbpress forum before my last post.
But I think it would be great and easy if it can be achieved with Zaerl’s code??
I mean we can get this solution without touching front-page.php, topic.php, post.php or other files.
And it would be also great to highlight multiple authors by their ids which zearl did for topics/forums.
want something like – $za_highlight_auhors = array(1,8,55,89); ??
Possible?
Hi Zaerl, You are a great person, your method is working like charm.. thanks brother..
@Markus your method is also working, thanks for your time.
– One more question, Like in WordPress you can highlight the author comments in his/her post. I’m searching the almost same way with diffident edge
In my case – usually/mostly Keymasters (Like Matt on bbPress) don’t write in their forums, they are busy guys. When they will came back that would be excited to highlight them?
— So, Is it possible to highlight a specific author/keymaster/admin’s every post?
I want to highlight all Keymaster’s posts in my forums.
Thanks again.
S.
Hi Zaerl, You are a great person, your method is working like charm.. thanks brother..
@Markus your method is also working, thanks for your time.
– One more question, Like in WordPress you can highlight the author comments in his/her post. I’m searching the almost same way with diffident edge
In my case – usually/mostly Keymasters (Like Matt on bbPress) don’t write in their forums, they are busy guys. When they will came back that would be excited to highlight them?
— So, Is it possible to highlight a specific author/keymaster/admin’s every post?
I want to highlight all Keymaster’s posts in my forums.
Thanks again.
S.
Markus Pezold take your time brother..
It will be my pleasure to wait your next post.
Well, I’m using a custom theme. Its not available on internet.
But If you want from me to show off my template code, then please tell me.
Markus Pezold take your time brother..
It will be my pleasure to wait your next post.
Well, I’m using a custom theme. Its not available on internet.
But If you want from me to show off my template code, then please tell me.
Markus Pezold thanks brother for your interest…
I’m looking forward to that small php script, which you’ve mentioned.
Can you write that code?