HelpHelpSearchSearchMembersMembersCalendarCalendar
Welcome, Guest. Please login or register.

Login with username, password and session length
October 11, 2008, 02:23:00 AM
Please use the support forum for support issues instead of sending me pm's. Thanks.
I will not reply to support issues via pm.
« previous next »
Pages: 1 [2] 3   Go Down
0 Members and 1 Guest are viewing this topic. Topic Tools  
Read March 10, 2008, 11:08:02 PM #15
simply sibyl

Re: [THEME] Warzone

I don't mind simply sibyl. Just keep in mind that the theme was not made to use the default theme's files, so you may end up missing some themed images, as in, you'll end up seeing smf's default images in some places. I'm not really sure how it works where you're at, but you're welcome to try I guess. Just don't distribute the warzone theme itself, just the simplified version you make and ONLY to those on that free forum service. I would really prefer that others not use this "free" version just so they don't have to pay for the real one...

Understand that totally since you are, afterall, charging for this one.   Thank you!!   Will take care of the payment right away.
Offline  
Read March 10, 2008, 11:16:11 PM #16
simply sibyl

Re: [THEME] Warzone

Got it Smiley   metalcore.  I think the best way for me to handle this will be that I will not post the stylesheet, and images like on/off etc, for them in the forum itself.   Instead Ill explain that they will need to contact me to get it.  That way I can make sure they are using our service  Wink  Thanks again!
Offline  
Read March 16, 2008, 08:51:39 PM #17
m3talc0re

Re: [THEME] Warzone

Sorry everyone that's downloaded this theme so far, there is a small fix that needs to be done.

Edit the Display.template.php and find these two lines on 355 and 356:
Code:
// Don't show the profile button if you're not allowed to view the profile.
if ($message['member']['can_view_profile'])

Change it to this:
Code:
// Don't show the profile button if you're not allowed to view the profile.
if ($message['member']['can_view_profile'] && $context['user']['is_logged'])

It's not really a security bug, it's just showing things to guests that only members should be seeing.

Also, for some unknown reason, the theme is missing the main background image. I have no idea why or how it happened... Just download the attachment below and upload it into the theme's images directory..
« Last Edit: March 16, 2008, 10:56:39 PM by m3talc0re »

The real hell is your life gone wrong.
Offline  
Read March 17, 2008, 02:53:33 AM #18
Wolfseye

Re: [THEME] Warzone

This is weird, after I changed this, i got the following error:

Quote
Fatal error: Call to undefined function phperror_reporting() in /home/mydomain/public_html/forum/Sources/Load.php(1737) : eval()'d code on line 1

Even if I changed it back, it wonīt go away. Sad And I know I didnīt go this error before.
Can anyone tell me what this might be ?

Wolfseye
Offline  
Read March 17, 2008, 07:54:07 AM #19
m3talc0re

Re: [THEME] Warzone

That is weird. Can you give me about 7 lines of code from what you changed. Like, 3 lines above the "if" part and 3 lines below. Just put it in code blocks in your reply.


The real hell is your life gone wrong.
Offline  
Read March 17, 2008, 08:42:05 AM #20
Wolfseye

Re: [THEME] Warzone

Fixed it, was nothing with the theme. F... Editor messed things up Wink
Donīt worry. Thank you for the fix though.

Wolfseye
Offline  
Read March 18, 2008, 08:48:24 PM #21
trench

Re: [THEME] Warzone

Can I get the TP version.  I did purchase this theme.


Testing the Signature section.  hmmmm..
Offline  
Read March 18, 2008, 10:04:30 PM #22
m3talc0re

Re: [THEME] Warzone

Okay, new purchases should have the files included and the fixes that were needed. For those of you that have already purchased this theme and would like to have the needed files for TP, send me a pm on here with the email address you used to purchase the theme and I will give you a link to download them.


The real hell is your life gone wrong.
Offline  
Read March 19, 2008, 08:24:31 AM #23
Wolfseye

Re: [THEME] Warzone

PM away...  Grin
Offline  
Read March 20, 2008, 06:13:46 AM #24
realrap

Re: [THEME] Warzone

Hello warzone Theme smf alpha 2 versiyon ?
Offline  
Read March 20, 2008, 09:52:14 AM #25
m3talc0re

Re: [THEME] Warzone

No, Warzone will not be made for 2.0 until it's almost final.


The real hell is your life gone wrong.
Offline  
Read March 29, 2008, 11:35:15 AM #26
m3talc0re

Re: [THEME] Warzone

Okay, there was a new problem discovered that was previously missed. If any of you are using mods with your forums that when viewing their settings in the AdminCP, you can't see their text, this is the cause of it. This is the fix:

Using an FTP client or your webmanager, go to the Modifications.english.php inside the Warzone theme (ie: forums/Themes/Warzone/languages/) and rename it to ThemeStrings.english.php.

Now, open index.template.php in a text editor (notepad++, phpdesigner, etc..) or just open the theme to edit it inside the forum's AdminCP.

On line 55, you'll see:
	
/* Show sticky and lock status seperate from topic icons? Leave true, icons don't exist for false.*/
	
$settings['seperate_sticky_lock'] = true;

Below that, add this:
	
/* Load the custom language template for this theme. */
	
loadLanguage('ThemeStrings');

All should be well now. Anyone who buys the theme and downloads it after Saturday, March 29, 2008, this fix is already implemented. You can ignore these fixes.


The real hell is your life gone wrong.
Offline  
Read April 09, 2008, 05:38:04 AM #27
realrap

Re: [THEME] Warzone

smf 2.0 versiyon buy Sad
Offline  
Read April 09, 2008, 04:42:13 PM #28
trench

Re: [THEME] Warzone

No 2.0 version until 2.0 is released as a FINAL.  Too many changes while in beta and alpha modes to keep doing.


Testing the Signature section.  hmmmm..
Offline  
Read April 10, 2008, 01:25:02 PM #29
realrap

Re: [THEME] Warzone

I look forward the day when the 2.0 version is released.
Offline  
Pages: 1 [2] 3   Go Up
Jump to:  

Theme by Webtechnica.net
MySQL PHP Powered by SMF 1.1.6 | SMF © 2006-2008, Simple Machines LLC XHTML 1.0 CSS