ibeats
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Problem styling the End Whileif i dont style the ‘endwhile;’ then only the first post gets styled… in my case styling the endwhile; causes all the posts to be styled, but gives a blank box.
i know how stupid it sounds, its just the only way i can get it to display how i want.
Forum: Themes and Templates
In reply to: Problem styling the End Whileemail sent, the issue is happening on cateogires and archives too.. its something to do with styling that endwhile;
Forum: Fixing WordPress
In reply to: embed phpbb forum?Im wanting to achieve the below:
<img src=”https://www.vini.co.uk/uploads/forumpress.jpg”>
[php]<?php
/*
Template Name: Forum
*/
?><?php get_header(); ?>
<div id=”main”><<<< INSERT FORUM INCLUDE?? CODE?? WHAT?? >>>>
</div>
<?php get_footer(); ?>
<?php get_sidebar(); ?></body>
</html>
[/php]the above, is a blank template for my wordpress theme, is there anything i could include in there to get the forum looking like the picture?
an iframe does the job i want, but iframes are rubbish. i dont want the scroll bars and hassle that they bring.
ive tried an include but all the links and css goes to pot for the forum.
any ideas on a way to do this? prefiously people have mentioned <div> but this means nothing to me.
the forum & wp are on the same box/space, (forum = /forum &&& wp = / (root))
could someone show me an example, or guide me through this? surely its not that difficuly?
Forum: Fixing WordPress
In reply to: Few Simple (for you) Problems Im Havingive fixed it, previously it wasnt showing anything, after playing about ive got a working link to the thread
<a href="<?php the_permalink() ?>">Discuss this article on the Forum</a>
Forum: Fixing WordPress
In reply to: Few Simple (for you) Problems Im Havingthis is my single.php:
<?php get_header(); ?>
<div id=”main”>
<?php if (have_posts()) : ?><?php while (have_posts()) : the_post(); ?>
<div class=”post” id=”post-<?php the_ID(); ?>”>
<font size=”5px” color=”#696969″><b><?php the_title(); ?></b></font><br>
<!– by <?php the_author() ?> –></small><div class=”entry”>
<?php the_content(‘<br> Read More »’); ?>
</div><?php comments_popup_link(‘No Comments ?’, ‘1 Comment ?’, ‘% Comments ?’); ?>
</div>
<?php endwhile; ?>
<p align=”center”><?php next_posts_link(‘« Previous Entries’) ?> <?php previous_posts_link(‘Next Entries »’) ?>
<?php else : ?>
<h2 align=”center”>Not Found</h2>
<p align=”center”>Sorry, but you are looking for something that isn’t here.
<?php endif; ?>
</div><?php get_footer(); ?>
<?php get_sidebar(); ?></body>
</html>and its not posting that last comments bit ??
Forum: Fixing WordPress
In reply to: Few Simple (for you) Problems Im Having`cheers DGold if the single.php thing works, then im almost 100% complete
Forum: Fixing WordPress
In reply to: Few Simple (for you) Problems Im Havingok, ive done one and two, and im sure the easy one on there is the one i cant seem to get.
– How can i include the <?php comments_popup_link(‘No Comments ?’, ‘1 Comment ?’, ‘% Comments ?’); ?> on a full permalink page (ie, the read more) /?p=27 (example: ibeats.co.uk/?p=27)
How can this be done?
Forum: Themes and Templates
In reply to: Im after a bit of tag advice.?
Forum: Fixing WordPress
In reply to: List of 5 Most Recent Posts Within a Categoryhas there been any resolution to this. i would like the latest post from any of my 6 categories to be displayed, with the next 5 from any category to be shown underneath by title.
this is close, but lists only other posts as headlines from the same category ??
Forum: Themes and Templates
In reply to: Im after a bit of tag advice.anyone?
Forum: Themes and Templates
In reply to: Is this possible?ive got my forum linked in, but not to look like the picture.
thats what i would like to do, how could it be done?