News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

Customize 'Child board'

Started by Eudemon, June 03, 2009, 02:23:17 AM

Previous topic - Next topic

Jessica.

Quote from: Spoogs on July 01, 2011, 04:29:31 PM
Quote from: Jessica. on July 01, 2011, 04:01:04 PM
when I change it to "Sub-Forum" I get this error on the index page

Fatal error: require_once() [function.require]: Failed opening required '/Subs-Editor.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/jessicat/public_html/forum/Sources/Load.php(2527) : eval()'d code on line 232
Disable template evaluation.. Admin>> Configuration>> Server Settings>> General.. uncheck the box (save), then clear your error log and report back with any new errors (if any)

it's already unchecked. It's never been checked :S
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

Eudemon

ok i found the solution

it's because $sourcedir is not declared as global in custom theme's boardindex

i will update the mod right now

Eudemon

the fixed version 2.2 is out now
you can download it from the mod site

Jessica.

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

Eudemon

2.3 released
!bbc support removed for 1.x ver
*minor code changes
+spanish es/latin language added (thanks to Kiel D-04)

please upgrade it if you're using 1.x smf (tested bbc feature unsupported in 1.x)

for 2.x users, upgrade is optional

Eudemon

#105
2.4 released

!fixed a bug on board index displaying raw bbc codes
*coding improved


screenshot of board index added

Eudemon

2.5 released
+Support smf 2.0.2
!changed redirect path and text
+added readme

saw

Great mod, thanks.

This is a stupid little thing, but how would I go about removing the : (the colon) which is automatically inserted? This in case I don't want any new name at all.

Eudemon

what colon?
can you gimme some screenshot examples

saw

#109


For example, I might want this to just say "test board", with no description in front of it, and therefore no need for a colon.


Eudemon

#110
go to BoardIndex.template in your theme
find
<strong>', !empty($settings['scn']) ? $settings['scn'] : $txt['parent_boards'], '</strong>: ', implode(', ', $children), '
change to
<strong>', !empty($settings['scn']) ? $settings['scn'] : $txt['parent_boards'], '</strong> ', implode(', ', $children), '

Arantor

That will break it! The : in there is absolutely required.
Holder of controversial views, all of which my own.


Eudemon

oopcy wasn't paying attention, i just break the short hand if statement.. lemme change it
thanks for pointing out, i guess too much diablo for me

Eudemon

update, the previous code has been updated, tested working fine

saw


FireDitto

Hi, I got a small issue;

Quote
An Error Has Occurred!
This package cannot be uninstalled, because there is no uninstaller!

Please contact the mod author for more information.

I wanted to do an uninstall/reinstall to quickly add it to the additional layouts I've included since I first installed the mod.
Second Pass Weyr<br />An AU Pernse RPG<br /><br />SMF 2.0.6 with SP 2.3.5

Eudemon

2.6
+Support smf 2.0.3 (Should support all future updates)
!Updated codes

Eudemon

Quote from: FireDitto on December 23, 2012, 12:44:32 AM
Hi, I got a small issue;

Quote
An Error Has Occurred!
This package cannot be uninstalled, because there is no uninstaller!

Please contact the mod author for more information.

I wanted to do an uninstall/reinstall to quickly add it to the additional layouts I've included since I first installed the mod.

replace your current files / zip with the updated one
then you should be able to do uninstall and install

lemme know find you find any bug

FireDitto

Quote from: Eudemon on December 23, 2012, 02:03:52 PM
Quote from: FireDitto on December 23, 2012, 12:44:32 AM
Hi, I got a small issue;

Quote
An Error Has Occurred!
This package cannot be uninstalled, because there is no uninstaller!

Please contact the mod author for more information.

I wanted to do an uninstall/reinstall to quickly add it to the additional layouts I've included since I first installed the mod.

replace your current files / zip with the updated one
then you should be able to do uninstall and install

lemme know find you find any bug

:/ I'm not sure how to go about doing that, sorry. x.x
Second Pass Weyr<br />An AU Pernse RPG<br /><br />SMF 2.0.6 with SP 2.3.5

Eudemon

Quote from: FireDitto on December 24, 2012, 05:28:09 AM
:/ I'm not sure how to go about doing that, sorry. x.x

oops, sorry forgot the simplest way is just do an emulate uninstall
go to your package manager, click advance, then enter "SMF 2.0.2", uninstall, then install the newer one
lemme know if it doesn't work for you

Advertisement: