Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
  #1  
Old 07-15-2009, 01:52 PM
goshalim goshalim is offline
 
Join Date: Oct 2007
Posts: 470
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Threads in Forum

Hi ,

How can i seperate the Thread in Forum in coloums?

I woulk lik to have like this

Topic Tiltle (coloum ) replie ( colooum ) Topic Starter ( coloum) Views ( coloum ) last action Coloum

Thank you
Reply With Quote
  #2  
Old 07-15-2009, 02:00 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You would find the template and then rearrange things how you want them. To find the template to modify, do this - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code.
Reply With Quote
  #3  
Old 07-15-2009, 03:53 PM
Gio~Logist's Avatar
Gio~Logist Gio~Logist is offline
 
Join Date: Jun 2004
Location: San Francisco
Posts: 2,575
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You will need to edit both forumdisplay and threadbit templates to get it to where you need to be.
Reply With Quote
  #4  
Old 07-16-2009, 05:42 AM
goshalim goshalim is offline
 
Join Date: Oct 2007
Posts: 470
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi and thank you both fro your replies.

Iam not so expert but iam trying hard .

I have created an example to show you .
The first picture is how is now and the second is how i want it to be,

Please help ion in more detail how to do it.
Reply With Quote
  #5  
Old 07-17-2009, 05:19 AM
goshalim goshalim is offline
 
Join Date: Oct 2007
Posts: 470
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

For some reason the picture was gone.
Iam uploading again the same picture.

Awaiting for help please.
Attached Images
File Type: gif test.gif (109.4 KB, 0 views)
Reply With Quote
  #6  
Old 07-17-2009, 02:45 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

My answer is still the same. You need to find the templates used (I told you how to find them in my post) and then rearrange the table columns. The variables used should already be in the template, so you just need to rearrange them.
Reply With Quote
  #7  
Old 07-17-2009, 07:49 PM
goshalim goshalim is offline
 
Join Date: Oct 2007
Posts: 470
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi Lynne

I think i found it.

See below


Quote:
<TR> <TD class=thead colSpan=2>&nbsp;</TD> <TD class=thead width="100%"><SPAN style="FLOAT: right"><A href="forumdisplay.php?f=70&amp;daysprune=-1&amp;order=desc&amp;sort=voteavg" rel=nofollow>Rating</A> </SPAN><A href="forumdisplay.php?f=70&amp;daysprune=-1&amp;order=asc&amp;sort=title" rel=nofollow>Thread</A> / <A href="forumdisplay.php?f=70&amp;daysprune=-1&amp;order=asc&amp;sort=postusername" rel=nofollow>Thread Starter</A> </TD> <TD class=thead width=150 noWrap align=middle><SPAN style="WHITE-SPACE: nowrap"><A href="forumdisplay.php?f=70&amp;daysprune=-1&amp;order=desc&amp;sort=lastpost" rel=nofollow>Last Post</A> <!-- BEGIN TEMPLATE: forumdisplay_sortarrow --><A href="forumdisplay.php?f=70&amp;daysprune=-1&amp;order=asc&amp;sort=lastpost&amp;pp=20&amp;pa ge=1" rel=nofollow><IMG class=inlineimg title="Reverse Sort Order" border=0 alt="Reverse Sort Order" src="images/buttons/sortasc.gif"></A> <!-- END TEMPLATE: forumdisplay_sortarrow --></SPAN></TD> <TD class=thead noWrap align=middle><SPAN style="WHITE-SPACE: nowrap"><A href="forumdisplay.php?f=70&amp;daysprune=-1&amp;order=desc&amp;sort=replycount" rel=nofollow>Replies</A> </SPAN></TD> <TD class=thead noWrap align=middle><SPAN style="WHITE-SPACE: nowrap"><A href="forumdisplay.php?f=70&amp;daysprune=-1&amp;order=desc&amp;sort=views" rel=nofollow>Views</A> </SPAN></TD> <TD style="CURSOR: pointer" id=imod class=vbmenu_control title=Moderation align=middle state="false" unselectable="true"> <SCRIPT type=text/javascript> vbmenu_register('imod'); </SCRIPT>


Is it possible as you can see from the above picture to do the changes here. Iam afraid that i will not make them correctly .

Please can you do it for me.

Then i can copy and replace it.

Thank you a lot
Attached Images
File Type: jpg code.jpg (101.7 KB, 0 views)
Reply With Quote
  #8  
Old 07-17-2009, 09:12 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry, I can't do that for you, but maybe someone else can help you out. You have the template names in the code, but didn't grab the template name for those lines. Something to do when playing with templates is to export your style, then import it as a new one and don't allow users to select it. You, as an admin, can still select it. Then, try modifying the templates in that style and see if you can get it to work. Then you can either copy/paste what you did into the live style or you can export the style and then import it over the live style.
Reply With Quote
  #9  
Old 07-18-2009, 01:53 AM
goshalim goshalim is offline
 
Join Date: Oct 2007
Posts: 470
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok thanks , i will try but cant promissed for succes.
If any of the friends is familiar and can help ,would much appriciated.
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 08:13 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.10108 seconds
  • Memory Usage 2,258KB
  • 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
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (9)post_thanks_box
  • (9)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (9)post_thanks_postbit_info
  • (9)postbit
  • (2)postbit_attachment
  • (9)postbit_onlinestatus
  • (9)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_display_complete
  • post_thanks_function_can_thank_this_post_start
  • postbit_attachment
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete