The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
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:
PHP Code:
|
#12
|
|||
|
|||
Quote:
And yes, you are exactly right in where to put it. |
#13
|
|||
|
|||
oh ok, but I plan to add "comment" and other hack button under line of third column. Thanks for reply
|
#14
|
|||
|
|||
I try to fill up the third column with texts and black spot didnt go away. It is still there
|
#15
|
|||
|
|||
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
|
#16
|
|||
|
|||
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. |
#17
|
|||
|
|||
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 |
#18
|
|||
|
|||
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! |
#19
|
|||
|
|||
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.. |
#20
|
|||
|
|||
Quote:
I'm not sure I understand your question though. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|