UBB.Dev
Posted By: jdje Two Easy Questions I Need Answers To .. - 10/09/2001 3:33 AM
Hi,

I'm about to re-open my forum after a month of being down and I'd like to change two things.

1) I'd like to make the CLOSE MOVE DELETE graphics on the bottom of each thread into text links. Which file do I need to play with to do this?

2) In a users post there is an Icon (smiley) then something like: "posted October 08, 2001 01:05 PM", and on the same line a few of the "profile" "email" "pm" "edit" and "quote" graphics.

I'd like to put these graphics on their very own line so that they're all together instead of half on the line with the date and half beneath. Which file do I play with?

Many thanks!

Jay. smile
Quote
quote:
1) ubb_lib_posting and public_topic_page.
2) public_topic_page
Posted By: jdje Re: Two Easy Questions I Need Answers To .. - 10/09/2001 1:54 PM
Quote
quote:
I can't find the segment to move all the posting/editing/quote/private message/profile graphics on their own line in the public_topic_page. Here is my code for that ..

public_topic_page:

# TOPIC PAGE - HTML FRAGMENTS
sub topic_top {

my $html_stuff = qq~








$topic_closed







$topic_wording $reply_wording


$MainButtonsLine












$close_transfer_wording



$vars_wordlets{next_oldest_topic} $vars_wordlets{next_newest_topic}




$TBT





»
$show_logout








$vars_config{BBName}



$cat_line1



»
$this_forum[1]




»
$stat_line[4] $ThisPage





$TBB

















$ubb_friend_on



$TopicPageTotal



$TBT




$vars_wordlets{author_header}




$vars_wordlets{topic_header}: $stat_line[4]




~;
return ($html_stuff);
} # end topic_top

sub topic_row {

if ($alt_color eq "$vars_style{AltColumnColor1}") {
$alt_color = "$vars_style{AltColumnColor2}";
} else {
$alt_color = "$vars_style{AltColumnColor1}";
}

my $row = qq~









$show_public_name



$user_status


$member_number



$rating_line


$this_icon

$vars_wordlets{posted} $ThisDate $FormatTime
$profile_link $homepage_link $email_link $pm_link $edit_link $direct_reply




$post_body




$AuthorExtra $ip_wording



~;

return ($row);
} # end topic row

sub topic_bottom {

my $bottom = qq~
$TBB













$vars_wordlets{times_are} $vars_time{TimeZone}



$TopicPageTotal





$TBT





$topic_wording $reply_wording





$close_option $move_option $delete_option





$vars_wordlets{next_oldest_topic} $vars_wordlets{next_newest_topic}





$TBB











$vars_wordlets{hop_to}








~;
return ($bottom);

} # end topic_bottom


# Nothing below this line should be changed.. and there is no more code!

# This entire program is copyright Infopop Corporation.
# For more info on the Ultimate Bulletin Board and other Infopop
# Products/Services, visit: http://www.infopop.com

# You may not distribute this program in any manner, modified or otherwise.

# You make modifications, but only for your own use and within the confines of the UBB License Agreement.

# DANGER: Do not remove the following line!
1;
Posted By: jdje Re: Two Easy Questions I Need Answers To .. - 10/09/2001 2:05 PM
I take that back .. as soon as I posted that I could see it (better than notepad I guess) .. so yahoo .. fixed, thanks MasterMind!
Your welcome. smile
Posted By: Saxeus Re: Two Easy Questions I Need Answers To .. - 11/29/2001 7:05 PM
Hello there, I'd appreciate it if any of you can show me what code inside those two files has to be changed to text so that I will have text instead of graphic for Profile, Edit, etc... buttons. Just an example for one so that I'll make the rest myself...

Thanks
Posted By: Saxeus Re: Two Easy Questions I Need Answers To .. - 11/30/2001 1:47 PM
Please?
Posted By: Saxeus Re: Two Easy Questions I Need Answers To .. - 12/04/2001 12:30 PM
...... nobody out there who can help?
© UBB.Developers