Page Index Toggle Pages: 1 2 3 [4] 5  Send TopicPrint
Very Hot Topic (More than 25 Replies) Thread Header V1.0a for YaBB 2.1 (Read 11916 times)
Jeff
God Member
*****
Offline


There are no bugs there
are only features

Posts: 2552
Joined: Jan 14th, 2005
Gender: Male
Re: Thread Header V1.0 for YaBB 2.1
Reply #45 - Aug 14th, 2006 at 6:43pm
Print Post  
aerow90 wrote on Aug 14th, 2006 at 6:40pm:
Wow Jetli and MF-B you are a perfect  dream team, you make one mod better than the other one, a have and perfect support !!


thnx.  Grin
  

greetings
Jeff
Back to top
WWW  
IP Logged
 
D0T-C0M
God Member
*****
Offline



Posts: 806
Location: Tracadie
Joined: Sep 22nd, 2001
Gender: Male
Re: Thread Header V1.0 for YaBB 2.1
Reply #46 - Aug 14th, 2006 at 6:46pm
Print Post  
Quote:
that no problem, but its no display for normal user.  Wink

step 8 you can remove this in add before:

Code
Select All
			<div style="float: left; text-align: left;"><span class="small">$thead_txt{'1'} $header_id $thead_txt{'2'}$header_date</span></div> 




I was not aware that it was not visable to normal users.  Thanks again fast response
  
Back to top
 
IP Logged
 
D0T-C0M
God Member
*****
Offline



Posts: 806
Location: Tracadie
Joined: Sep 22nd, 2001
Gender: Male
Re: Thread Header V1.0 for YaBB 2.1
Reply #47 - Aug 14th, 2006 at 6:50pm
Print Post  
you meant step 4 right? not 8 because I find that code in step4
  
Back to top
 
IP Logged
 
Jeff
God Member
*****
Offline


There are no bugs there
are only features

Posts: 2552
Joined: Jan 14th, 2005
Gender: Male
Re: Thread Header V1.0 for YaBB 2.1
Reply #48 - Aug 14th, 2006 at 6:55pm
Print Post  
oh you right. I have look in my own mod with german steps.  Grin
  

greetings
Jeff
Back to top
WWW  
IP Logged
 
D0T-C0M
God Member
*****
Offline



Posts: 806
Location: Tracadie
Joined: Sep 22nd, 2001
Gender: Male
Re: Thread Header V1.0 for YaBB 2.1
Reply #49 - Aug 14th, 2006 at 7:07pm
Print Post  
why am I getting this error in my httpd error.log

Code
Select All
[Mon Aug 14 15:43:18 2006] [error] [client 192.168.168.1] File does not exist: /home/XXXXXX/public_html/Templates/Forum/default/admin_header.gif, referer: http://www.XXXXX.com/~XXXXXX/cgi-bin/YaBB.pl?action=addheader;thread=1155135527
 



that gif in the mod doesnt go in forum/default
  
Back to top
 
IP Logged
 
Jeff
God Member
*****
Offline


There are no bugs there
are only features

Posts: 2552
Joined: Jan 14th, 2005
Gender: Male
Re: Thread Header V1.0 for YaBB 2.1
Reply #50 - Aug 14th, 2006 at 7:10pm
Print Post  
because i had wrong imagedir.

Step 5 change in add before

Code
Select All
<img src="$imagesdir/admin_header.gif" alt="" border="0" align="absmiddle" /> 



to

Code
Select All
<img src="$modimgurl/ThreadHeader/admin_header.gif" alt="" border="0" align="absmiddle" /> 




in first post are new package ready from today afternoon.  Wink
  

greetings
Jeff
Back to top
WWW  
IP Logged
 
D0T-C0M
God Member
*****
Offline



Posts: 806
Location: Tracadie
Joined: Sep 22nd, 2001
Gender: Male
Re: Thread Header V1.0 for YaBB 2.1
Reply #51 - Aug 14th, 2006 at 7:17pm
Print Post  
OK i did that and still get this error now

Code
Select All
[Mon Aug 14 16:15:35 2006] [error] [client 192.168.168.1] File does not exist: /home/XXXXXX/public_html/Templates/Forum/default/admin_header.gif
 

  
Back to top
 
IP Logged
 
Jeff
God Member
*****
Offline


There are no bugs there
are only features

Posts: 2552
Joined: Jan 14th, 2005
Gender: Male
Re: Thread Header V1.0 for YaBB 2.1
Reply #52 - Aug 14th, 2006 at 7:22pm
Print Post  
hm, should work. Button should display in edit Thread Header page

do you have in this directory?

yabbfiles/ModImages/ThreadHeader/admin_header.gif

your error say that your file is no locate in public_html/Templates/Forum/default/admin_header.gif that is wrong.


do you have really chance my code?
  

greetings
Jeff
Back to top
WWW  
IP Logged
 
D0T-C0M
God Member
*****
Offline



Posts: 806
Location: Tracadie
Joined: Sep 22nd, 2001
Gender: Male
Re: Thread Header V1.0 for YaBB 2.1
Reply #53 - Aug 14th, 2006 at 7:25pm
Print Post  
Quote:
hm, should work. Button should display in edit Thread Header page

do you have in this directory?

yabbfiles/ModImages/ThreadHeader/admin_header.gif

your error say that your file is no locate in public_html/Templates/Forum/default/admin_header.gif that is wrong.


do you have really chance my code?



yes I have /ModImages/ThreadHeader/admin_header.gif

I don't have the gif inside
public_html/Templates/Forum/default/
  
Back to top
 
IP Logged
 
Jeff
God Member
*****
Offline


There are no bugs there
are only features

Posts: 2552
Joined: Jan 14th, 2005
Gender: Male
Re: Thread Header V1.0 for YaBB 2.1
Reply #54 - Aug 14th, 2006 at 7:26pm
Print Post  
attach your Display.pl and I fix it for you.  Wink
  

greetings
Jeff
Back to top
WWW  
IP Logged
 
D0T-C0M
God Member
*****
Offline



Posts: 806
Location: Tracadie
Joined: Sep 22nd, 2001
Gender: Male
Re: Thread Header V1.0 for YaBB 2.1
Reply #55 - Aug 14th, 2006 at 7:29pm
Print Post  
here you go, Thanks bud your #1 modder today hehehe
  

D0T-C0M_Display.zip ( 19 KB | Downloads )
Back to top
 
IP Logged
 
Jeff
God Member
*****
Offline


There are no bugs there
are only features

Posts: 2552
Joined: Jan 14th, 2005
Gender: Male
Re: Thread Header V1.0 for YaBB 2.1
Reply #56 - Aug 14th, 2006 at 7:36pm
Print Post  
hm, looks ok to me.
  

greetings
Jeff
Back to top
WWW  
IP Logged
 
D0T-C0M
God Member
*****
Offline



Posts: 806
Location: Tracadie
Joined: Sep 22nd, 2001
Gender: Male
Re: Thread Header V1.0 for YaBB 2.1
Reply #57 - Aug 14th, 2006 at 7:37pm
Print Post  
yeah I tried a few times to add/edit/delete a couple headers and the error never came up again. I will see if it comes back and let you know
  
Back to top
 
IP Logged
 
Jeff
God Member
*****
Offline


There are no bugs there
are only features

Posts: 2552
Joined: Jan 14th, 2005
Gender: Male
Re: Thread Header V1.0 for YaBB 2.1
Reply #58 - Aug 14th, 2006 at 7:47pm
Print Post  
you see the icon left Add Header text in edit Thread Header, if so then works ok.  Wink
  

greetings
Jeff
Back to top
WWW  
IP Logged
 
D0T-C0M
God Member
*****
Offline



Posts: 806
Location: Tracadie
Joined: Sep 22nd, 2001
Gender: Male
Re: Thread Header V1.0 for YaBB 2.1
Reply #59 - Aug 14th, 2006 at 7:58pm
Print Post  
Yes I see it, no more error messages. Now you need a free day too
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1 2 3 [4] 5 
Send TopicPrint