News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Change All Subjects

Started by vbgamer45, April 16, 2008, 11:31:17 PM

Previous topic - Next topic

live627

Do you get an error when modifying a topic?

Eclipse16V

No
only the errorlog message  :-\
I worked with:
SMF 2 in German

Shop:
SID Giessen

Eclipse16V

Sorry I will delete it from my SMF 2.0RC3.
There are too many errors from this mod.  :'(
I worked with:
SMF 2 in German

Shop:
SID Giessen

grafitus

Hi live627! Do you update this mod for 2.0 RC3?

DarkflameQ

It's a shame there is no live support for this mod anymore, i'll attempt to make this compatible with RC3 myself, wish me luck!

alexleitte

Please, someone could update this mod to 2.0RC3??? It's a greatfull mod!!!
http://all4pg.com [nofollow]

alexleitte

#46
People,

I did parse to version 2.0 RC2 and applied in the archives of 2.0 RC3. I had some error reports but i don't see anything more serious in my forum, guess i can survive.

The errors that were recorded:

Undefined variable: txt
File: /.../Sources/Subs-Post.php
Line: 2452

Undefined variable: language
File: /.../Sources/Subs-Post.php
Line: 2451

Undefined variable: language
File: /.../Sources/Subs-Post.php
Line: 2447
http://all4pg.com [nofollow]

alexleitte

Some one? Sorry for FLOOD, but this MOD is really important to me.
thanks.
http://all4pg.com [nofollow]

Joker™

For me it worked fine . Upload the package , emulate your package manager to SMF 2.0 RC2 , install the mod and it works perfectly . No errors for me even in error log .
Github Profile
Android apps
Medium

How to enable Post Moderation

"For the wise man looks into space and he knows there is no limited dimensions." - Laozi

All support seeking PM's get microwaved

alexleitte

i don't understand this part...

Quoteemulate your package manager to SMF 2.0 RC2
http://all4pg.com [nofollow]

Joker™

Quote from: alexleitte on August 31, 2010, 08:00:38 AM
i don't understand this part...

Quoteemulate your package manager to SMF 2.0 RC2
go to packages in admin panel . In bottom u have a option " Advance" , click it. This will be written in it
"SMF 2.0 RC3" , change it to
"SMF 2.0 RC2"

after installing the mod change it back to RC3
Github Profile
Android apps
Medium

How to enable Post Moderation

"For the wise man looks into space and he knows there is no limited dimensions." - Laozi

All support seeking PM's get microwaved

alexleitte

#51
Really Thanks, my friend.
I had installed whit your metod. Now, i will look for erros.

YOU ARE MY HERO NOW!!! =)




Still showing errors in lines 2447, 2451 and 2452 in file: Sources/Subs-Post.php. I will continue using to see more erros in ERRORS LOGS.


2446: {
2447: if ($language === $user_info['language'])
2448: $context['response_prefix'] = $txt['response_prefix'];
2449: else
2450: {
2451: loadLanguage('index', $language, false);
http://all4pg.com [nofollow]

Bugo

Quote from: Rattler on July 22, 2009, 11:27:06 AM
works great, just one small non functional error (typo) in the english modifications file (./Themes/default/languages/Modifications.english.php):


$txt['changeallsubject'] = 'Chage Subject of All';


should probably be:


$txt['changeallsubject'] = 'Change Subject of All';


Fixed it in my theme, but maybe you want to fix it overall.

Rattler
Up

FragaCampos

Hey there.
My post.template file is a bit different because it was modified by another mod. Is there anyone available to check how do i have to edit it?

Bugo

@live627, in install20.xml find $ID_MEMBER_POSTER and replace with $id_member_poster (SMF 2!)...

live627

Thank you for catching that!

Bugo

Not at all.

Other errors: in install20.xml find block:
<operation>
<search position="before"><![CDATA[global $user_info, $modSettings, $smcFunc, $context]]></search>
<add><![CDATA[, $txt, $language;]]></add>
</operation>

and replace with:
<operation>
<search position="before"><![CDATA[global $user_info, $modSettings, $smcFunc, $context]]></search>
<add><![CDATA[, $txt, $language]]></add>
</operation>

because ";" is unnecessary...

And find line:
WHERE ID_TOPIC = {int:topicOptions}',
replace with:
WHERE id_topic = {int:topicOptions}',
because SMF 2 is using... :)

FragaCampos

Ok, i finally managed to install this without errors, but when i reply to some topic, i get the following error:

Parse error: syntax error, unexpected T_VARIABLE in Sources\Post.php on line 222

Anyone knows why this is happening?


FragaCampos

Errr... what does that mean exactly?  ::)

Advertisement: