Hello Guest
No Avatar
Sign In to Remove

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - agent47

Pages: 1 2 3 [4]
Posts: 
62
Posted: March 9, 2011, 8:04 PM
Here's their response:

Quote from: Arantor
I already did... MessageIndex.template.php and Display.template.php if he copied either of those from the default 2.0 RC4 or RC5 theme. Trouble is, removing those lines breaks the functionality in them so you will have to remove it ONLY from your files, not from the theme as a whole.

Or, find yourself increasingly shut out from mods until you upgrade...
Posts: 
62
Posted: March 9, 2011, 4:28 AM
Here's a response from them:

Quote from: Arantor
call_integration_hook wasn't introduced until 2.0 RC4 and so it can't be used on 2.0 RC3, simple as that.
Posts: 
62
Posted: March 9, 2011, 4:23 AM
Sure thing mate. I just asked them. I'll probably get a response withing the next few minutes.
Posts: 
62
Posted: March 9, 2011, 12:23 AM
I posted this issue on the SMF support forums and they tell me it's because this theme was built for SMF RC5. Would you be kind enough to write it for RC3 as there are still RC3 users out there you know.

http://www.simplemachines.org/community/index.php?topic=425393.0
Posts: 
62
Posted: March 9, 2011, 12:10 AM
Wow man! You have no idea how much posts like this mean to noobs like me.
Thanks a lot MLM. You're the best!
Posts: 
62
Posted: March 8, 2011, 6:14 PM
So now that I managed to get the theme working, I'm having another issue now. Please provide me with a fix so that I can keep the theme permanently.

Here's the error
Code: [Select]
Fatal error: Call to undefined function call_integration_hook() in /home/super849/public_html/Sources/Load.php(2415) : eval()'d code on line 162
Here's a Pastebin of Load.php. Please take a look at it sir.
http://pastebin.com/qsxiLegj
Posts: 
62
Posted: March 8, 2011, 4:04 PM
Apparently the issue I was persisiting was SMF related and is a RC3 bug. Anyways I thought I'll share the fix here incase anyone else comes across the error:

Code: [Select]
31:          <ul class="reset clearfix">
32:             implode('', $buttons), '
33:          </ul>

Replace with:
Code: [Select]
31:          <ul class="reset clearfix">
32:             ' , implode('', $buttons), '
33:          </ul>
Posts: 
62
Posted: March 8, 2011, 5:57 AM
I have no idea where that compat.template file came from and why is your theme using that file BTW? :/

Here's a paste of complat.template.php. Please take a look at it sir: http://pastebin.com/8jX7Fiau
Seems ok to me.....
Posts: 
62
Posted: March 8, 2011, 5:22 AM
That's didn't seem to be the issue sir. Still getting the same error?
Posts: 
62
Posted: March 7, 2011, 12:05 PM
Is there anyway I can get a fix to get it working for SMF RC3 bro?
I'm so in love with this theme. Man! I can so tell that you guys are gonna become popular in no time. So waiting for what you guys have to offer. Great stuff, it's just too frikkin visually stunning for my eyes to handle.

Here's the error that I got.
Code: [Select]
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ',' or ';' in .../Themes/default/Compat.template.php on line 32
23: if (empty($buttons))
24: return;
25:
26: // Make the last one, as easy as possible.
27: $buttons[count($buttons) - 1] = str_replace('<span>', '<span class="last">', $buttons[count($buttons) - 1]);
28:
29: echo '
30: <div class="buttonlist', $direction != 'top' ? '_bottom' : '', '"', (empty($buttons) ? ' style="display: none;"' : ''), (!empty($strip_options['id']) ? ' id="' . $strip_options['id'] . '"': ''), '>
31: <ul class="reset clearfix">
32: implode('', $buttons), '
33: </ul>
34: </div>;
35: }
36:
Posts: 
62
Posted: March 7, 2011, 11:56 AM
You truly are talented brotha! Amazing stuff.....
Pages: 1 2 3 [4]
anything