Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

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

+- Forum Stats

Members
Total Members: 4255
Latest: andreios
New This Month: 3
New This Week: 1
New Today: 0
Stats
Total Posts: 43259
Total Topics: 7518
Most Online Today: 201
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 1
Guests: 185
Total: 186

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 - Rik©

Pages: [1]
1
Bugs / Show Unread
« on: November 11, 2006, 03:20:26 am »
Hi 8)

I noticed that the 'Show unread' function doesn't work...
And i'm sure that there are posts/topics i haven't read (has been a few days since my last visit).

- Rik©

2
Modifications Talk / Re: AdminCP Member PM Viewer
« on: October 25, 2006, 02:49:24 am »
Yes... i agree.
A PRIVATE message should stay private.

In RC3 you can enable reporting of personal messages....
Quote from: admin help
This option allows your users to report personal messages they receive to the administration team. This may be useful in helping to track down any abuse of the personal messaging system.

- Rik©

3
Site Discussion / Re: OK I need SSI help
« on: October 20, 2006, 03:13:40 am »
But in looking at it now that it all works and such, I think it would look better if the text boxes were black with a white drop shadow and white text were to apper as you entered your info.

Use inline style.....

I've edited the code that usermike3969 posted.
The input fields (should) have white borders, white font color and a black background now...

Code: [Select]
// Shows a login box.
function ssi_login($redirect_to = '', $output_method = 'echo')
{
    global $scripturl, $txt, $user_info;

    if ($redirect_to != '')
        $_SESSION['login_url'] = $redirect_to;

    if ($output_method != 'echo' || !$user_info['is_guest'])
        return $user_info['is_guest'];

    echo '
        <form action="', $scripturl, '?action=login2" method="post">
            <table border="0" cellspacing="1" cellpadding="0" class="ssi_table">
                <tr>
                    <td align="right"><label for="user">', $txt[35], ':</label>&nbsp;</td>
                    <td><input style="border-color: rgb(255, 255, 255); color: rgb(255, 255, 255); background-color: rgb(0, 0, 0);"
 type="text" id="user" name="user" size="9" value="', $user_info['username'], '" /></td>
                    <td align="right">&nbsp;<label for="passwrd ">', $txt[36], ':</label>&nbsp;</td>
                    <td><input style="border-color: rgb(255, 255, 255); color: rgb(255, 255, 255); background-color: rgb(0, 0, 0);"
 type="password" name="passwrd" id="passwrd" size="9" /></td>
                    <td><input type="hidden" name="cookielength" value="-1" /></td>
                    <td><input type="submit" value="', $txt[34], '" /></td>
                </tr>
            </table>
        </form>';
}


- Rik©

4
Presales for Products / Re: Language Packs
« on: October 18, 2006, 11:10:30 am »

Just a thought.....

SMFHacks could open a topic with the lang files (Gallery.english.php?) of both versions attached so members could translate it for SMFHacks.....

- Rik©

Pages: [1]

+- Recent Topics

No thumbnails on new uploads by SMFHacks
March 27, 2024, 02:10:41 pm

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

an idea for new mod (( content type with different display )) by SMFHacks
February 27, 2024, 01:36:27 pm

[Mod] RSS Feed Poster by SMFHacks
February 27, 2024, 11:57:18 am

find duplicate pictures by fvlog19
February 14, 2024, 02:22:40 pm

Error uploading video. by SMFHacks
February 08, 2024, 02:04:16 pm

Gallery icon as last added image by fvlog19
February 01, 2024, 01:04:56 pm

Powered by EzPortal