Forum Replies Created
-
In reply to: execute php code in bbpages editor. fast help
it also works for me, but if I want to create multiple pages then?
Can I just add one page in root and include all template pages in this file?
like in root file i want something like this
or I’ll stick to create multiple pages in root for making multiple template pages?
anyone interested to help?
In reply to: Warning: Visiting this site may harm your computer!@ KasparasStic thanks for your interest…
I’ve cleaned my computer and have installed fresh windows…
and also scan it from antivirus..
Ok I’ll delete this theme.. and upload new one.. then how much time this will take to remove this mesg?
Warning: Visiting this site may harm your computer!
????????
In reply to: New Topic<?php bb_new_topic_link(‘text Instead of Add New’); ?>
In reply to: Welcome Back _ck_Also from my side…
loudly
Welcome back _ck_
stay connect with bbPress and with Us
In reply to: Add New Topic ImageThanks, zaerl
It works……
In reply to: My Account Is Deadsee this
In reply to: notify adminfor new user notification, use this one
https://bbpress.org/plugins/topic/new-user-notification/
for new posts notification, use this one
In reply to: 3 Issues: Page Title, Permalinks, Page Not Found@ gerikg.. I tried your files.. but nothing happens
I mean there was just a blank page.. nothing else…
second you just send me the bbpress theme.. not wp theme..
so i don’t know where should I play with code in wp theme header…
may be my wp and your bbpress themes conflicting .. I think so ( may be not)
can you send me the both themes .. wp and bbp?
I want to give it another try and want to find there was problem…
I hope you’ll corporate again… thanks
In reply to: 3 Issues: Page Title, Permalinks, Page Not Found@ pelle..
Ok dear.. no need to fight.. your plugin is really pretty … but it did not work for my forums..
I don’t know why.. may be I was wrong.. best of luck..
Regards
cNc
In reply to: 3 Issues: Page Title, Permalinks, Page Not Found@ chrishajer… topic has been resolved… My problem has gone..
==================================================
@ gerikg reply regaring your email
Because you was using the wordpress header you wasn’t using the style.css file in the theme. I left it so it’s not used but adjusted the other files.
…:: Yes I’m using my bbpress style sheet into wp style sheet…
I tried your files but they did not work…
Its was a matter of global variable ..
I’ve learned it from this post
https://bbpress.org/forums/topic/seemless-wordpress-integration
<?php if ($forumpage == TRUE) {
bb_title();
echo ” :.: AKN&I”;
} else …
to add the forum feed:
<?php if ($forumpage == TRUE) bb_feed_head(); ?>
in my case I call global variables..
anyway thanks for your help..
============================================
@ pelle .. really sorry dude your plugin did not work for my forums.. I hope it will work for others..
and I hope you’ll make it better and simple..
all the best….
Regards
cNc
In reply to: 3 Issues: Page Title, Permalinks, Page Not Found@ gerikg… I’ve sent you an email.. I’ll really appreciate your spirit if you will help me.. thanks dude.. you are a good person..
I’m waiting reply from your side with great curiosity and with positive response.
==================================
@ pelle.. my first priority for my forums is seamless integration.. otherwise my forums will be useless. Thanks for you suggestions…
Regards
cNc
In reply to: *seamless* wordpress integration@ vilimaunula….. where did you include this code? in which file? in which line?
<?php if ($forumpage == TRUE) {
bb_title();
echo ” :.: AKN&I”;
} else …
to add the forum feed:
<?php if ($forumpage == TRUE) bb_feed_head(); ?>
and are you sure this code is right.. for getting bbpress title?
Thanks,
cNc
In reply to: 3 Issues: Page Title, Permalinks, Page Not Found@ chrishajer…. Yes I had made my last 2 posts but I was thinking you delete them.. but its amazing that when I login these post show but when I logout theses post goes hide.. I think its bbpress bug (sorry to say) .. I know you’ll talk about them .. that’s why I saved a screenshot regarding my 2 post.. and you’ll see what happen..
here is its screenshot
http://car-n-car.com/array.jpg
Now what you think? why array happened? I think there was another issue not Akismet matter
=========
@ gerikg now what should I do? should I show wp header and footer files? and please tell me how can I call bb_head() & do_action(‘bb_foot’) into wp header and footer … and where there place and lines?
============
@ pelle .. Ok dude I’ll try again…
In reply to: 3 Issues: Page Title, Permalinks, Page Not Found@ pelle… I tried it again… nothing happened.. still show
http://car-n-car.com/forums/forums/first-forum
and
CAR FORUMS ยป PAGE NOT FOUND!
Page not found!
I’m sorry, but there is nothing at this URL.
what should I do?
======================================
@ gerikg…… here is my header file
<?php
$_head_profile_attr = ”;
if ( bb_is_profile() ) {
global $self;
if ( !$self ) {
$_head_profile_attr = ‘ profile=”http://www.w3.org/2006/03/hcard”‘;
}
}
?>
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.1//EN” “http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml”<?php bb_language_attributes( ‘1.1’ ); ?>>
<head<?php echo $_head_profile_attr; ?>>
<meta http-equiv=”X-UA-Compatible” content=”IE=8″ />
<meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″ />
<title><?php bb_title() ?></title>
<link rel=”stylesheet” href=”<?php bb_stylesheet_uri(); ?>” type=”text/css” />
<?php if ( ‘rtl’ == bb_get_option( ‘text_direction’ ) ) : ?>
<link rel=”stylesheet” href=”<?php bb_stylesheet_uri( ‘rtl’ ); ?>” type=”text/css” />
<?php endif; ?>
<?php bb_feed_head(); ?>
<?php bb_head(); ?>
</head>
<body id=”<?php bb_location(); ?>”>
<div id=”wrapper”>
<div id=”header” role=”banner”>
<h1>“><?php bb_option(‘name’); ?></h1>
<?php if ( bb_get_option(‘description’) ) : ?><p class=”description”><?php bb_option(‘description’); ?></p><?php endif; ?>
<?php if ( !in_array( bb_get_location(), array( ‘login-page’, ‘register-page’ ) ) ) login_form(); ?>
<div class=”search”>
<?php search_form(); ?>
</div>
</div>
<div id=”main”>
<?php if ( bb_is_profile() ) profile_menu(); ?>
and here is my footer file
</div>
</div>
<div id=”footer” role=”contentinfo”>
<p><?php printf(__(‘%1$s is proudly powered by bbPress.’), bb_option(‘name’), “http://bbpress.org”) ?></p>
<!– If you like showing off the fact that your server rocks –>
<!– <p class=”showoff”>
<?php
global $bbdb;
printf(
__( ‘This page generated in %s seconds, using %d queries.’ ),
bb_number_format_i18n( bb_timer_stop(), 2 ),
bb_number_format_i18n( $bbdb->num_queries )
);
?>
</p> –>
</div>
<?php do_action(‘bb_foot’); ?>
</body>
</html>
I’ve convert my wp theme into bbPress
here is my forums link
====================
now what next? help please
Regards
cNc
In reply to: 3 Issues: Page Title, Permalinks, Page Not FoundAnd I’m using Version 1.0.2
And nothing happened after your plugin activate or deactivate
its still
http://car-n-car.com/forums/forums/first-forum
or
http://car-n-car.com/forum/forum/first-forum
Thanks,
cNc
In reply to: 3 Issues: Page Title, Permalinks, Page Not Found@ mr_pelle… what do you mean about standard structure?
I think sensible people use the word “forum+s” rather then forum… like
forums.cnet.com/
and what you think… if someone use the word boards for discussion or and want to use the word community?
http://www.example.com/community
then your plugin will useful for us?
second.. I’ve tried your plugin with the word forum but your plugin did not work… and it did not remove the additional word of “forum” from the permalinks…
can u explain what should I do?
or can you give me your contact detail here so that we can work fast on this issue?
I hope you’ll help me..
Thanks,
cNc
In reply to: 3 Issues: Page Title, Permalinks, Page Not Found@ gerikg thanks to take interest in this post…
I’m calling <?php global $is_bb; $is_bb = true; get_header();?> for header and
<?php get_footer(); ?> for footer…
so what is next?
In reply to: 3 Issues: Page Title, Permalinks, Page Not Foundany solution?