News:

Wondering if this will always be free?  See why free is better.

Main Menu

vSMFB-Multi-4

Started by Gary, January 10, 2007, 07:54:12 AM

Previous topic - Next topic

Gary

Link to the theme


A theme that parodies the vBulletin layout but keeping the SMF Charm of the Core and Babylon themes.

Screens Included.

DESIGNED BY: MT2-Soft

Click Here for an MT2-Soft FAQ

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)
Gary M. Gadsdon
Do NOT PM me unless I say so
War of the Simpsons
Bongo Comics Fan Forum
Youtube Let's Plays

^ YT is changing monetisation policy, help reach 1000 sub threshold.

ahmetarig


Gary

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
Gary M. Gadsdon
Do NOT PM me unless I say so
War of the Simpsons
Bongo Comics Fan Forum
Youtube Let's Plays

^ YT is changing monetisation policy, help reach 1000 sub threshold.

nitins60

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?"

Gary

Whoops! I'll look into that ASAP.

-AwwLilMaggie
Gary M. Gadsdon
Do NOT PM me unless I say so
War of the Simpsons
Bongo Comics Fan Forum
Youtube Let's Plays

^ YT is changing monetisation policy, help reach 1000 sub threshold.

Crip

I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

Gary

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
Gary M. Gadsdon
Do NOT PM me unless I say so
War of the Simpsons
Bongo Comics Fan Forum
Youtube Let's Plays

^ YT is changing monetisation policy, help reach 1000 sub threshold.

nitins60

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!

Gary


// 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
Gary M. Gadsdon
Do NOT PM me unless I say so
War of the Simpsons
Bongo Comics Fan Forum
Youtube Let's Plays

^ YT is changing monetisation policy, help reach 1000 sub threshold.

nitins60

Sorry! Actually i messed up some code here! :P

Nanuciao

I installed the theme but it says there isn't the copyright of SMF.
Why?

Max

Gary

The copyright is there, are you using 1.0? Because this theme is not (and wil not) be compatable with 1.0

-AwwLilMaggie
Gary M. Gadsdon
Do NOT PM me unless I say so
War of the Simpsons
Bongo Comics Fan Forum
Youtube Let's Plays

^ YT is changing monetisation policy, help reach 1000 sub threshold.

Nanuciao

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

Gary

The theme that shows for guests is the Default. Can you PM me a test account?

-AwwLilMaggie
Gary M. Gadsdon
Do NOT PM me unless I say so
War of the Simpsons
Bongo Comics Fan Forum
Youtube Let's Plays

^ YT is changing monetisation policy, help reach 1000 sub threshold.

Gary

I think I've figured it out. I think its something to do with the show time being off or something.

Try this.
Gary M. Gadsdon
Do NOT PM me unless I say so
War of the Simpsons
Bongo Comics Fan Forum
Youtube Let's Plays

^ YT is changing monetisation policy, help reach 1000 sub threshold.

Rickeo

Copyright notice isnt on mine either

Rickeo

and am using version 1.1.1

1948Pal

#17
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!
"No matter how long the river, the river will reach the sea".
Eugene Fitch Ware

Gary

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
Gary M. Gadsdon
Do NOT PM me unless I say so
War of the Simpsons
Bongo Comics Fan Forum
Youtube Let's Plays

^ YT is changing monetisation policy, help reach 1000 sub threshold.

Rickeo

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??

Rickeo

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

Gary

Heh. I designed it that way to retain some SMF Charm within it. ;)

-AwwLilMaggie
Gary M. Gadsdon
Do NOT PM me unless I say so
War of the Simpsons
Bongo Comics Fan Forum
Youtube Let's Plays

^ YT is changing monetisation policy, help reach 1000 sub threshold.

S1L1C0N


Banitsa

I also get the copyright message V.1.1.  Any chance of an updated download with the index fix?

Thanks for the theme.


Gary

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
Gary M. Gadsdon
Do NOT PM me unless I say so
War of the Simpsons
Bongo Comics Fan Forum
Youtube Let's Plays

^ YT is changing monetisation policy, help reach 1000 sub threshold.

westie

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.

Gary

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
Gary M. Gadsdon
Do NOT PM me unless I say so
War of the Simpsons
Bongo Comics Fan Forum
Youtube Let's Plays

^ YT is changing monetisation policy, help reach 1000 sub threshold.

westie


westie

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.

Gary

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
Gary M. Gadsdon
Do NOT PM me unless I say so
War of the Simpsons
Bongo Comics Fan Forum
Youtube Let's Plays

^ YT is changing monetisation policy, help reach 1000 sub threshold.

westie

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.

Gary

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 or one of our friends has made.  
Gary M. Gadsdon
Do NOT PM me unless I say so
War of the Simpsons
Bongo Comics Fan Forum
Youtube Let's Plays

^ YT is changing monetisation policy, help reach 1000 sub threshold.

Gary

Okay, here's the first extra colour pack.

Bam-TV Dark (Black)

All you do is install it via your package manager.  
Gary M. Gadsdon
Do NOT PM me unless I say so
War of the Simpsons
Bongo Comics Fan Forum
Youtube Let's Plays

^ YT is changing monetisation policy, help reach 1000 sub threshold.

Gary

The main package has been updated to make sure that the copyright is shown when the Load time is either on or off.

-ALM
Gary M. Gadsdon
Do NOT PM me unless I say so
War of the Simpsons
Bongo Comics Fan Forum
Youtube Let's Plays

^ YT is changing monetisation policy, help reach 1000 sub threshold.

biftek

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: hxxp:www.ausbb.com [nonactive]
although the forum is phpbb and the template is subrebel , but it should make clear what i mean
hxxp:www.ausbb.com/ [nonactive]

Gary

Just change the style/style_core.css file, which is the stylesheet for the SMF Core (Default) style.

-ALM
Gary M. Gadsdon
Do NOT PM me unless I say so
War of the Simpsons
Bongo Comics Fan Forum
Youtube Let's Plays

^ YT is changing monetisation policy, help reach 1000 sub threshold.

biftek

ah yes of course thanks , i was taking the hard path trying to edit the template , coming from phpbb templates are a little different
hxxp:www.ausbb.com/ [nonactive]

Gary

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.
Gary M. Gadsdon
Do NOT PM me unless I say so
War of the Simpsons
Bongo Comics Fan Forum
Youtube Let's Plays

^ YT is changing monetisation policy, help reach 1000 sub threshold.

hmpargi

well i installed ur theme but under the coloumn Moderators on home page it dont show my moderators :( how should i enable this feature

Deaks

do you have any moderators set on your boards?
~~~~
Former SMF Project Manager
Former SMF Customizer

"For as lang as hunner o us is in life, in nae wey
will we thole the Soothron tae owergang us. In truth it isna for glory, or wealth, or
honours that we fecht, but for freedom alane, that nae honest cheil gies up but wi life
itsel."

Gary

Yes. Generally having moderators would help. The moderator column will show even if none have been set.
Gary M. Gadsdon
Do NOT PM me unless I say so
War of the Simpsons
Bongo Comics Fan Forum
Youtube Let's Plays

^ YT is changing monetisation policy, help reach 1000 sub threshold.

tMicky

Will this work for 2.0, 2.02?

Gary

No. The theme only supports 1.1
Gary M. Gadsdon
Do NOT PM me unless I say so
War of the Simpsons
Bongo Comics Fan Forum
Youtube Let's Plays

^ YT is changing monetisation policy, help reach 1000 sub threshold.

Advertisement: