News:

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

Main Menu

[Theme] SMFGeneration (SMF 1.0.5 & 1.1RC1 Avalible)

Started by † ÐëepÇuT¹ †, July 08, 2005, 12:11:04 AM

Previous topic - Next topic

bluesito

Hi man, Nice Job.

But you have this theme in spanish?.

Because mi english y bad, and I live in mexico.  :P.

Ciao bro.

J. Williams

Bluesito,this theme is modified from the theme element.Search for that theme & the buttons should be there
Joshua Jon Williams
Back in Action.

DemonicInfluence

I have the buttons with the right font. Change the txt for the thing you want. You might have to crop a little though to look good.

Here for the dl:

www.thehouseofpolitics.com/buttons.psd

Dragonfire870

#84
I am also getting the same problem nayru is having with the category text being off a little. Any fix?

EDIT: Also, on my forums, (hxxp:shattered.buildtolearn.net [nonactive]), some of the metallic images aren't loading, like the background around the categories and the background on the header.

DemonicInfluence

That's normal... Dunno how.

maybe you are missing some images.

Dragonfire870

#86
Quote from: Libo on November 08, 2005, 07:24:38 AM
That's normal... Dunno how.

maybe you are missing some images.
'

Hmmm... Well, I'm gonna try and reupload the theme to see if that fixes anything.

EDIT: Nope, I redownloaded and reinstalled the theme and it's the same problem. Maybe it has something to do with the theme being for 1.1 Beta 3 Public and not 1.1 RC1?

DemonicInfluence

it is for 1.1 RC1 ...


Also, could you make it so its default for SMF Generation? So,then i can see what's wrong. Or give a screenie?

Dragonfire870

Quote from: Libo on November 08, 2005, 11:25:24 AM
it is for 1.1 RC1 ...


Also, could you make it so its default for SMF Generation? So,then i can see what's wrong. Or give a screenie?


Oops, sorry about that, I must've accidentally switched it. It's the default now.

DemonicInfluence

are u sure u are using the 1.1 RC1 version, because your source code is A LOT different from mine. Like as in it is totally different.

Dragonfire870

Quote from: Libo on November 08, 2005, 08:46:29 PM
are u sure u are using the 1.1 RC1 version, because your source code is A LOT different from mine. Like as in it is totally different.

Yes, I downloaded the hxxp:smfgeneration1.1rc1.zip [nonactive] file and installed it. On the themes page, it says SMFgeneration (1.1 Beta 3 Public).

DemonicInfluence

could you zip your index.template.php and show me?

Dragonfire870

Quote from: Libo on November 08, 2005, 09:34:44 PM
could you zip your index.template.php and show me?

Okay, do I just need to e-mail you?

DemonicInfluence


Jay T

#94
Great theme! Running SMF 1.1RC1 and the 1.1RC1 theme.

I do have one problem. When I click the "Mark Unread" button in a thread it gives me this error.

An Error Has Occurred!
Session verification failed. Please try logging out and back in again, and then try again.


Also, can you make a button for ICQ messenger? Right now it is showing the ICQ icon. I will also need to know where to put it. Thanks.

genois

very nice =)
great work.

may i ask what is the font you used for the graphics in the header?

DemonicInfluence

Quote from: Jay T on November 09, 2005, 10:42:16 AM
Great theme! Running SMF 1.1RC1 and the 1.1RC1 theme.

I do have one problem. When I click the "Mark Unread" button in a thread it gives me this error.

An Error Has Occurred!
Session verification failed. Please try logging out and back in again, and then try again.


Also, can you make a button for ICQ messenger? Right now it is showing the ICQ icon. I will also need to know where to put it. Thanks.

I get that too. Prolly because it wasn't updated properly

genois

what is the font use in the header picture?
its really nice...

i wanna know xD

def9

Quote from: Jay T on November 09, 2005, 10:42:16 AM
Great theme! Running SMF 1.1RC1 and the 1.1RC1 theme.

I do have one problem. When I click the "Mark Unread" button in a thread it gives me this error.

An Error Has Occurred!
Session verification failed. Please try logging out and back in again, and then try again.


Also, can you make a button for ICQ messenger? Right now it is showing the ICQ icon. I will also need to know where to put it. Thanks.



Yes I also recieved this error. Here's what you do to fix it.
You need to edit 2 files MessageIndex template & Display.template.php. The error is missed code as you guessed in the upgrade.

In Display.template.php (this code is in this file in two different places):

Find code :
Quote$buttonArray[] = '<a href="' . $scripturl . '?action=markasread;sa=topic;t=' . $context['mark_unread_time'] . ';topic=' . $context['current_topic'] . '.' . $context['start'] . '">' . ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/markunread.gif" alt="' . $txt['mark_unread'] . '" border="0" />' : $txt['mark_unread']) . '</a>';

Replace code with :
Quote$buttonArray[] = '<a href="' . $scripturl . '?action=markasread;sa=topic;t=' . $context['mark_unread_time'] . ';topic=' . $context['current_topic'] . '.' . $context['start'] . ';sesc=' . $context['session_id'] . '">' . ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/markunread.gif" alt="' . $txt['mark_unread'] . '" border="0" />' : $txt['mark_unread']) . '</a>';

In MessageIndex template :

Find Code:
Quote$buttonArray[] = '<a href="' . $scripturl . '?action=markasread;sa=board;board=' . $context['current_board'] . '.0">' . ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/markread.gif" alt="' . $txt[300] . '" border="0" />' : $txt[300]) . '</a>';

Replace Code with :
Quote$buttonArray[] = '<a href="' . $scripturl . '?action=markasread;sa=board;board=' . $context['current_board'] . '.0;sesc=' . $context['session_id'] . '">' . ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/markread.gif" alt="' . $txt[300] . '" border="0" />' : $txt[300]) . '</a>';


The message index code seemed to be the problem on my boards but hey the feature is working now. Great theme by the way DeepCut I really enjoy it.

Jay T

Thanks def9.

I also noticed something else. In the user profile it is pulling up the default icons for icq and yahoo. The icons for this theme is in the same folder as aim & msn.

Any ideas why?

Advertisement: