MyBB Community Forums

Full Version: k776's Plugins/Modifications/Themes List
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11
Some of you have been waiting for EventsOnIndex to be upgraded. I'm happy to say, it is now available for PR2 Big Grin Next, I'll upgrade ProfileVC and ForumAvatars.
Good work k776.

watch your back cause I'm learning the system and I'll surpass you
Thanks for the Events on Index mod. Same question as last time, is there any way to change the date to show month-day-year instead of day-month-year?
Toungue I put it in the RC4 version and its still there otherwise it wouldn't be an upgrade, it would be a dowsize Sad Check out Admin CP > Board Settings > Change > Forum Home Options > Index Events Date Format. But I forgot to add it to the customization section. I've done that quickly Big Grin
And its not on of my popular mods unfortunatly, but ProfileVC has been updated to work with PR2 now Big Grin Enjoy.
k776 Wrote:Toungue I put it in the RC4 version and its still there otherwise it wouldn't be an upgrade, it would be a dowsize Sad Check out Admin CP > Board Settings > Change > Forum Home Options > Index Events Date Format. But I forgot to add it to the customization section. I've done that quickly Big Grin

Don't see it. Sad

Oh, I know why. I use the MyBB from SVN, not the site. That means I program it for something you dont have. Silly me. Running this should help (change mybb_ to your forums prefix)

UPDATE mybb_settings SET gid='16' WHERE name='index_events_datetype';
k776 Wrote:UPDATE mybb_settings SET gid='16' WHERE name='index_events_datetype';

Nope. No go.

BTW: For those using a vB type skin, here's the code I use for the index_events template.

<tr><td class="tcat" colspan="2">
<strong>Today's Events</strong> ($todaysdate)</td>
</tr>
<tr>
<td class="trow2"><center><a href="calendar.php"><img src="images/toplinks/calendar.gif" alt="Events" border="0" /></a></center></td>
<td class="trow1"><span class="smalltext">$anevent</span></td>
</tr>
</tbody>
Comes out looking like this:
[attachment=1428]

I took out the collapse, because I couldn't get the image I wanted to show on there.
The setting was inserted. Thats for sure. Its in the wrong place though. Go to Admin CP > Board Settings > Change, and hover over Forum Home Options. From the link at the bottom, get the gid number. Then run

UPDATE mybb_settings SET gid='xx' WHERE name='index_events_datetype';

where xx is the number of the Forum Home Option group id
Thanks for the mods K776, add a few and had some fun. The only thing I dread will be later when I do maintenance upgrades this stuff will disappear. Well, its a learning experience and gives me a reason to tinker some more.
Pages: 1 2 3 4 5 6 7 8 9 10 11