pure
Member
Hi a question in his aardvarktopsites found
$ TMPL ['categories_menu'] .= "</ select>";
if ($ CONF ['max_banner_width'] & & $ CONF ['max_banner_height']) {
$ TMPL ['join_banner_size'] = sprintf ($ lng ['join_banner_size'], $ CONF ['max_banner_width'], $ CONF ['max_banner_height']);
}
else {
$ TMPL ['join_banner_size'] ='';
}
eval (PluginManager:: getPluginManager () -> pluginHooks ('join_fields'));
if (isset ($ TMPL ['username'])) {$ TMPL ['username'] ='';}
if (isset ($ TMPL ['url'])) {$ TMPL ['url'] = 'http://';}
if (isset ($ TMPL ['title'])) {$ TMPL ['title'] ='';}
if (isset ($ TMPL ['description'])) {$ TMPL ['description'] ='';}
if (isset ($ TMPL ['banner_url'])) {$ TMPL ['banner_url'] = 'http://';}
if (isset ($ TMPL ['email'])) {$ TMPL ['email'] ='';}
if (isset ($ TMPL ['url'])) {$ TMPL ['url'] = stripslashes ($ TMPL ['url']);}
if (isset ($ TMPL ['title'])) {$ TMPL ['title'] = stripslashes ($ TMPL ['title']);}
if (isset ($ TMPL ['description'])) {$ TMPL ['description'] = stripslashes ($ TMPL ['description']);}
if (isset ($ TMPL ['category'])) {$ TMPL ['category'] = stripslashes ($ TMPL ['category']);}
if (isset ($ TMPL ['banner_url'])) {$ TMPL ['banner_url'] = stripslashes ($ TMPL ['banner_url']);}
if (isset ($ TMPL ['email'])) {$ TMPL ['email'] = stripslashes ($ TMPL ['email']);}
Found on Visio course in join.php
But when a member joins the line there are not inserted your banner, of course it is found in members area in visio.
my question, since no members put the banner because it is too used to do without going through the registration area from members how to solve this problem
How to make the line appear in the registration
Thank you in advance
$ TMPL ['categories_menu'] .= "</ select>";
if ($ CONF ['max_banner_width'] & & $ CONF ['max_banner_height']) {
$ TMPL ['join_banner_size'] = sprintf ($ lng ['join_banner_size'], $ CONF ['max_banner_width'], $ CONF ['max_banner_height']);
}
else {
$ TMPL ['join_banner_size'] ='';
}
eval (PluginManager:: getPluginManager () -> pluginHooks ('join_fields'));
if (isset ($ TMPL ['username'])) {$ TMPL ['username'] ='';}
if (isset ($ TMPL ['url'])) {$ TMPL ['url'] = 'http://';}
if (isset ($ TMPL ['title'])) {$ TMPL ['title'] ='';}
if (isset ($ TMPL ['description'])) {$ TMPL ['description'] ='';}
if (isset ($ TMPL ['banner_url'])) {$ TMPL ['banner_url'] = 'http://';}
if (isset ($ TMPL ['email'])) {$ TMPL ['email'] ='';}
if (isset ($ TMPL ['url'])) {$ TMPL ['url'] = stripslashes ($ TMPL ['url']);}
if (isset ($ TMPL ['title'])) {$ TMPL ['title'] = stripslashes ($ TMPL ['title']);}
if (isset ($ TMPL ['description'])) {$ TMPL ['description'] = stripslashes ($ TMPL ['description']);}
if (isset ($ TMPL ['category'])) {$ TMPL ['category'] = stripslashes ($ TMPL ['category']);}
if (isset ($ TMPL ['banner_url'])) {$ TMPL ['banner_url'] = stripslashes ($ TMPL ['banner_url']);}
if (isset ($ TMPL ['email'])) {$ TMPL ['email'] = stripslashes ($ TMPL ['email']);}
Found on Visio course in join.php
But when a member joins the line there are not inserted your banner, of course it is found in members area in visio.
my question, since no members put the banner because it is too used to do without going through the registration area from members how to solve this problem
How to make the line appear in the registration
Thank you in advance