Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /var/www/mybb-es.com/html/inc/functions.php on line 7422

Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /var/www/mybb-es.com/html/inc/functions.php on line 7422

Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /var/www/mybb-es.com/html/inc/functions.php on line 7422

Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /var/www/mybb-es.com/html/inc/functions.php on line 7422

Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /var/www/mybb-es.com/html/inc/functions.php on line 7422
Aver si me podéis solucionar este problema con MyPlaza - MyBB-Es.com
Contrata servicios web en ougcNetwork.
lo que quiere es menos cuadro de descripcion
exacto menos cuadro de descripción para que en la otra parte pueda poner nombres un poco más largos
Proba lo siguiente:
Anda al panel admin ->platillas y estilos -> plantillas -> plantillas globales
Busca plaza
en la plantilla busca lo siguiente:
<td rowspan="2" class="trow1" style="padding: 0px; width: 50%;" valign="top">
					<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" style="width: 100%; max-height: 400px;" id="plaza_itemlist">
						<tr class="tcat" id="plaza_itemlist_head">
							<td width="*">
								<strong>{$lang->plaza_item}</strong>
							</td>
							<td width="20%">
								<strong>{$lang->plaza_cost}</strong>
							</td>
							<td width="15%">
								<strong>{$lang->plaza_stock}</strong>
							</td>
							<td width="15%">
								<strong>{$lang->plaza_purchases}</strong>
							</td>
Cambialo por
<td rowspan="2" class="trow1" style="padding: 0px; width: 60%;" valign="top">
					<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" style="width: 100%; max-height: 400px;" id="plaza_itemlist">
						<tr class="tcat" id="plaza_itemlist_head">
							<td width="*">
								<strong>{$lang->plaza_item}</strong>
							</td>
							<td width="20%">
								<strong>{$lang->plaza_cost}</strong>
							</td>
							<td width="10%">
								<strong>{$lang->plaza_stock}</strong>
							</td>
							<td width="10%">
								<strong>{$lang->plaza_purchases}</strong>
							</td>
Y contame como te fue
Me fue perfecto!!!! muchas gracias un saludo!
tema solucionado de momento
Tema cerrado!
Motivo: Solucionado