News:

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

Main Menu

none of the mods are showing up

Started by Jessica., January 15, 2011, 01:15:52 PM

Previous topic - Next topic

NanoSector

Quote from: jchen on January 22, 2011, 05:45:22 PM
Now Global Headers Footers work!

I guess I have to painfully manually install every mod I want :/
I guess so, until someone finds a permanent fix...

Tip: refuse from installing big mods..they take LOADS of time to manually install.
My Mods / Mod Builder - A tool to easily create mods / Blog
"I've heard from a reliable source that the Answer is 42. But, still no word on what the question is."

Jessica.

okay now I'm trying to put in an icon for Global Headers Footers, so I went to /sources/admin.php.

I went to find this:


'globalhf' => array(
'label' => $txt['globalhf_title'],
'file' => 'globalhf2.php',
'function' => 'globalhf',
'custom_url' => $scripturl . '?action=admin;area=globalhf',
'icon' => '',
'subsections' => array(
'view' => array($txt['globalhf_settings']),
),
),



and couldn't find it. it vanished.........o_O I used Ctrl + F as a short cut. idk what happened........
Testing Zone - SMF 2.0.7, default Curve
School & Chat - phpBB3, over 170 mods installed, official live forum

I use the latest version of Chrome

phpBB: Forum = a section; Board = whole site
SMF: Forum = whole site; Board = a section

NanoSector

Quote from: jchen on January 22, 2011, 06:13:56 PM
okay now I'm trying to put in an icon for Global Headers Footers, so I went to /sources/admin.php.

I went to find this:


'globalhf' => array(
'label' => $txt['globalhf_title'],
'file' => 'globalhf2.php',
'function' => 'globalhf',
'custom_url' => $scripturl . '?action=admin;area=globalhf',
'icon' => '',
'subsections' => array(
'view' => array($txt['globalhf_settings']),
),
),



and couldn't find it. it vanished.........o_O I used Ctrl + F as a short cut. idk what happened........
You sure you uploaded the file after editing?

And...add it in again if it has vanished :P
My Mods / Mod Builder - A tool to easily create mods / Blog
"I've heard from a reliable source that the Answer is 42. But, still no word on what the question is."

Jessica.

yes I did the file operations

and I can't find

'current_theme' => array(
'label' => $txt['theme_current_settings'],


either
Testing Zone - SMF 2.0.7, default Curve
School & Chat - phpBB3, over 170 mods installed, official live forum

I use the latest version of Chrome

phpBB: Forum = a section; Board = whole site
SMF: Forum = whole site; Board = a section

Jessica.

Great, now there's a Database error


Database Error
User 'u732431303_jess5' has exceeded the 'max_updates' resource (current value: 5000)
File: /home/u732431303/public_html/smf_2-0-rc4_install (3)/Sources/Subs.php
Line: 2651
Testing Zone - SMF 2.0.7, default Curve
School & Chat - phpBB3, over 170 mods installed, official live forum

I use the latest version of Chrome

phpBB: Forum = a section; Board = whole site
SMF: Forum = whole site; Board = a section

Illori

sounds like you hit a max set by your host.

Jessica.

never mind that, that got fixed

Trying to install Member Color Link. now my forum is messed up


Parse error: syntax error, unexpected ';', expecting ')' in /home/u732431303/public_html/smf_2-0-rc4_install (3)/Sources/Subs-BoardIndex.php on line 261
Testing Zone - SMF 2.0.7, default Curve
School & Chat - phpBB3, over 170 mods installed, official live forum

I use the latest version of Chrome

phpBB: Forum = a section; Board = whole site
SMF: Forum = whole site; Board = a section

Jessica.

what does it even mean? I tried to see what the problem was on Line 261 but couldn't find ANYTHING. tried to remove the file edit for that file, didn't work either
Testing Zone - SMF 2.0.7, default Curve
School & Chat - phpBB3, over 170 mods installed, official live forum

I use the latest version of Chrome

phpBB: Forum = a section; Board = whole site
SMF: Forum = whole site; Board = a section

NanoSector

My Mods / Mod Builder - A tool to easily create mods / Blog
"I've heard from a reliable source that the Answer is 42. But, still no word on what the question is."

Jessica.

is there something I can use to easily find 261? Because I used a code edit that makes it look all weird and messed up (don't ask what it is)
Testing Zone - SMF 2.0.7, default Curve
School & Chat - phpBB3, over 170 mods installed, official live forum

I use the latest version of Chrome

phpBB: Forum = a section; Board = whole site
SMF: Forum = whole site; Board = a section

NanoSector

Quote from: jchen on January 23, 2011, 12:40:30 PM
is there something I can use to easily find 261? Because I used a code edit that makes it look all weird and messed up (don't ask what it is)
You can use Programmers Notepad or my Simple Notes, if you wish.
My Mods / Mod Builder - A tool to easily create mods / Blog
"I've heard from a reliable source that the Answer is 42. But, still no word on what the question is."

Illori

or even notepad++ which a lot of developers use with no problems.

NanoSector

Quote from: Illori on January 23, 2011, 01:34:26 PM
or even notepad++ which a lot of developers use with no problems.
I use both of the programs I mentioned with no problems (except for a nasty saving bug in Simple Notes but the latest developer version fixed that; though if you are editing one file at a time it should work fine too).
My Mods / Mod Builder - A tool to easily create mods / Blog
"I've heard from a reliable source that the Answer is 42. But, still no word on what the question is."

Illori

just giving another option, some people like to try more then one program before picking one they like

Road Rash Jr.

Like shooting a shot gun, no telling which pellet hits the target.
Never argue with an Idiot like myself, they just drag you down to their level then beat you with experience.

Jessica.

this is line 261

);

see? what's up with that??
Testing Zone - SMF 2.0.7, default Curve
School & Chat - phpBB3, over 170 mods installed, official live forum

I use the latest version of Chrome

phpBB: Forum = a section; Board = whole site
SMF: Forum = whole site; Board = a section

Jessica.

I removed that and still have an error

Parse error: syntax error, unexpected T_IF, expecting ')' in /home/u732431303/public_html/smf_2-0-rc4_install (3)/Sources/Subs-BoardIndex.php on line 263


Line 263 is:

if (!empty($row_board['id_member']))
Testing Zone - SMF 2.0.7, default Curve
School & Chat - phpBB3, over 170 mods installed, official live forum

I use the latest version of Chrome

phpBB: Forum = a section; Board = whole site
SMF: Forum = whole site; Board = a section

NanoSector

Try putting just ")" in the place of the line. If that doesn't work, try this:

     )
)
My Mods / Mod Builder - A tool to easily create mods / Blog
"I've heard from a reliable source that the Answer is 42. But, still no word on what the question is."

Jessica.

Okay I'll try that tomorrow. If it works, thanks. if not..uh well we'll find another way to fix it I guess..
Testing Zone - SMF 2.0.7, default Curve
School & Chat - phpBB3, over 170 mods installed, official live forum

I use the latest version of Chrome

phpBB: Forum = a section; Board = whole site
SMF: Forum = whole site; Board = a section

Adish - (F.L.A.M.E.R)

Are you using a custom theme?

If you cant change the permissions, contact your host to transfer all the file/folder permissions to your account and to 755 or 777 whichever is allowed.

Then create a folder named "temp" and then change its permission to 777 or 755.

Later try installing the mod.

Advertisement: