vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Is this possible? (https://vborg.vbsupport.ru/showthread.php?t=86746)

Davey 04-09-2003 11:00 PM

Is this possible?
 
1 Attachment(s)
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

Quote:

Originally Posted by Davey2003
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

Quote:

Originally Posted by filburt1
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.

Code:

<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

Quote:

Originally Posted by Davey2003
Okay I'll try that []\[]emesis.
Um, where? And how? lol.
Dave.

In the "forumdisplay" Template Find:

Code:

$forumdisplay[threadslist]
Underneath that Add:

Code:

<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)
So how do I get rid of the old Mark Read, Subscribe and New Thread stuff?

Dave.


All times are GMT. The time now is 06:28 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01093 seconds
  • Memory Usage 1,738KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (13)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete