Q:If I by some reason want's to downgrade back to 2.0.2..

zKiLL wrote: Thanks!
I have uninstalled old 2.0.1, couse there is no patch from 2.0.1 to 2.0.2 )) to upgrade 2.0.2 to 3.0.0 ))
Everything works fine, but i got some questions:
1) "Why PM checkbox is disabled in Board_config_body.tpl?"
2) "Why, when i enable it - nothing happens?"
3) "Will it works in next version? Will be a FORM to edit PM Greetings Message?"
4) Or i've installed something wrong?
TerraFrost wrote: You shouldn't need to do anything. Sure, there may be an extra column or two that 2.0.2 won't utilize, but that won't break 2.0.2.
That said, I'm not going to provide support for downgrading...
wads24 wrote: i could never get tera's b day mod to work...
hey, i am looking for a addon on to neils birthday_1.5.9em mod... it adds the birtdays at the botom of the index page... i have had it before, but don't know where it is now... can anyone help?
iEric wrote: ok, the faded PM checkbox shows up "checked" when I've enable the popupbox in ACP config. In users profile it shows up the 2 options "dont send or popup".
Memberlist: lang file says - $lang['Age'] = 'Age: %d<br />'; and that is what is showing up.![]()
"%d"? ..and no ages in that column/user either. And the droplist leaves a blank(empty) line where you chose what to sort by.
And this "next birthday"? (birthday2)
Code: Select all
##############################################################
## MOD Title: Birthday Cake for TerraFrost's Birthdays
## MOD Author: KasLimon < ganko@iesmg.es > (N/A) http://www.iesmg.es
## MOD Description: This shows a birthday cake in the viewtopic if it's user birthday
## MOD Version: N/A
## Demo Forum http://www.kmorph.com
## Dowload http://www.kmorph.com/viewtopic.php?t=459
##
## Installation Level: Easy
## Installation Time: 5 Minutes
## Files To Edit: viewtopic.php
## language/lang_english/lang_main.php
## templates/subSilver/subSilver.cfg
## templates/subSilver/viewtopic_body.tpl
##
## Included Files: birthdaycake.gif
##
##############################################################
## MOD History:
## -Not released-
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################
TerraFrost wrote: TMorph - Nice idea - thanks
Do you have to be logged in to download the MOD?
iEric - you're right about the upgrade. Hmmm. Didn't notice that. Maybe the other issues are similarly caused (the upgrade is definitely less well vetted then the full install)
Code: Select all
$mode_types_text = array($lang['Sort_Joined'], $lang['Sort_Username'], $lang['Sort_Location'], $lang['Sort_Posts'], $lang['Sort_Age'], $lang['Sort_Email'], $lang['Sort_Website'], $lang['Sort_Top_Ten']);
'joined', 'username', 'location', 'posts', 'age', 'email', 'website', 'topten');
TerraFrost wrote: From your memberlist.php file:
You deleted "$mode_types = array(" (which, btw, isn't something this MOD asks you to do...). Try adding it back.Code: Select all
$mode_types_text = array($lang['Sort_Joined'], $lang['Sort_Username'], $lang['Sort_Location'], $lang['Sort_Posts'], $lang['Sort_Age'], $lang['Sort_Email'], $lang['Sort_Website'], $lang['Sort_Top_Ten']); 'joined', 'username', 'location', 'posts', 'age', 'email', 'website', 'topten');
As for usercp_register.php... you don't appear to have any syntax errors in it. You say your profile page doesn't open. What does that mean? Are you unable to edit your profile or are you unable to view your profile? If the latter, you've given me the wrong file - I need usercp_viewprofile.php.
Also, how, exactly, does it "not open"? Does any text appear?