Previous Thread
Next Thread
Print Thread
Rate Thread
Joined: Sep 2001
Posts: 71
Member
Member
Offline
Joined: Sep 2001
Posts: 71
This makes your little New Reply and New Topic a little shorter (With all the same stuff of course.. wink )

Download: Here

Screenshots: New Topic
New Reply

Please post feedback, comments, suggestions, and conflicts.
Greets smile

Halo

Sponsored Links
Joined: Feb 2000
Posts: 4,625
Member
Member
Offline
Joined: Feb 2000
Posts: 4,625
Nice work.

Joined: Sep 2001
Posts: 71
Member
Member
Offline
Joined: Sep 2001
Posts: 71
Thanks, considering this is my first successful hack wink

Joined: Oct 2001
Posts: 572
Member
Member
Offline
Joined: Oct 2001
Posts: 572
Very good work Halo now i expect you to install it on ecf. wink

Joined: Sep 2001
Posts: 71
Member
Member
Offline
Joined: Sep 2001
Posts: 71
Yep, all done: After I installed it I noticed that long smiley stretched out a table. So, if you add smileys, make sure they arent too big or your new reply/topic will get a little stretched smile

Greets.
Halo

Sponsored Links
Joined: Jun 2001
Posts: 2,849
Spotlight Winner
Spotlight Winner
Offline
Joined: Jun 2001
Posts: 2,849
I like the idea, I needed tons more space for the smilies though.

Click here for a screenie.

There are 4 or 5 more rows of smilies that extend beyond the bottom of that pic. That's one of the reasons I use the quick reply so modem users can avoid them.

Joined: Oct 2001
Posts: 28
Junior Member
Junior Member
Offline
Joined: Oct 2001
Posts: 28
TheX, mind showing us how you did that? lol

Joined: May 2001
Posts: 6,708
Member
Member
Offline
Joined: May 2001
Posts: 6,708
How he made the smilies like that? Easy, he just removed the UBB Code Buttons from that table and edited the row code in public_common.pl.

Joined: Jul 2002
Posts: 45
Member
Member
Offline
Joined: Jul 2002
Posts: 45
how would I make the font size of the options"show signature, close thread and disable smilies" small again?

Joined: Sep 2001
Posts: 71
Member
Member
Offline
Joined: Sep 2001
Posts: 71
What do you mean? Could you show me an example?

Sponsored Links
Joined: Jul 2002
Posts: 45
Member
Member
Offline
Joined: Jul 2002
Posts: 45
screen

before, the options were at size 1 by default. now they're at 2.

Joined: Sep 2001
Posts: 71
Member
Member
Offline
Joined: Sep 2001
Posts: 71
In the reply form change
Quote
code:
Code
<td>
<textarea name="message" rows="12" cols="50" wrap="virtual" onkeyup="storeCaret(this);" onclick="storeCaret(this);">$insert_reply_to</textarea>$show_sig$disable_smilies$close_option


<input type="submit" name="submit" value="$vars_wordlets{submit_new_reply}" onclick="ClosePreviewWindow()" />
$preview_button
</td></tr>

to
code:
[qb]
Code
<td>
<textarea name="message" rows="12" cols="50" wrap="virtual" onkeyup="storeCaret(this);" onclick="storeCaret(this);">$insert_reply_to</textarea><font size="1" face="$vars_style{FontFace}">
$show_sig$disable_smilies$close_option</font>


<input type="submit" name="submit" value="$vars_wordlets{submit_new_reply}" onclick="ClosePreviewWindow()" />
$preview_button
</td></tr>
[/qb]
And in new topic change
Quote
code:
Code
<textarea name="message" rows="12" cols="50" wrap="virtual" onkeyup="storeCaret(this);" onclick="storeCaret(this);">$insert_reply_to</textarea>$show_sig$disable_smilies$close_option


<input type="submit" name="submit" value="$vars_wordlets{submit_new_topic}" onclick="ClosePreviewWindow()" />
$preview_button
</td></tr>

to
code:
[qb]
Code
<textarea name="message" rows="12" cols="50" wrap="virtual" onkeyup="storeCaret(this);" onclick="storeCaret(this);">$insert_reply_to</textarea><font size="1" face="$vars_style{FontFace}">
$show_sig$disable_smilies$close_option</font>


<input type="submit" name="submit" value="$vars_wordlets{submit_new_topic}" onclick="ClosePreviewWindow()" />
$preview_button
</td></tr>
[/qb]
Hope that helped smile

Joined: Jul 2002
Posts: 45
Member
Member
Offline
Joined: Jul 2002
Posts: 45
heheh, i'm so stupid tipsy

thank you smile

Joined: Sep 2001
Posts: 71
Member
Member
Offline
Joined: Sep 2001
Posts: 71
Np..It was my fault though shocked

I should update the hack...Tomorrow after I get some sleep! G'Night all wink

Joined: Mar 2001
Posts: 326
Member
Member
Offline
Joined: Mar 2001
Posts: 326
In the new_topic (not reply) .pl file you missed out $email_notify in the options, probably because you did the reply file code first and it doesn't appear there.

I simply added
$email_notify in front and it worked.

Joined: Oct 2002
Posts: 26
Junior Member
Junior Member
Offline
Joined: Oct 2002
Posts: 26
I'm having a problem with this hack,
I can't even find the first thing to find,
I mean yes I found it but it doesn't match what you have to find. frown I'm running 6.3.1

Code
 <tr bgcolor="$vars_style{AltColumnColor1}">
<td valign="top" nowrap="nowrap" >
<font size="$vars_style{TextSize}" face="$vars_style{FontFace}"><b>$vars_wordlets{message_field}:</b>



<font size="1" color="$vars_style{VisitedLinkColor}">
$is_html


<a href="$ULTIMATEBB?ubb=ubb_code_page" target="_blank">
$is_ubb</a>

$ubb_images_wording</font></font>
</td>
<td>
<textarea name="message" rows="12" cols="50" wrap="virtual" onkeyup="storeCaret(this);" onclick="storeCaret(this);">$insert_reply_to</textarea>


<input type="submit" name="submit" value="$vars_wordlets{submit_new_reply}" onclick="ClosePreviewWindow()" />
$preview_button
</td></tr>

$TBB

$TBT

<tr bgcolor="$vars_style{TableColorStrip}">
<td valign="top" width="25%">
<font face="$vars_style{FontFace}" size="$vars_style{TextSize}" color="$vars_style{TableStripTextColor}"><b>
$vars_wordlets{instant_graemlins}
</b></font></td>
<td valign="top" width="75%">
<font face="$vars_style{FontFace}" size="$vars_style{TextSize}" color="$vars_style{TableStripTextColor}"><b>
$vars_wordlets{instant_ubbcode}
</b></font></td>
</tr>

<tr bgcolor="$vars_style{AltColumnColor1}">
<td valign="top" align="left" width="25%">
$smilie_list
</td>
<td valign="top" align="left" width="75%">
<font face="$vars_style{FontFace}" size="1">
$ubb_code_buttons
</font>
</td>
</tr>

$TBB

$TBT

<tr bgcolor="$vars_style{TableColorStrip}">
<td>
<font size="$vars_style{TextSize}" face="$vars_style{FontFace}" color="$vars_style{TableStripTextColor}">
<b>$vars_wordlets{options_header}</b>
</font>
</td></tr>

<tr bgcolor="$vars_style{AltColumnColor1}">
<td valign="top">
<font size="1" face="$vars_style{FontFace}">
$show_sig


$disable_smilies


$close_option
</font>
</td></tr>

Joined: Nov 2001
Posts: 1,080
Member
Member
Offline
Joined: Nov 2001
Posts: 1,080
Nice work Halobreak. I like the compact look as well. Unfortunately it's a template edit I've been doing since a year ago (UBB6.05). I didn't think anyone did it the same way. LOL, ahh well.

Click here

Joined: Sep 2002
Posts: 16
Junior Member
Junior Member
Offline
Joined: Sep 2002
Posts: 16
Phantastic work!!!

Thanks a lot laugh

bobbel

@PrimeTime : Very cool design !!! wink
-------------------------

public_edit_post.pl has to be hacked, too, IMHO (but its very easy to do with your template)

Joined: Mar 2002
Posts: 451
Spotlight Runner-Up
Spotlight Runner-Up
Offline
Joined: Mar 2002
Posts: 451
Can the instructions be updated to be used with 6.3.1.1 please..?

The Smilies and UBB Code have now become
$instant_ubbcode_block
Which is controlled in public_common.pl


Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
Posts: 70
Joined: January 2007
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20221218)