vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=236)
-   -   Social Group and Album Enhancements - Social Group Discussions Like Postbit Legacy (https://vborg.vbsupport.ru/showthread.php?t=204056)

Keesa 02-07-2009 09:04 AM

I made a couple different changes, moved the IP and report to next to the quote/edit buttons. Just posting it here in case anyone else wants to do it.

:p

https://vborg.vbsupport.ru/external/2009/03/1.gif

Did it by commenting out the following code
Code:

<!--<if condition="$show['reportlink']">
                                        <a href="group.php?$session[sessionurl]do=report&amp;gmid=$message[gmid]" rel="nofollow"><img src="$stylevar[imgdir_button]/report.gif" alt="$vbphrase[report_bad_post]" border="0" /></a>
                                </if>-->
                                <!--<if condition="$message['itemipaddress']">
                                        <a href="group.php?do=viewip&amp;gmid=$message[gmid]" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/ip.gif" alt="$vbphrase[ip]" border="0" /></a>
                                </if>-->

and adding it as below
Code:

<td class="alt1" align="$stylevar[right]" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-$stylevar[left]: 0px; border-top: 0px">
<if condition="$message['itemipaddress']">
                                        <a href="group.php?do=viewip&amp;gmid=$message[gmid]" rel="nofollow"><img src="$stylevar[imgdir_button]/ip.gif" alt="$vbphrase[ip]" border="0" /></a>
                                </if>

<if condition="$show['reportlink']">
                                        <a href="group.php?$session[sessionurl]do=report&amp;gmid=$message[gmid]" rel="nofollow"><img src="$stylevar[imgdir_button]/report.gif" alt="$vbphrase[report_bad_post]" border="0" /></a>
                                </if>
<a href="group.php?$session[sessionurl]do=message&amp;discussionid=$message[discussionid]&amp;gmq=$message[gmid]"><img src="$stylevar[imgdir_button]/quote.gif" alt="$vbphrase[quote]" border="0" /></a>
                                <if condition="$message['edit']">
                                        <if condition="!$message[is_discussion]">
                                                <img style="display: none" id="progress_$message[gmid]" src="$stylevar[imgdir_misc]/progress.gif" alt="$vbphrase[loading_editor_please_wait]" />
                                        </if>
                                        <a href="group.php?$session[sessionurl]do=message&amp;gmid=$message[gmid]<if condition="$perpage">&amp;pp=$perpage</if><if condition="$pagenumber">&amp;page=$pagenumber</if>" id="gmessage_qe_edit_$message[gmid]"><img src="$stylevar[imgdir_button]/edit.gif" alt="$vbphrase[edit_delete_message]" border="0" /></a>
                                </if>
                        </td>


Mukashi 02-10-2009 09:29 PM

I was hoping someone would make a change like this. =) Now if only there was a way to allow signatures to be posted as well, together with that other information.... You say another addon would be needed for that? Any plans? ;)

Merriweather 03-07-2009 06:06 AM

This is great!!! Tank you, MrEyes and Schnee for sharing the additional edits. :)

I like this, and am hoping someone does the signature add-on as well! :)

jambo_1969 03-07-2009 11:54 AM

..edit

Bowromir 03-19-2009 10:44 AM

Great add-on! It would be awesome if their would be an option to show the regular postbit info and the signatures aswell.. Any chance this will happen soon?

Alfa1 03-26-2009 10:34 PM

Many thanks!

TNCclubman 03-27-2009 12:46 AM

installed thanks!

timinrome 03-27-2009 07:44 PM

Sorry, but what is Postbit Legacy exactly? Where can I find more info?

Thanks

KURTZ 03-31-2009 11:42 AM

[QUOTE=Schnee;1736867]I made a couple different changes, moved the IP and report to next to the quote/edit buttons. Just posting it here in case anyone else wants to do it.

:p

https://vborg.vbsupport.ru/external/2009/03/1.gif

Did it by commenting out the following code
Code:

<!--<if condition="$show['reportlink']">
                                        <a href="group.php?$session[sessionurl]do=report&amp;gmid=$message[gmid]" rel="nofollow"><img src="$stylevar[imgdir_button]/report.gif" alt="$vbphrase[report_bad_post]" border="0" /></a>
                                </if>-->
                                <!--<if condition="$message['itemipaddress']">
                                        <a href="group.php?do=viewip&amp;gmid=$message[gmid]" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/ip.gif" alt="$vbphrase[ip]" border="0" /></a>
                                </if>-->

and adding it as below
Code:

<td class="alt1" align="$stylevar[right]" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-$stylevar[left]: 0px; border-top: 0px">
<if condition="$message['itemipaddress']">
                                        <a href="group.php?do=viewip&amp;gmid=$message[gmid]" rel="nofollow"><img src="$stylevar[imgdir_button]/ip.gif" alt="$vbphrase[ip]" border="0" /></a>
                                </if>

<if condition="$show['reportlink']">
                                        <a href="group.php?$session[sessionurl]do=report&amp;gmid=$message[gmid]" rel="nofollow"><img src="$stylevar[imgdir_button]/report.gif" alt="$vbphrase[report_bad_post]" border="0" /></a>
                                </if>
<a href="group.php?$session[sessionurl]do=message&amp;discussionid=$message[discussionid]&amp;gmq=$message[gmid]"><img src="$stylevar[imgdir_button]/quote.gif" alt="$vbphrase

       
Quote:

       
       
               
       
       

                       

                       
                                " border="0" /></a>
                                <if condition="$message['edit']">
                                        <if condition="!$message[is_discussion]">
                                                <img style="display: none" id="progress_$message[gmid]" src="$stylevar[imgdir_misc]/progress.gif" alt="$vbphrase[loading_editor_please_wait]" />
                                        </if>
                                        <a href="group.php?$session[sessionurl]do=message&amp;gmid=$message[gmid]<if condition="$perpage">&amp;pp=$perpage</if><if condition="$pagenumber">&amp;page=$pagenumber</if>" id="gmessage_qe_edit_$message[gmid]"><img src="$stylevar[imgdir_button]/edit.gif" alt="$vbphrase[edit_delete_message]" border="0" /></a>
                                </if>
                        </td>
                       
                       

               


this doesn't works correctly onto the 3.8.2 version ... :)

Alfa1 03-31-2009 11:47 AM

After installing this, I can no longer see what social group a post/thread is in, when viewing
moderation.php?do=viewgms&type=moderated or
moderation.php?do=viewdiscussions&type=moderated


All times are GMT. The time now is 02: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.01063 seconds
  • Memory Usage 1,757KB
  • 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
  • (4)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)post_thanks_navbar_search
  • (1)printthread
  • (10)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