vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=168)
-   -   Some questions (https://vborg.vbsupport.ru/showthread.php?t=294175)

SwalyAaron 01-20-2013 11:32 PM

Some questions
 
Are there any mods/fixes for the following, keeping in mind I am using VB 3.8.7

- Avatar/Post system; Avatar changes after specific post count, similar to the promotion system but with avatars

- Adding a custom field, I know this exists but I couldn't find a mod

- Changing the color of information that appear in the left (legacy mode), I want to make like just the information colored like this

Post count: 90
Join date: Jan 20th 2012
Email: Email@hotmail.com

So effectively color of data changes to that

--------------- Added [DATE]1358778517[/DATE] at [TIME]1358778517[/TIME] ---------------

Anyone?

Digital Jedi 01-21-2013 12:52 PM

I vaguely recall an avatar mod that used the/a ranking system. Try a Titles Only search of just the word "avatar" for 3.8 mods. Unless I'm crazy and remembering something else, it should turn up there.

By adding a custom field, do you mean outside of vB's inherent ability to do this? Or are you looking to add custom fields' output to a particular part of the forum?

In the postbit_legacy template, you can find all the blocks of code for each of those fields. You can color them by adding style="color:name" to the strong tags. Ex: $post[postcount] is, well, Post Count.

Code:

                        <if condition="$show['postcount']">#<a href="showpost.php?$session[sessionurl]p=$post[postid]&amp;postcount=$post[postcount]" target="new" rel="nofollow" id="postcount$post[postid]" name="$post[postcount]"><strong style="color:red">$post[postcount]</strong></a></if>
                        <if condition="$show['inlinemod']">

You can use the color name, or the color code number. Ex: color:#FFFFFF would make the text white.

SwalyAaron 01-21-2013 01:47 PM

Quote:

Originally Posted by Digital Jedi (Post 2398374)
I vaguely recall an avatar mod that used the/a ranking system. Try a Titles Only search of just the word "avatar" for 3.8 mods. Unless I'm crazy and remembering something else, it should turn up there.

By adding a custom field, do you mean outside of vB's inherent ability to do this? Or are you looking to add custom fields' output to a particular part of the forum?

In the postbit_legacy template, you can find all the blocks of code for each of those fields. You can color them by adding style="color:name" to the strong tags. Ex: $post[postcount] is, well, Post Count.

Code:

                        <if condition="$show['postcount']">#<a href="showpost.php?$session[sessionurl]p=$post[postid]&amp;postcount=$post[postcount]" target="new" rel="nofollow" id="postcount$post[postid]" name="$post[postcount]"><strong style="color:red">$post[postcount]</strong></a></if>
                        <if condition="$show['inlinemod']">

You can use the color name, or the color code number. Ex: color:#FFFFFF would make the text white.

Oh my god thank you very much man! As for #2, I mean't like adding a field for example like on here, design: designhere (inputted via control panel or registration)

also might you have a solution for this?
- Making a form which when submitted, makes a thread in a specific section with information filled

Digital Jedi 01-21-2013 01:53 PM

Yup, vB does that be default. Their called User Profile Fields in your Admin CP. But if you want them to show up in certain places, then you need specific instructions depending on the place you want it to show up.

You're probably looking for something like "Easy Forms" for vB3. Use quotes when looking for that one, also Titles Only and you should be able to find the vB3 version.

SwalyAaron 01-21-2013 03:17 PM

Thanks man


All times are GMT. The time now is 11:11 AM.

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.01740 seconds
  • Memory Usage 1,724KB
  • 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
  • (2)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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