Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - Daniel

#91
Free Themes / Re: Reseller
November 07, 2014, 10:49:53 AM
Quote from: Porr on November 07, 2014, 09:14:58 AM
Thx :-)

I have some problem with the code for question 1. My forum breaks. Maybe a small error. I am not at home so can not debug.

and awnser 2 works perfect  ;D
Sorry, my mistake. The code is:
<li><a href="', $scripturl, '?action=unreadreplies">', $txt['unread_replies'], '</a></li>';
// Are there any members waiting for approval?
if (!empty($context['unapproved_members'])){
echo '
<li>', $context['unapproved_members'] == 1 ? $txt['approve_thereis'] : $txt['approve_thereare'], ' <a href="', $scripturl, '?action=admin;area=viewmembers;sa=browse;type=approve">', $context['unapproved_members'] == 1 ? $txt['approve_member'] : $context['unapproved_members'] . ' ' . $txt['approve_members'], '</a> ', $txt['approve_members_waiting'], '</li>';
}
echo'
#92
Free Themes / Re: Reseller
November 06, 2014, 08:04:05 PM
1. Search:
<li><a href="', $scripturl, '?action=unreadreplies">', $txt['unread_replies'], '</a></li>
Replace with:
<li><a href="', $scripturl, '?action=unreadreplies">', $txt['unread_replies'], '</a></li>';
// Are there any members waiting for approval?
if (!empty($context['unapproved_members']))
echo '
<li>', $context['unapproved_members'] == 1 ? $txt['approve_thereis'] : $txt['approve_thereare'], ' <a href="', $scripturl, '?action=admin;area=viewmembers;sa=browse;type=approve">', $context['unapproved_members'] == 1 ? $txt['approve_member'] : $context['unapproved_members'] . ' ' . $txt['approve_members'], '</a> ', $txt['approve_members_waiting'], '</li>';
}
echo'


2. Search:
<button type="button" class="btn btn-success dropdown-toggle" data-toggle="dropdown">
    +
  </button>


And change + for the word what you want.

3. When I have a little more of time, I will let the tutorial.
#93
Pre-sale Questions / Re: Namex/ZGames theme question
October 21, 2014, 02:29:16 PM
In the admin you have the options to change the background images, I recommend that the images have a 1920px of width and for the height that you want. They alone would fit the different screen resolutions.

Yes, we can add a custom border and create these sub menus.

It wouldn't be very difficult, you can install this mod: http://custom.simplemachines.org/mods/index.php?mod=3787, and then accomodate it.
#94
Pre-sale Questions / Re: Namex/ZGames theme question
October 18, 2014, 12:45:56 PM
Namex handles it like everyone else. If you want to do the background responsive, you have to make min 3 background images for different screen resolutions. Namex has already a green color similar to zGames, look here: http://i.imgur.com/sVh71zV.png

As much as ZGames and NAMEX has an extra menu above the header, but this extra menu don't have submenu.

Yes, it is possible add a login like Reseller.

Yes, you can add a button and moves with the picture in the slideshow.

zGames don't have a footermenu, only a option to add your own copyright.

Namex is not responsive, as well, this will not fit on mobiles versions in change zGame is responsive, and will fit on mobile versions.

Regards!
#96
Free Themes / Re: Reseller
October 10, 2014, 11:27:18 AM
Index.css (Themes/Reseller/css)
Search:
.pagelinks
{
        color: #EEE;
padding: 0.6em 0 0.4em 0;
}

Add after:
.pagelinks a, .nextlinks a
{
    color: #EEE;
}
#97
Free Themes / Re: Wrap
October 10, 2014, 11:13:51 AM
The link that you left doesn't work.
#99
Free Themes / Re: Reseller
October 04, 2014, 01:18:57 PM
Quote from: akshtsaklani7 on October 04, 2014, 01:12:07 PM
The nav bar issue will be visible if you log in and read any topic.
That ap
It appears that not finding a button to activate it so it creates one. Do this:
Add to the end of Reseller.css:
#button_forum{display: none;}
#100
Product Feedback / Re: Thank you for the awesome themes
October 04, 2014, 01:01:48 PM
Thanks for your feedback. We're very happy to see the people enjoy our works. Here we always try to innovate and provide better support but because of time costs us to do it.
#101
Free Themes / Re: Reseller
October 04, 2014, 12:56:00 PM
1. I don't see the error in the file. I registered on your forum and not see it.
2. It can be done. But it would be very difficult because it is being used boostrap for the menu and actually I don't know how, I have to put me to see.
3. Yes, you can. Just upload the images of the badges to  Themes/Reseller images and configure the ranges to display the badge.
4. index.template.php
Search:
<div class="col-lg-12">
', !empty($settings['reseller_copyright']) ? $settings['reseller_copyright'] : $context['forum_name'] .' &copy;' ,'
</div>';


Replace with:
<div class="col-lg-12">
', !empty($settings['reseller_copyright']) ? $settings['reseller_copyright'] : $context['forum_name'] .' &copy;' ,'
</div>
<div class="col-lg-12">
<a href="' .$scripturl . '?topic=6.0" target="_blank">Terms of Service</a>&nbsp;|&nbsp;
<a href="' .$scripturl . '?topic=4.0" target="_blank">Privacy Policy</a>&nbsp;|&nbsp;
<a href="' .$scripturl . '?topic=3.0" target="_blank">Site Rules</a>&nbsp;|&nbsp;
<a href="' .$scripturl . '?topic=12.0" target="_blank">Advertise</a>&nbsp;|&nbsp;
<a href="' .$scripturl . '?topic=9.0" target="_blank">We\'re Hiring</a>
</div>';
#102
Free Themes / Re: Reseller
September 29, 2014, 08:29:09 PM
#103
Free Themes / Re: Reseller
September 28, 2014, 01:11:11 AM
Quote from: akshtsaklani7 on September 28, 2014, 01:06:31 AM
The ultimate profile issue is solved.

SA shop is installed but i still don't see credits in the profile
ok, do this:
Display.template.php (Themes/Reseller)
Search:
// Show how many posts they have made.
if (!isset($context['disabled_fields']['posts']))
echo '
<li class="postcount"><img src="',$settings['images_url'] ,'/postcount.png" /> ', $message['member']['posts'], '</li>';


Add after:

// Begin shop Mod
echo '
<li>', $modSettings['shopprefix'], $message['member']['cash'], $modSettings['shopsurfix'], ' </li>';
echo'<li><a href="', $scripturl, '?action=shop;sa=inventory;next2=', $message['member']['username'], '">',$txt['View_Inventory'],'</a></li>
<li><a href="', $scripturl, '?action=shop;sa=gift;u=', $message['member']['username'], '">Send '.$modSettings['shopsurfix'].'/Gift </a></li>';
echo '<li>';
if ($modSettings['ShopIpDis'] == 1 && $modSettings['ShopIpPos'] == 0)
{
if (count($message['member']['shopitems']) != 0)
{
foreach ($message['member']['shopitems'] as $shopitem)
{
echo '<img src="',$settings['images_url'], '/shopimg/item_images/',$shopitem['image'],' " alt ="',$shopitem['desc'],'" />&nbsp;&nbsp;';
}

}
}
echo '</li>';
// End shop Mod


Search:
// Show the member's signature?

Add before:

if ($modSettings['ShopIpDis'] == 1 && $modSettings['ShopIpPos'] == 1)
{
if (count($message['member']['shopitems']) != 0)
{
echo '
<div class="signature">';
foreach ($message['member']['shopitems'] as $shopitem)
{
echo '<img src=" ',$settings['images_url'],'/shopimg/item_images/',$shopitem['image'],'" alt=" ',$shopitem['desc'],'" />&nbsp;&nbsp;';
}
echo '</div>';
}
}


And that's it.
Greetings!
#104
Free Themes / Re: Reseller
September 28, 2014, 12:52:18 AM
Try this. | Yes, you have to do manually the code of the error. If you can't find them, I will help you.
#105
Free Themes / Re: Reseller
September 28, 2014, 12:38:15 AM
1. That is not problem of the theme, is problem of the template of the mod. Attach your UltimateProfile.template.php (Themes/Default)
2. Yes, it is compatible. When you installed the mod, you checked the box to have effected changes in the theme?
3. Sorry, I don't know another mod. Have you tried searching for support on the official website of the mod?
4. It is a unique theme for this website.