Shademp
420
I approve of this arrow. I'll see that this arrow is added for the three categories where it belongs (FFVII Compendium, Fan Works and Non-FFVII Translations).
What kind of icons do you have in mind?
Does the banner still say "Home", "Forums", [x] and "Shop" to you? If so, you're not seeing the new banner; the old one is probably cached in your browser. The new one just says "the lifestream".Not sure if it was mentioned, but I think my only real complaint about the new front page is that whenever I click on the forum button while in the forums, I end up on the front page
I'm not sure which forum button you're talking about, but you can still get to the front page of the forum with this buttonNot sure if it was mentioned, but I think my only real complaint about the new front page is that whenever I click on the forum button while in the forums, I end up on the front page
I just cleared my cache and it's still there. :<Does the banner still say "Home", "Forums", [x] and "Shop" to you? If so, you're not seeing the new banner; the old one is probably cached in your browser. The new one just says "the lifestream".
Oh wait - did you check all forum templates when replacing the banner, Yop?
Oh wait - did you check all forum templates when replacing the banner, Yop?
what style are you using?
^That's because you're using something other than "The Lifestream" or "The Lifestream Green" when looking at the forums. The rest (i.e. "The Lifestream Purple") still have the old banner.
K so I removed General Discussion and its 5 children categories, and Introductions, Departures etc from the forum listing on the Front page. Now people aren't sent to a log in screen - but it does look like we're all about VII and nothing else, and the forum looks less visited
I guess I can change it so links only are output for certain threads - the others are still shown, but without being linked. Yeah that sounds nice. Edit: No wait, create a Page which explains that you have to join the forums to see the threads, and explain how to sign up, and link all General etc threads to this page?
Thoughts?
Well that's part of the problem - bridging WordPress with vB (the forums) is kind of a bitch. I've looked into it, but, like Yop, concluded that it's way too much work. In fact, there is only one known bridge out there (that I've found anyway) and the creator has abandoned it and doesn't provide updates any more - which kind of illustrates how little anyone wants to get their hands into that mess.Then maybe specify that once they sign up, the links on the front page will take them directly to the thread advertised, if it will, in fact, do that, which I think would be neat. Is there a way to do that? I know nothing about programming. What if the person chose to always be signed in to the forums? Would that make a difference in linking them to the actual thread rather than the sign-up welcome page?
<?php $forumCats = array(3, 4, 5, 6, 7, 8, 9, 10, 11, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 46, 37, 36, 38, 47, 39, 41, 55, 43, 44, 48, 51, 56, 57, 58, 59, 61, 60, 65, 68); ?>
<?php $catsNotLinked = array(6); // Categories that should not be linked directly to the forums ?>
<?php $excludedThreads = array(9651, 10241, 10238, 11166, 5005, 6648, 5880, 649); ?>
<?php $noOfPosts = 8; // Wanted no of posts output ?>
<?php forum_get_latest_posts($forumCats, $catsNotLinked, $excludedThreads, $noOfPosts); ?>
I think you did at some point, explaining how you preferred thisobject.doStuff(), however that's probably not doable in PHP anyway.Who said it was bad to have functions with 4 parameters? Anything to do with numbers in code is purely guidelines written by statisticians, not actual developers, .
// Returns the n threads with the latest posts from the forums
function forum_get_latest_posts($forumcats, $catsNotLinked, $excludedThreads, $noOfPosts) {
if (!$forumcats || $noOfPosts < 1) break; // Only continue if $categories has content
$result = forum_get_latest_posts_string($forumcats, $excludedThreads, $noOfPosts);
$numberofrows = mysql_num_rows($result);
echo '<ul class="forum-posts">';
for ($i = 0; $i < $numberofrows; $i++) {
$row = mysql_fetch_row($result);
$threadUrl = "http://thelifestream.net/forums/showthread.php?goto=newpost&t={$row[0]}";
$title = $row[1];
$timestamp = $row[4];
$categoryUrl = "http://thelifestream.net/forums/forumdisplay.php?f={$row[2]}";
$categoryName = $row[3];
if (in_array($row[2], $catsNotLinked)) {
$threadUrl = "http://fhtagn.thelifestream.net/welcome-to-our-forums/?forumthread=" . $row[0]; // Overwrite
}
output_highlight_row($title, $threadUrl, $timestamp, $categoryUrl, $categoryName);
}
echo '</ul>';
}
<?php $threadID = mysql_real_escape_string($_GET["forumthread"]); ?>
<?php $wholeurl = "http://thelifestream.net/forums/showthread.php?goto=newpost&t=" . $threadID; ?>
<?php $threadTitle = forum_get_thread_title($threadID); ?>
(snip)
<?php echo "<p>"; ?>
<?php echo "You've shown interest in the thread "; ?>
<?php echo '<a href="' . $wholeurl . '">' . $threadTitle . "</a>"; ?>
<?php echo "</p>"; ?>
Thirdly, after posting the article I noticed there still aren't any social media buttons to be found for sharing it on Facebook, Twitter or wherever. Are they likely to be implemented soon?
Yeah this is definitely a bug! I'll fix it tonight. The alternative is to print out three articles from the default category btw, but I think your solution is better. Edit: Fixxed and changed category to "Weekly Roundups".Firstly, if our top story is put into a previously empty category, the "related posts" text still shows up but the list below it will be empty. That's a bug; the text should disappear altogether in those situations, I think. For now I recategorised the roundup to hide the problem.
Thanks for the fixx!Yeah this is definitely a bug! I'll fix it tonight. The alternative is to print out three articles from the default category btw, but I think your solution is better. Edit: Fixxed and changed category to "Weekly Roundups".
I tried it with 90% of the current size, and it looked good to me! Did we decide to stick with 2:1 though? It is, at least, an easy ratio to work with. I noticed that when I was editing the images for the roundup article. I know I suggested 16:9 as an alternative, but that could be a bit fussy. It's not too easy to work out 16*250/9 in your headRegarding the header size - I could make it a little bit smaller? Because I don't think we have enough space to push it more to the right, and if the image is to stay 2:1 it can't be any smaller.
Not sure about that. I think the layout we have now is better, it just needs a couple of small tweaksAn alternative for the header would be to move it up; i.e, have the main article's title span the width of the page, then two columns underneath, one with image, one with intro text and related articles.
I'll try reducing it from 32px to 28px then=I tried it with 90% of the current size, and it looked good to me!
Yeah exactly. No nothing is decided yet - and you don't have to do the math as you can put in the ratio you want in the cropping tool for images. I need to write that guide soon... have you tried using 16:9 in a prototype layout? Does it look decent?Did we decide to stick with 2:1 though? It is, at least, an easy ratio to work with. I noticed that when I was editing the images for the roundup article. I know I suggested 16:9 as an alternative, but that could be a bit fussy. It's not too easy to work out 16*250/9 in your head
I agreeNot sure about that. I think the layout we have now is better, it just needs a couple of small tweaks