Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

+- Forum Stats

Members
Total Members: 4257
Latest: Alex998.
New This Month: 1
New This Week: 0
New Today: 0
Stats
Total Posts: 43295
Total Topics: 7523
Most Online Today: 230
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 198
Total: 198

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

Pages: [1]
1
Latest Themes / [Theme] RuneScape theme
« on: October 16, 2008, 04:20:11 pm »
RuneScape theme
Link to Theme Page
Author: Kalphiter
SMF Version: 1.1.6
Description: The new RuneScape theme. Please note this was based off of the forums, and not the main page.
Tiny Screnshot:

2
Theme Talk / Re: Umm? Expand/collapse on first cat don't show!
« on: October 06, 2008, 03:09:49 pm »
bump

--

woops didn't realize bump wasn't necessary lol.

3
Latest Mods / Re: [Mod] Chat in SMF
« on: October 05, 2008, 09:38:45 am »
This is good finding out how to make new pages :)

4
Theme Talk / Re: Hello (username) text colour.
« on: October 05, 2008, 09:35:59 am »
Find
', $txt['hello_member_ndt'], '
In index.template.php(this file shows everywhere on the forum, it is the very top and bottom).

Make it:
<font color="FFFFFF">', $txt['hello_member_ndt'], '</font>

5
Theme Talk / Umm? Expand/collapse on first cat don't show!
« on: October 04, 2008, 08:49:19 am »
This happens on all themes I use.

I did not edit BoardIndex.php, only the image collapse.gif/expand.gif. However, this happened on the theme I didn't even edit.

The expand/collapse option is missing from the board index on the first category!

6
Suggestions / Error in CSS, should be fixed.
« on: September 24, 2008, 09:43:08 pm »
There is an error in which this should be aligned to the right since the standard is the left.

Basically anything to do with tabs(ending in _last):
Code: (CSS) [Select]
.maintab_active_last
{
background: url(images/maintab_active_last.gif) right bottom no-repeat;
width: 8px;
}

---------

.maintab_last
{
background: url(images/maintab_last.gif) right bottom no-repeat;
width: 8px;
}

============

.mirrortab_last
{
background: url(images/mirrortab_last.gif) right top no-repeat;
width: 8px;
}

.mirrortab_active_last
{
background: url(images/mirrortab_active_last.gif) right top no-repeat;
width: 8px;
}

7
Modifications Talk / Re: Chat help!
« on: September 07, 2008, 09:21:05 pm »
Deleted from both the /Sources/ and /themename/ directory.

8
Modifications Talk / Re: How to set a title for a page?
« on: September 07, 2008, 09:19:49 pm »

9
Modifications Talk / Re: How to set a title for a page?
« on: August 30, 2008, 10:07:18 am »
Set in the Sources file using
$context['page_title']

Example:
Code: [Select]
$context['page_title'] = 'My Page';
Thanks you own.

But where do I put it?
Code: (PHP) [Select]
<?php
function Forumchat ()
{
 
loadTemplate('chat');
}
?>


10
Modifications Talk / How would I go around fixing the headers?
« on: August 29, 2008, 07:43:14 pm »
I want to move my headers(yes the global headers/footers mod) to the very top of the forums, and I don't know where to move what to where. Any help?

11
Modifications Talk / Re: How Do I make a Hack?
« on: August 29, 2008, 07:40:27 pm »
sweet. I guess I just dont get how to code it :(

You should charge for lessons
Especially with people who ad-block.

12
Modifications Talk / How to set a title for a page?
« on: August 29, 2008, 07:22:31 pm »
Code: (PHP) [Select]
<?php

function template_main()

{

echo 
'

<table cellspacing="1" cellpadding="5" width="100%">
<tr>
<td class="catbg" align="center"><b>Chat</b></td>
</tr>

<tr>
<td class="windowbg2" align="center">

<table border="0" width="100%" bgcolor="silver">
<tbody>
<tr class="catbg" width="100%">
<td width="100%">&nbsp;Meglio Scape</td>
</tr>
<tr width="100%">
<td class="smalltext" width="100%">
<p style="text-align: center;"><a name="chat"></a> 
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="540" height="405" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0">
<param name="name" value="chat" />
<param name="align" value="middle" />
<param name="flashvars" value="id=31746992" />
<param name="src" value="http://www.xatech.com/web_gear/chat/chat.swf" /><embed type="application/x-shockwave-flash" width="540" height="405" src="http://www.xatech.com/web_gear/chat/chat.swf" flashvars="id=31746992" align="middle" name="chat"></embed>
</object>
</p>
</td>
</tr>
</tbody>
</table>

</tr>



<tr>
<td class="catbg"><center><b>SMF ,&nbsp; ZeRo ToleRance © 2008-2009</b></center></td>


</center>


</table>

'
;
}

?>

How would I set the title of that page as in <title></title> because I looked in source and it the tags have nothing in it.

13
You should check out SSI that includes all the functions to load themes  and integrate with SMF.
Thank-you chosen one.

14
I want to make new pages on my forums but not as a mod. Can anyone explain the process on using

loadTemplate(..);

and how to make new pages?

Pages: [1]

+- Recent Topics

Please Help! by SMFHacks
April 17, 2024, 08:04:55 am

Rate own images by fvlog19
April 11, 2024, 10:56:53 am

Tidy Child Boards on 2.1.4 by SMFHacks
April 04, 2024, 03:54:12 pm

Problems SMF 2.0.19 > 2.1.4 SMF Gallery Pro - Recents Images to overall header by Michel68
March 30, 2024, 12:41:08 pm

Can't DROP 'id_member'; check that column/key exists Datei: by SMFHacks
March 30, 2024, 11:58:20 am

No thumbnails on new uploads by Tonyvic
March 29, 2024, 06:26:18 am

Display the Contact Page for guests by SMFHacks
March 27, 2024, 10:55:43 am

is it possible to add support for odysee.com by fvlog19
March 21, 2024, 08:47:51 am

Request for admin notification by davejo
March 10, 2024, 01:31:59 am

I need help with torrent upload by Ineedsmfhelp
March 09, 2024, 10:01:13 pm

Powered by EzPortal