News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

Movies07

Started by Bloc, October 06, 2007, 10:33:15 AM

Previous topic - Next topic

Bloc

Link to the theme


Movies07 is a tribute to 2 great TV series, namely "Heroes" and "Stargate Atlantis". You can switch between the two in admin and also set the width there. Features include:

- width adjustable in admin
- custom pages inside the theme

- support for several mods:
  - TinyPortal 0.9.8  (full panel support, extra button suppport)
  - SMF Arcade 2.0.8  (extra button suppport)
  - Ultimate Shoutbox  (full panel support)
  - SMF Gallery Lite  (extra button suppport)
  - Ad Management 2.3  (full panel support)
  - Googlebots & Spiders 2.0.3  (information line suppport)
  - SMF Shop 3.0  (extra button)


nimd4

Hi, movies07_11\images\img\left.jpg & \movies07_11\images\img2\left.jpg are intentionally left blank?

It's shown in the preview:



Just wondering..:)

bloc

No, what you see is the right "box"..the left box are blank because thats where your avatar will show up - if you have one chosen.

superb

Hi. How can I change the title at the top of the page ( behind the eclipse, next to the picture) and the url that links to it??

Right now its says my website url and when i click on it it just reloads to the current page

dr koks

Link to Demo page is not working for me ,,,

But finnaly that someone made some dark themes ,,, I love them ,,, Its Great!!!

Thanks !!!

fifo

Really nice, but

when i use this theme, the Member Bar was gone. I mean Member bar counld not be found, logged in already.

How can i show this bar? show me, thanks
my SMF hxxp:cnt43dh.org [nonactive]

bloc

The "bar" isn't there, though a link up in the menu should be.

daveb47

How can i move Nav bar (help etc) to above header.
https://daveb47.co.uk

A Slinky is like Jeremy CorbynWinehouse,Weird looking,Not really of any use to anybody.
But its really funny when it falls down the stairs!!:D:D

burners

I just want to make a siple and stupid question
How can I add the members button between  My Messages and Calendar?

greyknight17

Open up /Themes/movies07/index.template.php:

Code (Search for) Select
// PM button
$context['menubox'][]=array(
'title' => $txt['pm_short'] . ' '. ($context['user']['unread_messages'] > 0 ? '[<strong>'. $context['user']['unread_messages'] . '</strong>]' : ''),
'link' => $scripturl.'?action=pm',
'chosen' => 'pm',
'memberonly' => true,
'guestonly' => false,
'permission' => 'allow_pm',
);


Code (Replace with) Select
// PM button
$context['menubox'][]=array(
'title' => $txt['pm_short'] . ' '. ($context['user']['unread_messages'] > 0 ? '[<strong>'. $context['user']['unread_messages'] . '</strong>]' : ''),
'link' => $scripturl.'?action=pm',
'chosen' => 'pm',
'memberonly' => true,
'guestonly' => false,
'permission' => 'allow_pm',
);

// memberlist button
$context['menubox'][]=array(
'title' => $txt[331],
'link' => $scripturl.'?action=mlist',
'chosen' => 'mlist',
'memberonly' => false,
'guestonly' => false,
'permission' => 'allow_memberlist',
);

bfallgren

Hello,

I am currently using this theme on my forums, but it is creating a javascript error and I do not know how to fix it. Could you please help me?

Line: 80
Char: 1
Error: Object Required
Code: 0

Advertisement: