New Site Details
+40
Chui Ninji
weebit
WishLine
iPi
OTDE
efrazable
VividRedemption
Wolf_Spirit
Opal Rider
Lukking
Absox
CamQuartr
captain_cornflakes
Kayped
Kohuda
Mikeee7787
mhenr18
Morgan
TeamBlast
Stallie
Sheldon
MegaSonicX
Hotflash
hypothet
darklight
Helios Pavonine
InsaneDevan
WTB
Loz
KillinTime2792
Darkness
crash2burn
Derpinator
TheRevTastic
Jam
Cereal
Rafael
Yobanjojoe
Georgio_jc
rabid squirrel
44 posters
Page 8 of 14
Page 8 of 14 • 1 ... 5 ... 7, 8, 9 ... 14
Re: New Site Details
OK so I barely managed to get it to work but here's what it'll look like.
- TOMUCHWORK!:
Re: New Site Details
And now for the Top 10 thing on the index page:
This was as close I could get to it without taking days to rewrite a script into a format that AuotMOD can understand and use. It's Flash based so I don't recommend using it.
- Spoiler:
This was as close I could get to it without taking days to rewrite a script into a format that AuotMOD can understand and use. It's Flash based so I don't recommend using it.
Re: New Site Details
if you can, these things would be greatMegaSonicX wrote:And now for the Top 10 thing on the index page:
- Spoiler:
This was as close I could get to it without taking days to rewrite a script into a format that AuotMOD can understand and use. It's Flash based so I don't recommend using it.
1. recent announcements posted
2. recent tracks posted
3. recent featured movies
3. recent topics (forum wide) posted
Don't bother with anything else (new users, recent replies, top viewed, largest threads, top posters, etc.)
Awards screenshot looks great but it doesn't seem to be installed on the site...
also, here's a gallery of fail for you:
- Spoiler:
Re: New Site Details
1. recent announcements posted - Couldn't find it.
2. recent tracks posted - Might have found it.
3. recent featured movies - Couldn't find it.
3. recent topics (forum wide) posted - Found it.
Since track are going to be posted as threads or topics, we could just modify the Recent Topics Mod to show tracks. We might also be able to do that with the Announcements but IDK. And the modifying would have to be done by someone else cuz I absolutely blow at PHP.
EDIT: But I did manage to get this:
Then the HTML:
And in the language file:
It shows up on my test forum with no errors at all but after I post some announcements, it still says Sorry, there were no announcements found. Can anyone help me?
2. recent tracks posted - Might have found it.
3. recent featured movies - Couldn't find it.
3. recent topics (forum wide) posted - Found it.
Since track are going to be posted as threads or topics, we could just modify the Recent Topics Mod to show tracks. We might also be able to do that with the Announcements but IDK. And the modifying would have to be done by someone else cuz I absolutely blow at PHP.
EDIT: But I did manage to get this:
- Code:
//Display recent Anouncements
function recent_announce()
{
global $db, $template;
$max_topics = 5;
$sql = 'SELECT topic_title, forum_id, topic_id
FROM ' . TOPICS_TABLE . '
WHERE topic_status <> 2
AND topic_approved = 1
AND (topic_type = 2 OR topic_type = 3)
ORDER BY topic_time DESC';
$result = $db->sql_query_limit($sql, $max_topics);
while ($row = $db->sql_fetchrow($result))
{
$template->assign_block_vars('latest_announcements', array(
'TITLE' => censor_text($row['topic_title']),
'U_VIEW_TOPIC' => append_sid("{$phpbb_root_path}viewtopic.$phpEx", "f={$row['forum_id']}&t={$row['topic_id']}"))
);
}
$db->sql_freeresult($result);
}
Then the HTML:
- Code:
<div class="panel bg2">
<div class="inner"><span class="corners-top"><span></span></span>
<h3>{L_RECENT_ANNOUNCE}</h3>
<!-- BEGIN latest_announcements -->
<a href="{latest_announcements.U_VIEW_TOPIC}">{latest_announcements.TITLE}</a><br />
<!-- BEGINELSE -->
{L_NO_RECENT_ANNOUNCEMENTS}
<!-- END latest_announcements -->
<span class="corners-bottom"><span></span></span></div>
</div>
And in the language file:
- Code:
'RECENT_ANNOUNCE' => 'Recent Announcements',
'NO_RECENT_ANNOUNCEMENTS' => 'Sorry, there were no announcements found',
It shows up on my test forum with no errors at all but after I post some announcements, it still says Sorry, there were no announcements found. Can anyone help me?
Re: New Site Details
OK guys, I uploaded a test forum so I don't have to keep posting screen shots every time I wanna show you something.
http://dansaunders.me/~sot/forum3
http://dansaunders.me/~sot/forum3
Re: New Site Details
I forgot to tell you guys, phpBB 3.0.9 just came out. WRtL is on 3.0.8. Should we upgrade it? When I upgraded on my forums it didn't SEEM to change anything except the Mods. We have like 3-4 installed so IDK if it'll be that much of a problem. It screwed me over when I did it, but as I've been told by countless people (ily <3) I'm inexperienced
Re: New Site Details
OK so I've done all I can. I've finished everything that I could in the UCP, and I just added the pollbars. It'll be a tiny bit different than old IRtL but it'll still look similar. The poll box/holder/whatever it's called, isn't skinned cuz I don't feel like converting the whole thing to a table :| Anyway yeah, I won't be working on the site any longer. The last few bits are all for TB and RevO (If they even remember about the site...)
Re: New Site Details
I can't skin phpbb, it would take me to long to learn the skining system and I am busy with web clients trying to keep my vps up and online.
Also so MSX you are totally done with all you can do?
Also so MSX you are totally done with all you can do?
Re: New Site Details
Oh ok then, I understand. And yeah pretty much. I might be able to do a few things if you guys find anything unfinished.
Re: New Site Details
Helios Pavonine wrote:Why Dan Saunders? Reminded me of Ben and Dean Saunders
dansaunders is TeamBlast
Yobanjojoe- Member
- swag
Re: New Site Details
Yobanjojoe wrote:Helios Pavonine wrote:Why Dan Saunders? Reminded me of Ben and Dean Saunders
dansaunders is TeamBlast
Ok
Helios Pavonine- Member
Re: New Site Details
If you're reffering to Lukking... You need to do some research on quirk history. Kbai.Opal Rider wrote:Do we know you?
jk, jk
EDIT: Never mind the fact that I get distracted from the tiny letters.
Last edited by Jam on Wed Jul 20, 2011 6:29 pm; edited 1 time in total
Jam- Member
Re: New Site Details
You're so lucky I noticed the jk, jkOpal Rider wrote:Do we know you?
jk, jk
As for the site, I'm not sure. I'd like to think it'll be done by the end of the month but IDK. You should ask TB because he's in charge of the rest of the site.
Re: New Site Details
Just a heads up, before the site opens, I will be switching vps providers due to me not wanting/and not being able to afford $50 a month anymore.
Page 8 of 14 • 1 ... 5 ... 7, 8, 9 ... 14
Similar topics
» "New Site" is Old Trite
» April Fools Details
» Ad for this site!!!
» Site Up for Good Now
» New Site Testing
» April Fools Details
» Ad for this site!!!
» Site Up for Good Now
» New Site Testing
Page 8 of 14
Permissions in this forum:
You cannot reply to topics in this forum
Sun Nov 10, 2024 1:20 pm by Rafael
» How to control the camera freely?
Sun Jun 02, 2024 5:37 pm by ScrungleBlumpkus
» "Leaves Through The Line" By Wizzy
Mon Mar 18, 2024 11:03 am by alpha leonis
» bubblegum - Pure5152
Thu Nov 23, 2023 4:36 am by Rafael
» Started in 2020 - thoughts?
Mon Jul 24, 2023 1:21 pm by cvang
» Hypersonic Motion - Preview and explanation
Mon Jul 24, 2023 12:15 pm by alpha leonis
» Track question
Mon Jul 24, 2023 12:14 pm by alpha leonis
» Line Rider Pointy Wobbly Italian Rat ~ Leonis
Mon Jul 24, 2023 12:12 pm by alpha leonis
» Line Rider Prism ~ Leonis
Mon Jul 24, 2023 12:11 pm by alpha leonis