Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • randellz

    (@randellz)

    I’d like to know this as well, is there any plan to integrate Facebook login at some stage to this plugin, i think many people would like to see this happen.

    Thread Starter randellz

    (@randellz)

    Oh well there is too examples of how to use it, the fact is it does work and is really handy to get a full page for your bbpress forum or a custom bbpress sidebar.

    Thread Starter randellz

    (@randellz)

    yeah i i had to create a page odd it worked perfect for you and i had to create a file i wonder why that is.

    randellz

    (@randellz)

    Well this is all just a bit meh – oh well ya win some ya loose some was great while it lasted, kinda wish i didn’t update the thing but no point crying over spilt milk it’s only 20 bucks.

    if we where all gonna have a sook over all the people online that pulled tricks or tried to put a few extra bucks in there pocket i think well a lot of people would be really ticked off, there’s a lot worse than this going on.

    I get where you guys are coming from cause it’s happened to me but it’s done now. someone could go to freelancer or outsource a plugin for a few hundred dollars or we could just bite the bullet and pay 20 bucks ??

    Love and light guys – Love and light.

    Thread Starter randellz

    (@randellz)

    Thats wonderful news great going Andy thanks for the response ??

    Thread Starter randellz

    (@randellz)

    just wanted to re post and confirm this is now working, when i first tried this using the single.php didn’t work but after creating a new file in on my web server titled bbpress.php, i created this file within my current theme folder. After creating the file i copied the content from (One Column Template Page Template) it’s a .php file im guessing it’s different for each theme but as long as it’s the full width page template. I then pasted this .php info within the bbpress.php i created within my current theme folder and went back to the plugins options and selected the bbpress.php as the wrapper i wanted the forum to show in and now it is working like a treat.

    Just to confirm this plugin is working and is working great with wordpress 3.5 latest version great plugin super happy. see it in action here echo include dude forum

    p.s i only post a link so people can see it does in fact worl. sorry for posting a negative comment about the plugin before i had totally tried everything.

    im having the same issues on my site but only on a page template i’ve been coding.
    My issue is not site wide or at least that i can see, it only seems to appear on this particular page, and more so on the template i’ve created, i have turned of photon site wide and this has fixed the error, but im sure there is a fix or something ive not added to the code i should have.

    Does anyone know what triggers this error?

    i can show my code if that would help, im not the best coder so im guessing it’s something ive done, as i was saying it’s only appearing on a page ive created.

    <?php
    /*
    Template Name: MFRCode Sales Page Template
    */
    ?>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title><?php bloginfo('name'); ?> - <?php the_title();?></title>
    <link href="<?php bloginfo('stylesheet_directory')?>/mfrcode-salespage.css" rel="stylesheet" type="text/css" />
    <meta http-equiv="Content-Language" content="en">
    <meta name="description" content="<?php bloginfo('description'); ?>">
     </head>
    <body>
    <div id="contenttop"></div>
    <div id="contentmid">
    <!----MFRCODE  Post php below-----!>
      <div id="contentcontainer">
    <div id="content" class="widecolumn">
     <?php if (have_posts()) : while (have_posts()) : the_post();?>
     <div class="post">
     <div class="entrytext">
      <?php the_content('<p class="serif">Read the rest of this page ?</p>'); ?>
     </div>
     </div>
     <?php endwhile; endif; ?>
     <?php edit_post_link('Edit <---', '<p>', '</p>'); ?>
    </div>
    </div>
    <div id="text-bottom" align="center">
    <!----MFRCODE  Add your copyright info and site footer info below this line-----!>
    Copyright ? <?php _e(date('Y')); ?> <a href="<?php echo home_url('/') ?>" title="<?php echo esc_attr(get_bloginfo('name', 'display')); ?>"><?php bloginfo('name'); ?></a> All Rights Reserved
    <br><font size="2"><?php bloginfo('description'); ?></font>
    <!----MFRCODE  DESIGN CREDIT MUST STAY INTACT UNEDITED OR TOUCHED IN ANYWAY OR YOUR SITE WILL RECIVE NO SUPPORT FROM US AND WILL BE CONSIDERED THEFT OF OUR WORK HTTP://RANDELLMONAGHAN.ME-----!>
    <br>
     <font size="1">WordPress Custom Sales Page Designed By: <a href="https://randellmonaghan.me" target="_blank">Randell Monaghan</a> | Proudly Powered By: <a href= "https://www.remarpro.com">WordPress</a></font>
      </div>
    </div>
    <div id="contentbottom"></div>
    </body>

    here’s a link to the page also i’ll turn photon on again just incase someone can help fix this.

    here is the troubled page

    thanks in advance everyone.

    p.s im a super messy coder so dont laugh lol.

Viewing 7 replies - 1 through 7 (of 7 total)