Hello Guest
No Avatar
Profile of MLM  »  
Show Posts  »  
Sign In to Remove

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 - MLM

Pages: 1 [2] 3 4 ... 26
Posts: 
400
Posted: December 25, 2013, 12:43 PM
I have recently done some Halo themed work such as this Master Chief I rigged up and animated. Unfortunately I did not model the one featured in the video and is from hce.halomaps.org



I did take a shot at modeling a master chief as well. See the full version on deviantART




I also modeled the Battle Rifle. See the full version on deviantART:


Posts: 
400
Posted: October 9, 2013, 11:58 PM
Heya Espadon. I really like the yellow tag that says "Nelo". The shapes really compliment the main character.

On the Servium piece, you should use Lorem Ipsum dummy text to represent natural text without empty lanes of space between words.
Posts: 
400
Posted: October 2, 2013, 3:26 AM
You should make a new file with the template and put the file where you want your new page. So if you want to make a page at example.com/about/, put it in the /about/ directory on your server. Just make sure you change the relative path to SSI.php correct. Look for:
Code: [Select]
// Path to SSI.php
require('forums/SSI.php');

Please post back with more details on your problem as it is unclear at the moment.
Posts: 
400
Posted: August 16, 2013, 3:45 AM
Have another question ... might had them a lot so sorry for that ... so I would like to add a custom background on the page and fix it so the forum parts it self scroll but not the background.

Although your specific question could be answered by googling and looking at the stackoverflow.com results, you need to make a new topic in Web Questions for each question you have and not tack it on to other topics.
Posts: 
400
Posted: August 15, 2013, 2:21 AM
would be nc if u could make a tutorial about the bottom part of the forum ... like a info spot + affiliates + calendar or forum updates ... if u know what I mean _._

Ye I think I do, here are some examples:
Posts: 
400
Posted: August 15, 2013, 12:18 AM
Can it be modified [regarding copy right] like replacing logos?

The Pulse logo can definitely be changed. The only thing that needs to stay in tact is the passage in the footer.
Posts: 
400
Posted: July 19, 2013, 3:38 AM
You probably want it in the top bar where it says "Welcome, Guest. Please login or register." at the top.

Just find .top_bar in the index and place it appropirately. You probably don't want the <li> elements so just use:
Code: [Select]
', $context['greeting'], '
Posts: 
400
Posted: July 17, 2013, 8:41 PM
1. If you want to change the background then just edit this image in the theme:
Code: [Select]
images/theme/menu_gfx.png
2. Add a unique class name to the post body such as ".post_body_block" then add it to the css and style to your hearts content.

3. I don't have tinyportal but it is probably a margin, padding, or float issue.
Posts: 
400
Posted: May 20, 2013, 12:32 AM
Thank you, how do you use it?

I am not sure on your specific question now. Do you want to know how to manually do this or have the script do the work?

To run PHP, just put it on a server with PHP set up or if you want to run this locally you can run WAMP (for windows) or MAMP (for mac, I have never used)

Once you have a space that can execute PHP, just navigate to the demo folder in the browser and run the demos. You can change the image by just editing the demo file.
Posts: 
400
Posted: May 19, 2013, 11:37 AM
Here is a tutorial I made a while back on how to make a custom header for SMF.

Although it does not go over your specific issue, I think you can apply the concept.
Posts: 
400
Posted: May 19, 2013, 11:32 AM
Thank you

I just made a GitHub project called KmeansImage that will do everything you need. It's a simple php class that will give you all the options to find the dominant color of any png image.

The whole file is documented and there a couple demos that show how to use it.
Posts: 
400
Posted: May 19, 2013, 11:09 AM
Fixed some major bugs with the whole algorithm working and added a couple features

Feature Additions:
Ignore Extremities: Able to ignore the extreme white and black values that muddy up the dominant color
Black Level, White Level: define these thresholds
Posts: 
400
Posted: May 19, 2013, 11:09 AM
Fixed some major bugs with the whole algorithm working and added a couple features

Feature Additions:
ignoreExtremity: Able to ignore the extreme white and black values that muddy up the dominant color
blackLevel, whiteLevel: define these thresholds
Posts: 
400
Posted: May 17, 2013, 2:34 AM
Well to be honest, I am a novice at coding so that it probably why it seems like i am not "using my brain"

I have no problem with level of skill, just how much you are trying on your own.

You are going to want to put it in the function template_body_below(). Now before you open up the answer see if you know what to do.

Here are some hints. You need to put the quote inside #main_content_section but at the bottom of it. Find the matching </div> in template_body_below() and put your quote right above that.


Alright (now that you have tried), the top of that function should look like this:
[spoiler]
Code: [Select]
function template_body_below()
{
global $context, $settings, $options, $scripturl, $txt, $modSettings;

echo '
<div>
Domestic Cricket Forum is an unmoderated community, and thus we do not vet and are not responsible for any information which is posted upon this website. All content is viewed and used by you at your own risk and we do not warrant the accuracy or reliability of any of the information available. The views expressed are those of the individual members and not necessarily those of Domestic Cricket Forum. By using and viewing this site, you agree to the full site terms and conditions. Copyright © 2013. Domestic Cricket Forum
</div>
</div>
</div></div>';
[/spoiler]
Posts: 
400
Posted: May 17, 2013, 1:46 AM
So to get it in the desired place at the bottom of the page under the Shoutbox what code will it need to go after?

There is no magic code to put it at the bottom. You need to physically move that quote to the _below functions where you want it.

It seems that you aren't using your brain or thinking clearly on what the code is doing. Don't take the knee jerk reaction and come back to post "what do I need to do?". Just take a step back and try to decipher where you need to put it.
Pages: 1 [2] 3 4 ... 26
anything