MyBB Community Forums

Full Version: JAMPS - STEAM
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: WUSQa4r.png]

This is my thirteenth theme for MyBB, he himself called a "JAMPS - STEAM 1.2" style created for Mybb 1.8.

The theme is the new version of the original STEAMJAMPS, in this case it was recreated from scratch and fully optimized, including your changes as many images per CSS code were replaced, buttons like most choices are made with CSS this theme to be made ??100% in CSS, it is super light in his charge, and easy to modify it for each person.

Translated with Google.

Support for the theme is given in the following sites in this order of priority:

http://www.MyBB-Es.com
http://www.JAMPS.com.ar
http://www.JAMPS.org

Demo Online


You can change the theme from the footer "Quick theme change

*************************************************

Este es mi décimo tercer theme para MyBB, el mismo lo denomine "JAMPS - STEAM 1.2", estilo creado para Mybb 1.8.

El theme es la nueva versión del original STEAMJAMPS, en este caso el mismo fue recreado desde cero y optimizado completamente, entre sus cambios se reemplazaron la mayor cantidad posible de imágenes por código CSS, los botones como la mayoría de las opciones están realizadas con CSS,este theme al ser realizado 100% en CSS, el mismo es súper liviano en su carga, como fácil de modificar a gusto de cada persona.


El soporte para el theme se da en las siguientes webs en este orden de prioridad:

http://www.MyBB-Es.com
http://www.JAMPS.com.ar
http://www.JAMPS.org

Demo Online

Puedes cambiar el tema desde las opciones "Quick theme change".

*********************************

Vista previa en imagenes / Preview images:

http://i.imgur.com/PhA7zaC.png
http://i.imgur.com/bniPqHg.png
http://i.imgur.com/uuugwme.png
http://i.imgur.com/aZIH4fV.png
http://i.imgur.com/4unTcPJ.png
http://i.imgur.com/4m6Rgbc.png

*********************************

Download JAMPS - STEAM

[Image: EGlAze0.jpg]
Por favor.

..1 ...

[Image: DN57akJ.png]

....and 2..........................

[Image: Z3ypVzT.png]

Gracias.
Hola, para el punto 1:
Hello, for point 1:

reemplaza tu plantilla postbit / postbit_classic por esto:
replace your template postbit / postbit_classic with this:


{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<div class="post classic {$unapproved_shade}" style="{$post_visibility}" id="post_{$post['pid']}">
<div class="post_author scaleimages">
	<div class="author_information">
			<strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
			<span class="smalltext">{$post['usertitle']}</span><br />
	</div>
	<div class="postbit-avatar">{$post['useravatar']}</div>
	<div class="author_information">
			<span class="smalltext">
				{$post['userstars']}
				{$post['groupimage']}
			</span>
	</div>
	<div class="author_statistics">
		{$post['user_details']}
	</div>
</div>
<div class="post_content">
	<div class="post_head" title="{$post['subject_title']}">
		{$post['posturl']}
		{$post['icon']}
		<span class="post_date">{$post['postdate']} <span class="post_edit" id="edited_by_{$post['pid']}">{$post['editedmsg']}</span></span>
	{$post['subject_extra']}
	</div>
	<div class="post_body scaleimages" id="pid_{$post['pid']}">
		{$post['message']}
	</div>
	<br />
	{$post['attachments']}
	{$post['signature']}
	<div class="post_meta" id="post_meta_{$post['pid']}">
			{$post['quick_quote']}
	{$post['iplogged']}
	</div>
</div>
<div class="post_controls">
	<div class="postbit_buttons author_buttons float_left">
		{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}
	</div>
	<div class="postbit_buttons post_management_buttons float_right">
		{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quickrestore']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_purgespammer']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
	</div>
</div>
</div>

Y tambien la plantilla showthread por esto:
And also the template showthread with this:

<html>
<head>
<title>{$thread['subject']}</title>
{$headerinclude}
{$can_link}
<script type="text/javascript">
<!--
	var quickdelete_confirm = "{$lang->quickdelete_confirm}";
	var quickrestore_confirm = "{$lang->quickrestore_confirm}";
	var allowEditReason = "{$mybb->settings['alloweditreason']}";
	lang.save_changes = "{$lang->save_changes}";
	lang.cancel_edit = "{$lang->cancel_edit}";
	lang.quick_edit_update_error = "{$lang->quick_edit_update_error}";
	lang.quick_reply_post_error = "{$lang->quick_reply_post_error}";
	lang.quick_delete_error = "{$lang->quick_delete_error}";
	lang.quick_delete_success = "{$lang->quick_delete_success}";
	lang.quick_delete_thread_success = "{$lang->quick_delete_thread_success}";
	lang.quick_restore_error = "{$lang->quick_restore_error}";
	lang.quick_restore_success = "{$lang->quick_restore_success}";
	lang.editreason = "{$lang->postbit_editreason}";
// -->
</script>
<!-- jeditable (jquery) -->
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/report.js?ver=1800"></script>
<script src="{$mybb->asset_url}/jscripts/jeditable/jeditable.min.js"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/thread.js?ver=1800"></script>
</head>
<body>
	{$codebutquickedt}
	{$header}
	{$threadnotesbox}
	{$pollbox}
	<div class="float_left">
		{$multipage}
	</div>
	
		<table border="0" cellspacing="0" cellpadding="4" class="tborder" style="clear: both;">
        <tbody>
			<tr>
			<td class="thead" colspan="6">
				<div class="float_right">
					<span class="smalltext"><strong><a href="javascript:;" id="thread_modes">{$lang->thread_modes}</a>{$threadnoteslink}</strong></span>
				</div>
				<div class="float_left">
					<strong>{$thread['threadprefix']}{$thread['subject']}</strong>
				</div>
			</td>      
			</tr>
			<tr>
			<td class="tfoot" colspan="6">
				<div class="float_left">
					<strong>&laquo; <a href="{$next_oldest_link}">{$lang->next_oldest}</a> | <a href="{$next_newest_link}">{$lang->next_newest}</a> &raquo;</strong>
				</div>
			</td>
			</tr>
			<tr>
            <td width="50" class="trow1">
            <center><span class="recuadro1c"> {$lang->views} {$thread['views']}<br /> <img src="images/JAMPS-Black-Green-By-XEDE/show1a.png"></span></center>
            </td>
            <td width="50" class="trow1">
            <center><span class="recuadro1c"> {$lang->replies} <a href="javascript:MyBB.whoPosted({$thread['tid']});">{$thread['replies']}<br /> <img src="images/JAMPS-Black-Green-By-XEDE/reply1a.png"></a></span></center>
            </td>
            <td width="220" class="trow1" align="center">
			<td width="50" class="trow1">
			{$ratethread}
			</td>
            <td width="50" class="trow2" align="center">
			<div style="margin: 6px 0px;">
			{$newreply}
			</div></td>
			</tr>
			<tr>
			<td class="thead" colspan="6">
				<div>
					{$usersbrowsing}
				</div>
			</td>
		</tr>
		</tbody>
		</table>	
	<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder tfixed clear">
	<tr>	
	<td id="posts_container">
	<div id="posts">
		{$posts}
	</div>
	</td>
	</tr>
		<tr>
			<td class="tfoot">
				{$search_thread}
				<div>
					<strong>&laquo; <a href="{$next_oldest_link}">{$lang->next_oldest}</a> | <a href="{$next_newest_link}">{$lang->next_newest}</a> &raquo;</strong>
				</div>
			</td>
		</tr>
	</table>
	<div class="float_left">
		{$multipage}
	</div>
	<div style="padding-top: 4px;" class="float_right">
		{$newreply}
	</div>
	<br class="clear" />
	{$quickreply}
	{$threadexbox}
	{$similarthreads}
	<br />
	<div class="float_left">
		<ul class="thread_tools">
			<li class="printable"><a href="printthread.php?tid={$tid}">{$lang->view_printable}</a></li>
			{$sendthread}
			<li class="subscription_{$add_remove_subscription}"><a href="usercp2.php?action={$add_remove_subscription}subscription&amp;tid={$tid}&amp;my_post_key={$mybb->post_code}">{$add_remove_subscription_text}</a></li>
			{$addpoll}
		</ul>
	</div>

	<div class="float_right" style="text-align: right;">
		{$moderationoptions}
		{$forumjump}
	</div>
	<br class="clear" />
	{$usersbrowsing}
	{$footer}
	<div id="thread_modes_popup" class="popup_menu" style="display: none;"><div class="popup_item_container"><a href="showthread.php?mode=linear&amp;tid={$tid}&amp;pid={$pid}#pid{$pid}" class="popup_item">{$lang->linear}</a></div><div class="popup_item_container"><a href="showthread.php?mode=threaded&amp;tid={$tid}&amp;pid={$pid}#pid{$pid}" class="popup_item">{$lang->threaded}</a></div></div>
	<script type="text/javascript">
	// <!--
		if(use_xmlhttprequest == "1")
		{
			$("#thread_modes").popupMenu();
		}
	// -->
	</script>
	<script type="text/javascript">
		$(".author_avatar img").error(function () {
			$(this).unbind("error").closest('.author_avatar').remove();
		});
	</script>
</body>
</html>

Para el punto 2, cambia tu plantilla index por esto:
For item 2, change your template index with this:

<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
	lang.no_new_posts = "{$lang->no_new_posts}";
	lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>
<body>
{$header}
{$forums}
{$boardstats}
<br style="clear: both" />
{$footer}
</body>
</html>

Y finalmente reemplaza tu plantilla footer por esto:
And finally replace your template footer with this:

</div>
</div>
<div id="footer">
	<div class="upper">
		<div class="wrapper">
			{$lang_select}
			{$theme_select}
			<ul class="menu bottom_links">
				{$contact_us}
				<li><a href="{$mybb->settings['homeurl']}">{$mybb->settings['homename']}</a></li>
				<li><a href="#top">{$lang->bottomlinks_returntop}</a></li>
				<li><a href="<archive_url>">{$lang->bottomlinks_litemode}</a></li>
				<li><a href="{$mybb->settings['bburl']}/misc.php?action=syndication">{$lang->bottomlinks_syndication}</a></li>
			</ul>
		</div>
	</div>
	<div class="lower">
		<div class="wrapper">
			<span id="current_time">{$lang->welcome_current_time}</span>
			<span id="copyright">
				<!-- MyBB is free software developed and maintained by a volunteer community.
					It would be much appreciated by the MyBB Group if you left the full copyright and "powered by" notice intact,
					to show your support for MyBB.  If you choose to remove or modify the copyright below,
					you may be refused support on the MyBB Community Forums.

					This is free software, support us and we'll support you. -->
				{$lang->powered_by} <a href="http://www.mybb.com" target="_blank">MyBB{$mybbversion}</a>, &copy; 2002-{$copy_year} <a href="http://www.mybb.com" target="_blank">MyBB Group</a>.
				<!-- End powered by -->
			</span>
          <span class="smalltext">
					| Theme <a href="http://jamps.com.ar/" title="Theme JAMPS - STEAM" target="_blank">JAMPS - STEAM</a> Created by <a href="http://www.jamps.com.ar" title="www.XEDE.com.ar" target="_blank">XEDE</a> | <a href="http://jamps.org" title="JAMPS Web" target="_blank">JAMPS</a> | Soporte en <a href="http://www.Mybb-Es.com" title="Soporte para Foros Mybb en Español" target="_blank"> Mybb-Es</a> | <a href="http://www.NunHost.com" title="NunHost Web Hosting para todos" target="_blank">NunHost</a></span>
		</div>
		</div>
	</div>
</div>
<!-- The following piece of code allows MyBB to run scheduled tasks. DO NOT REMOVE -->{$task_image}<!-- End task image code -->
{$auto_dst_detection}
</div>

Si necesitas algun otro cambio avisa, saludos.
If you need some other change alerts, greetings.

Traducido con Google.
Translated with Google.
Gracias por toda su ayuda. +1 reputación

Thank you for all your help. +1
Update 1.3: JAMPS - STEAM 1.3

Correction on the path to the images of the theme, and other visual enhancements.
Correccion en la ruta a las imagenes del theme, y otras mejoras visuales.
(2014-12-22, 05:45 AM)XEDE Wrote: [ -> ]Update 1.3: JAMPS - STEAM 1.3

Correction on the path to the images of the theme, and other visual enhancements.
Correccion en la ruta a las imagenes del theme, y otras mejoras visuales.

Hi,

I would like to thank for such a good theme.

I need your help with some issues pointed at the image below. Here is the list of where I need your help:

1) I want to remove completely that side in black box.

2) I want to change the place of social links, and put them the gap between register and search, which is pointed out.

3) I want to remove that banner(grand teft auto banner) completely.

I hope you help me out with those issues.

Thank you WHO ever spares time and helps me.


[Image: Change.jpg]
(2015-05-31, 08:36 PM)kunt Wrote: [ -> ]
(2014-12-22, 05:45 AM)XEDE Wrote: [ -> ]Update 1.3: JAMPS - STEAM 1.3
Correction on the path to the images of the theme, and other visual enhancements.
Correccion en la ruta a las imagenes del theme, y otras mejoras visuales.
Hi,
I would like to thank for such a good theme.
I need your help with some issues pointed at the image below. Here is the list of where I need your help:
1) I want to remove completely that side in black box.
2) I want to change the place of social links, and put them the gap between register and search, which is pointed out.
3) I want to remove that banner(grand teft auto banner) completely.
I hope you help me out with those issues.
Thank you WHO ever spares time and helps me.
http://s7.postimg.org/dlkxvwz4b/Change.jpg

Hello, first of all you should do this query on the thread of the theme "JAMPS - GamerZone" since this thread is about another theme.

I answer your questions:
1) You need to remove or edit the code to your taste in templates go to your "ACP -> Header Templates -> header".

2) Likewise you have to move the code from your social sites template "Header" to your template "header_welcomeblock_guest".

3) Remove to leave no logo ?, then you do from your ACP options theme, either change or remove the logo, if you want to edit it more personalized, you have to edit the code of it in the template "Header" in your ACP, to modify other aspects of the code logo Search "#logo" in your global.css, according to modification want to achieve.

Translated with Google.

------------------------------------

Hola, primero que nada tendrías que hacer esta consulta en el hilo del theme "JAMPS - GamerZone", ya que este hilo es sobre otro theme.

Te respondo tus consultas:
1)Tienes que eliminar o editar el codigo a tu gusto en las plantillas ir a tu "ACP-->Header Templates ->header".

2) De igual forma tienes que mover el codigo de los sitios sociales desde tu plantilla "Header" a tu plantilla "header_welcomeblock_guest".

3)Eliminar para no dejar ningun logo?, en ese caso lo haces desde tu ACP en las opciones del theme, ya sea cambiar o eliminar el logo, si quieres editarlo de forma mas personalizada, tienes que editar el codigo del mismo en la platilla "Header" en tu ACP, para modificar otros aspectos del logo busca el codigo "#logo" en tu Global.CSS, segun que modificacion quieras realizar.

Traducido con Google.
Nice looking theme,
(2014-10-30, 07:07 PM)XEDE Wrote: [ -> ]ok ok
dear xede, i look at your themes, i love it the portal is awesome

Rather took from you for free, i would like to buy the themes, BUT
will you have time to setup the forum and modified your themes a little

please contact me at
whatsapp +6281806986587, i want to chat with you but i dont know your number

i will tell you what i want to create
please help me buy themes from you Smile really love it, only need a little modified and cross device compatibility
Amazing Work man