PDA

View Full Version : Is this possible?


Davey
04-09-2003, 11:00 PM
If it is, can you show me how to do it please? (see attachment)

Tony G
04-10-2003, 05:37 AM
Image seems broken in the zip.

Davey
04-10-2003, 05:04 PM
I can see it.
Anyone else having this problem?

Dave.

Logikos
04-10-2003, 08:52 PM
I can see it.
Anyone else having this problem?
Dave.

Well i cant see it, that format is currupt, try uploading it again, make it a gif not a zip file. Easier to see. :cool:

Davey
04-10-2003, 09:56 PM
Gif was too big; as was BMP.
Maybe the file sizes for images need to be a little less harsh.
I do not know how to make images any "less" smaller.

filburt1
04-10-2003, 10:49 PM
Use another program like Photoshop to compress them better. Paint sucks for just about anything.

Davey
04-11-2003, 01:32 AM
<a href="http://www.angelfire.com/ex/vbpics/images/new_image_1.gif" target="_blank">http://www.angelfire.com/ex/vbpics/i...ew_image_1.gif</a>

filburt1
04-11-2003, 01:38 AM
You intentionally want to remove the new thread buttons? How will your users be expected to figure out how to post?

Logikos
04-11-2003, 02:39 AM
You intentionally want to remove the new thread buttons? How will your users be expected to figure out how to post?

I belive he would like the "New Thread" Link inside the bottom table.

I not sure if this is what you want but try this.


<table border="1">
<tr>
<td align="center">Options</td>
</tr>
<tr>
<td align="center">
<a href="newthread.php?s=$session[sessionhash]&action=newthread&forumid=$forum[forumid]" alt="Post New Thread">New Thread<a/>
<br>
<a href="member2.php?s=$session[sessionhash]&action=addsubscription&threadid=$threadid" alt="Subscribe to this Thread">Subscribe to this Thread</a>
<br>
<a href="member.php?s=$session[sessionhash]&action=markread" alt="Mark Forum As Read">Mark As Read</a>
</td>
</td>


Hope this helps

Davey
04-11-2003, 10:04 AM
Okay I'll try that []\[]emesis.
Um, where? And how? lol.

Dave.

Tony G
04-11-2003, 10:54 AM
Probably goes in the forumdisplay template, and you'd replace the former newthread code in that template.

Logikos
04-11-2003, 08:25 PM
Okay I'll try that []\[]emesis.
Um, where? And how? lol.
Dave.

In the "forumdisplay" Template Find:

$forumdisplay[threadslist]

Underneath that Add:

<br>
<table border="1" align="center">
<tr>
<td align="center">Options</td>
</tr>
<tr>
<td align="center">
<a href="newthread.php?s=$session[sessionhash]&action=newthread&forumid=$forum[forumid]" alt="Post New Thread">New Thread<a/>
<br>
<a href="member2.php?s=$session[sessionhash]&action=addsubscription&threadid=$threadid" alt="Subscribe to this Thread">Subscribe to this Thread</a>
<br>
<a href="member.php?s=$session[sessionhash]&action=markread" alt="Mark Forum As Read">Mark As Read</a>
</td>
</td>

Davey
04-11-2003, 10:18 PM
Okay, doesn't quite look how I want it. (screenshot (http://www.angelfire.com/ex/vbpics/images/new_image_2.gif))
So how do I get rid of the old Mark Read, Subscribe and New Thread stuff?

Dave.