Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 Programming Discussions

Reply
 
Thread Tools Display Modes
  #11  
Old 08-16-2002, 09:08 PM
DestyNova DestyNova is offline
 
Join Date: Jun 2002
Posts: 244
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Cool, you re great! Thanks! But there is a black under that third column? Check this attachment

Thanks for comment on that postbit so I put anything between
PHP Code:
<td bgcolor="$post[backcolor]width="175" valign="top" nowrap
and
PHP Code:
</td
Right? Thanks for offer!
Attached Images
File Type: gif screenshot.gif (14.9 KB, 0 views)
Reply With Quote
  #12  
Old 08-16-2002, 09:17 PM
imported_badmeetsevil- imported_badmeetsevil- is offline
 
Join Date: Jul 2002
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by DestyNova
Cool, you re great! Thanks! But there is a black under that third column? Check this attachment

Thanks for comment on that postbit so I put anything between
PHP Code:
<td bgcolor="$post[backcolor]width="175" valign="top" nowrap
and
PHP Code:
</td
Right? Thanks for offer!
Once you fill in some variables and stuff to make the third column longer, the 'black' spot will go away. Try putting some filler text in there right now.

And yes, you are exactly right in where to put it.
Reply With Quote
  #13  
Old 08-16-2002, 09:32 PM
DestyNova DestyNova is offline
 
Join Date: Jun 2002
Posts: 244
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

oh ok, but I plan to add "comment" and other hack button under line of third column. Thanks for reply
Reply With Quote
  #14  
Old 08-16-2002, 09:36 PM
DestyNova DestyNova is offline
 
Join Date: Jun 2002
Posts: 244
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I try to fill up the third column with texts and black spot didnt go away. It is still there
Attached Images
File Type: gif screenshot.gif (31.7 KB, 0 views)
Reply With Quote
  #15  
Old 08-16-2002, 09:39 PM
DestyNova DestyNova is offline
 
Join Date: Jun 2002
Posts: 244
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have same problem with mine, I made it with same thing as yours and black spot always there. That s why I spend some time on it and cannot get it normal as first column
Reply With Quote
  #16  
Old 08-16-2002, 09:50 PM
imported_badmeetsevil- imported_badmeetsevil- is offline
 
Join Date: Jul 2002
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Okay, the reason the black spot is there is because there is a third column. On the second row, the first column and second column are already filled, but the third (new) column isn't.

So, what you could do is move the 'edit' and 'quote' buttons over to that third column on the second row. To do that, do this:

find

<td><smallfont>$ onlinestatus
$ post[profile] $ post[pmlink] $post[useremail] $ post[homepage] $ post[search] $ post[buddy]
<!-- $ post[icqicon] --> <!-- $ post[aimicon] --> <!-- $ post[yahooicon] -->
</smallfont></td>
<td align="right" nowrap><smallfont>
<a href="editpost.php?s=$session[sessionhash]&action=editpost&postid=$post[postid]"><img src="images/edit.gif" border="0" alt="Edit/Delete Message"></a>
<a href="newreply.php?s=$session[sessionhash]&action=newreply&postid=$post[postid]"><img src="images/quote.gif" border="0" alt="Reply w/Quote"></a>
</smallfont></td>


and replace it with:

<td><smallfont>$ onlinestatus
$ post[profile] $ post[pmlink] $ post[useremail] $ post[homepage] $ post[search] $ post[buddy]
<!-- $ post[icqicon] --> <!-- $ post[aimicon] --> <!-- $ post[yahooicon] -->
</smallfont></td>


then find:

</smallfont></td>
</tr>
</table>
</td>


and replace it with:

</smallfont></td>
</tr>
</table>
</td><td bgcolor="$ post[backcolor]" width="175" height="16" nowrap><a href="editpost.php?s=$session[sessionhash]&action=editpost&postid=$post[postid]"><img src="images/edit.gif" border="0" alt="Edit/Delete Message"></a>
<a href="newreply.php?s=$ session[sessionhash]&action=newreply&postid=$post[postid]"><img src="images/quote.gif" border="0" alt="Reply w/Quote"></a></td>


Sorry if it looks a bit sloppy there, it's because I wrote it by hand...
Tell me if that gets rid of the black spot.

MOD Edit: If you have large code edits, please place them in a .txt attachement so that they don't throw the forum design off.
Reply With Quote
  #17  
Old 08-16-2002, 09:54 PM
DestyNova DestyNova is offline
 
Join Date: Jun 2002
Posts: 244
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok, I ll do it right away also it will better if you use attachment or Saintdog will hunt us down.

Thanks!! I m try that now
Reply With Quote
  #18  
Old 08-16-2002, 10:02 PM
DestyNova DestyNova is offline
 
Join Date: Jun 2002
Posts: 244
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great, black spot finally go away but two icons of online/offline???

attachment..

Thanks for patience with me

Edit-- It s fix, I copy/paste in wrong place. Thanks!! It look perfect now :thumbup: You re great help!
Reply With Quote
  #19  
Old 08-16-2002, 10:05 PM
DestyNova DestyNova is offline
 
Join Date: Jun 2002
Posts: 244
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Also I realize that you change from {imagesfolder } to images. So all I do is replace all of images to {imagesfolder } right? (without space ofc)

It s all work now. It s perfect! Thanks to badmeetsevil-'s for his/her hard work and patience with me :thumbup:

check this attachment..
Attached Images
File Type: gif screenshot.gif (31.6 KB, 0 views)
Reply With Quote
  #20  
Old 08-16-2002, 10:31 PM
imported_badmeetsevil- imported_badmeetsevil- is offline
 
Join Date: Jul 2002
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by DestyNova
Also I realize that you change from {imagesfolder } to images. So all I do is replace all of images to {imagesfolder } right? (without space ofc)

It s all work now. It s perfect! Thanks to badmeetsevil-'s for his/her hard work and patience with me :thumbup:

check this attachment..
No problem.

I'm not sure I understand your question though.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:23 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07095 seconds
  • Memory Usage 2,282KB
  • Queries Executed 12 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (4)bbcode_php
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (3)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete