vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=252)
-   -   Thread List - Customize (https://vborg.vbsupport.ru/showthread.php?t=299877)

silpher 07-06-2013 10:00 PM

Thread List - Customize
 
Hello there!

I'd like to know how to customize every thread in thread list like this:

https://vborg.vbsupport.ru/external/2013/07/63.png

I don't know where to edit. How could I do that?


Thank you!

tbworld 07-07-2013 01:32 AM

Is it unique content to a particular thread ID or just a hierarchy of content from the top-down. If we knew what kind of content you were putting there, that would help too.

Look at template: "FORUMDISPLAY" and the thread infromation template "threadbit" for starters.

You might start by looking for a similar mod and digest how it works and then I am sure we can help you with some code.

Maybe someone here would be so kind as to point you out a mod that is similar.

silpher 07-07-2013 01:47 AM

Quote:

Originally Posted by tbworld (Post 2432489)
Is it unique content to a particular thread ID or just a hierarchy of content from the top-down. If we knew what kind of content you were putting there, that would help too.

Look at template: "FORUMDISPLAY" and the thread infromation template "threadbit" for starters.

You might start by looking for a similar mod and digest how it works and then I am sure we can help you with some code.

Maybe someone here would be so kind as to point you out a mod that is similar.

Thank you for helping!

each thread has a custom content. I have no idea how to link each thread to a custom content.

I'll do some research in existing addons.

If someone else has an idea how to proceed I appreciate it!

tbworld 07-07-2013 04:18 AM

The reason I asked about the content is it is difficult to help without understanding how the data has to be linked and by what criteria. When you have put this together I can be of more help.

silpher 07-07-2013 11:36 AM

Quote:

Originally Posted by tbworld (Post 2432503)
The reason I asked about the content is it is difficult to help without understanding how the data has to be linked and by what criteria. When you have put this together I can be of more help.


Hey bro, sorry for not clarifying the problem.

Basically each thread will be linked to a row in a custom table that contains the number of votes (positives and negatives) for each thread.

Custom Table Design (example):
ThreadID | Positive-Votes | Negative-Votes
123 ---------------- 5 ---------------- 2
912----------------- 8 ---------------- 9

I'll would like to show such values to its respective thread. So this is the custom content which I showed above.




Thanks :up: !

tbworld 07-08-2013 12:43 AM

Thanks, now I see the picture. Trust me that bit of information made all the difference. Let me take a quick look at the code and I will reply later tonight.

If you have already written part of the backend code, post it or send what you have, we will just work off your code. It sounds like you already have worked out the database entries and details.

silpher 07-08-2013 02:34 AM

Quote:

Originally Posted by tbworld (Post 2432644)
Thanks, now I see the picture. Trust me that bit of information made all the difference. Let me take a quick look at the code and I will reply later tonight.

If you have already written part of the backend code, post it or send what you have, we will just work off your code. It sounds like you already have worked out the database entries and details.

I haven't written any code yet cause I got stucked at this template part, I just designed how it should work :D

many thanks!


All times are GMT. The time now is 03:07 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.01040 seconds
  • Memory Usage 1,725KB
  • 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_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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