vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=155)
-   -   Show Gender In Postbit (https://vborg.vbsupport.ru/showthread.php?t=97386)

OG-G 07-23-2008 12:28 PM

is there a gender mod for 3.72

dude14 09-29-2008 03:34 AM

I am looking for this but one that is compatible with 3.7.x ? Hopefully you can provide an upgrade, thanks. :)

Medtech 12-20-2008 11:13 PM

on 3.7.4, i edit the postbit and postbit_legacy i get a message that tells me i am missing <if>.

I have no problem inserting it, but where? here is the code i am inserting into the postbit template:

Code:

<div id="postmenu_$post[postid]">
                                        <if condition="$show['profile']">
                                        <a class="bigusername"

href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
                                        $post[onlinestatus]<if

condition="$post[field5]">$vbphrase[gender]&nbsp<img

src="$stylevar[imgdir_misc]/$post[field5].gif" alt="$post[field5]" /></if>
                                        <script type="text/javascript">

vbmenu_register("postmenu_$post[postid]", true); </script>
                                        <else />
                                        $post[musername]<if

condition="$post[field5]">$vbphrase[gender]&nbsp<img

src="$stylevar[imgdir_misc]/$post[field5].gif" alt="$post[field5]" /></if>
                                        </if>
                                </div>

and the postbit_legacy template:

Code:

                        <div id="postmenu_$post[postid]">
                                <if condition="$show['profile']">
                                <a class="bigusername"

href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a><if

condition="$post[field5]">$vbphrase[gender]&nbsp<img

src="$stylevar[imgdir_misc]/$post[field5].gif" alt="$post[fieldx]" /></if>
                                <script type="text/javascript">

vbmenu_register("postmenu_$post[postid]", true); </script>
                                <else />
                                $post[musername]<if

condition="$post[field5]">$vbphrase[gender]&nbsp<img

src="$stylevar[imgdir_misc]/$post[field5].gif" alt="$post[field5]" /></if>
                                </if>
                        </div>

anyone wanna help me out on this?

Sworm 01-08-2009 10:09 PM

Hi,
why this code:
Quote:

<if condition="$post[field6]">$vbphrase[gender]: <img src="$stylevar[imgdir_misc]/$post[field6].gif" alt="$post[field6]" /></if>
won't work on vb 3.8 on a orizontal postbit?

Thanks for any help


All times are GMT. The time now is 08:23 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.01280 seconds
  • Memory Usage 1,732KB
  • 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)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete