Link to the theme (http://custom.simplemachines.org/themes/index.php?lemma=203)
(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fcustom.simplemachines.org%2Fthemes%2Findex.php%2Faction%2Cdownload%2Flemma%2C203%2Fimage%2Cthumb&hash=f0308fe2df8695fd897e214f5609a5abfc6a04c8)
A theme that parodies the vBulletin layout but keeping the SMF Charm of the Core and Babylon themes.
Screens Included.
DESIGNED BY: MT2-Soft (http://multitalk2.com)
Click Here for an MT2-Soft FAQ (http://multitalk2.com/index.php?topic=6526)
This theme (will) also include the ability to install extra colour packs and a drop down for your users to select a colour they wish to use.
Support for vbgamer45's mods that add extra tabs to the theme is included, just install and they'll automatically be added.
NOTE: Currently only one colour style is available the SMF Core (Default) style.
This theme is compatable with 1.1 Final and 1.1.1, this is not (and will not) be compatable with 1.0.
Current Colour Packs:
SMF Core (Default)
Current Languages:
English American
English British
If you wish to translate for me, then contact me.
Download extra language and colour packs here: http://multitalk2.com/vsmfb-multi-4 (Temp URL for now :P)
nice theme ;)
Thanks. There are gonna be more Colour Packs available soon. I've started to compile a couple. You can install them via your package manager. :P
-AwwLilMaggie
When i open PM! Only Reply with quote is available n your theme only! When i click on it, it's saying "shall i remove message?"
Whoops! I'll look into that ASAP.
-AwwLilMaggie
Demo would be nice. :P
crip, My forum uses it (http://multitalk2.com). But mine is slightly different because its called vSMFB-Multi-Core (the third in the vSMFB-Multi line, this theme here, is the fourth) :P I'm planning on upgrading that forum to the Development Edition at some point and update the theme for that version too.
nitins60, I had a look of the PersonalMessages.template.php file and I couldnt see anything wrong. Everything that was there, was there. Both on the page and the code.
-AwwLilMaggie
You messed up that part!
I can see only delete button with text reply with quote(when you turn off images you can see)! I can't see REPLY button! I can't see REPLY WITH QUOTE! hope i am not sleeping!
// Show reply buttons if you have the permission to send PMs.
echo'
<div align="right">';
if ($context['can_send_pm'])
{
// You can't really reply if the member is gone.
if (!$message['member']['is_guest'])
{
// Were than more than one recipient you can reply to? (Only in the "button style", or text)
if ($message['number_recipients'] > 1 && (!empty($settings['use_buttons']) || !$settings['use_image_buttons']))
echo '
<a href="', $scripturl, '?action=pm;sa=send;f=', $context['folder'], $context['current_label_id'] != -1 ? ';l=' . $context['current_label_id'] : '', ';pmsg=', $message['id'], ';quote;u=all"><img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/im_reply.gif" alt="" border="0" /></a>', $context['menu_separator'];
echo '
<a href="', $scripturl, '?action=pm;sa=send;f=', $context['folder'], $context['current_label_id'] != -1 ? ';l=' . $context['current_label_id'] : '', ';pmsg=', $message['id'], ';quote;u=', $context['folder'] == 'outbox' ? '' : $message['member']['id'], '"><img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/quote.gif" alt="" border="0" /></a>', $context['menu_separator'], '
<a href="', $scripturl, '?action=pm;sa=send;f=', $context['folder'], $context['current_label_id'] != -1 ? ';l=' . $context['current_label_id'] : '', ';pmsg=', $message['id'], ';u=', $message['member']['id'], '"><img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/im_reply.gif" alt="" border="0" /></a> ', $context['menu_separator'];
}
// This is for "forwarding" - even if the member is gone.
else
echo '
<a href="', $scripturl, '?action=pm;sa=send;f=', $context['folder'], $context['current_label_id'] != -1 ? ';l=' . $context['current_label_id'] : '', ';pmsg=', $message['id'], ';quote"><img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/quote.gif" alt="" border="0" /></a>', $context['menu_separator'];
}
echo '
<a href="', $scripturl, '?action=pm;sa=pmactions;pm_actions[', $message['id'], ']=delete;f=', $context['folder'], ';start=', $context['start'], ';', $context['current_label_id'] != -1 ? ';l=' . $context['current_label_id'] : '', ';sesc=', $context['session_id'], '" onclick="return confirm(\'', addslashes($txt[154]), '?\');"><img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/delete.gif" alt="' . $txt[145] . '" border="0" /></a>
<input style="vertical-align: middle;" type="checkbox" name="pms[]" id="deletedisplay', $message['id'], '" value="', $message['id'], '" class="check" onclick="document.getElementById(\'deletelisting', $message['id'], '\').checked = this.checked;" />
</div>';
The code is there. I didnt see anything wrong. It might help if you could post a print screen on what buttons you're getting both for sending PMs to Members and Guests.
-AwwLilMaggie
Sorry! Actually i messed up some code here! :P
I installed the theme but it says there isn't the copyright of SMF.
Why?
Max
The copyright is there, are you using 1.0? Because this theme is not (and wil not) be compatable with 1.0
-AwwLilMaggie
Quote from: AwwLilMaggie on January 15, 2007, 09:12:08 AM
The copyright is there, are you using 1.0? Because this theme is not (and wil not) be compatable with 1.0
-AwwLilMaggie
http://playitusa.dreamhosters.com/forum/index.php
Please come and take a look: I have the latest version but at the bottom there's he warning 'cause the copyright is missing...
Max
The theme that shows for guests is the Default. Can you PM me a test account?
-AwwLilMaggie
I think I've figured it out. I think its something to do with the show time being off or something.
Try this.
Copyright notice isnt on mine either
and am using version 1.1.1
Quote from: AwwLilMaggie on January 17, 2007, 10:15:51 AM
I think I've figured it out. I think its something to do with the show time being off or something.
Try this.
This template worked. The copyright notice warning is gone now.
Couple other things tho, can't save changes made in the themes options, like adding own logo, or checking/unchecking any of the boxes(under current theme). And your current location shows always as inline links, can't change it to tree view like!
Quote from: 1948Pal on January 17, 2007, 10:27:14 PM
This template worked. The copyright notice warning is gone now.
Couple other things tho, can't save changes made in the themes options, like adding own logo, or checking/unchecking any of the boxes(under current theme). And your current location shows always as inline links, can't change it to tree view like!
You should be able to add your own logo fine and dandy, but if you wanna intsall extra colour packs (which I'm yet to package up, been busy) then it'd have to be transparent.
I'll look into the tree thing too. :P
Quote from: antuan on January 18, 2007, 04:17:37 AM
Tenkius gringuito culero por el tema pinche xD
Um. English please. :P
-AwwLilMaggie
So how do I get mine to work now mine still doesnt have the copyright notice I downloaded ur attachment of index php but now what do I do with it??
Oh I fixed it now but I have to say doesnt look much differant than the normal smf skin thought it was supposed to mimic VB ahhhh well done anyway sorry to critisise just not for me sorry
Heh. I designed it that way to retain some SMF Charm within it. ;)
-AwwLilMaggie
Love it!
I also get the copyright message V.1.1. Any chance of an updated download with the index fix?
Thanks for the theme.
I'll update it as soon as I can, for the mean time use this. The last one had a drop down because I was doing testing with the other colour packs. And I forgot to remove it. :P
Hi
This is the message I get at the bottom on the page, is it the same as others have had and the one you talk about above. I have no idea how to remove it any assistance would be most gratfull.
Sorry, the copyright must be in the template.
Please notify this forum's administrator that this site is missing the copyright message for SMF so they can rectify the situation. Display of copyright is a legal requirement. For more information on this please visit the Simple Machines website.
Not sure why this message is appearing? Take a look at some common causes.
Yes, that is the one. Download the index.template.php in my post above, and upload it into the vSMFB-Multi-4 folder. I will replace it in the package ASAP.
Its something to do with having the Show load time turned off I think. Try turning it on first, if that doesnt work, upload the file.
-AwwLilMaggie
Than you very much.
Sorry to be a pain, I'm new at this. Where do I find: 'Show load time turned off'. I've downloaded your attachment to my hard drive, 'how do it up load to package' I tried placing it inside the theme zip and deleting the index.template.php that was inside the zip.
Might be less painful for me to wait for the updated package. Cheers.
Its in the settings in the admin center to turn it on and off.
Admin > Features and Options > Layout and Options > Display time taken to create every page
-AwwLilMaggie
Yes that worked did as you said above, copyright notice now gone - Many Thanks. I followed the link to 'other colours' but couldn't find them. Will be be a B/W theme.
There arent any other colours at the moment, they're all still in production. But yes, there will be a black pack called Bam-TV Dark, and a white one called LBCC Pure.
All the colour packs are named after a site that me, Mike Frith (http://www.simplemachines.org/community/index.php?action=profile;u=8687) or one of our friends has made.
Okay, here's the first extra colour pack.
Bam-TV Dark (Black)
All you do is install it via your package manager.
The main package has been updated to make sure that the copyright is shown when the Load time is either on or off.
-ALM
i have just changed from using phpbb to using smf , i like this template but been trying to work out how to make it like the vb type style , the grey on white background so you get white borded effect happening
eg: www.ausbb.com
although the forum is phpbb and the template is subrebel , but it should make clear what i mean
Just change the style/style_core.css file, which is the stylesheet for the SMF Core (Default) style.
-ALM
ah yes of course thanks , i was taking the hard path trying to edit the template , coming from phpbb templates are a little different
For those who might've noticed, I took the theme down for a bit for updating. It has now been updated and it's now back in the listing.
It is still bound by the MT2-Soft license though. Copyright must be shown unless you make agreements with me.
well i installed ur theme but under the coloumn Moderators on home page it dont show my moderators :( how should i enable this feature
do you have any moderators set on your boards?
Yes. Generally having moderators would help. The moderator column will show even if none have been set.
Will this work for 2.0, 2.02?
No. The theme only supports 1.1