The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Poster username in a separate column (all over the forum) Details »» | |||||||||||||||||||||||||||
Poster username in a separate column (all over the forum)
Developer Last Online: Sep 2021
Please remember to click Mark as Installed if you use this modification.
Support questions from members who have not marked this as installed will be considered low priority. Name: Poster username in a separate column (forumdisplay/search/moderation/subscribed) Description: This modification will allow you to optionally separate poster username in a new column ( forumdisplay / search results / moderation system / Subscribed threads ) Feature:
Notes:
Templates edited:
Help Us:
Known Isues: None till now. History: v1.0.0 23/6/2007 6:20 AM (EEST): First initial public release. Screen Shots: Available down there . Technical Notes: Plugins: 4 Phrases: 3 Template changes: 32 (in 8 Templates) [4 Auto & 28 Manual] Code Changes: 0 New Templates: 0 New Files: 0 Settings: 1 New DB Tables: 0 DB Changes: 0 Cron Jops: 0 Installing Procedure: 1. Import the attached product.. 2. Do the following template edits.. ############################################# ############################################# In the template FORUMDISPLAY Search for the following code: HTML Code:
/ $vbphrase[thread_starter] HTML Code:
<if condition="!$vboptions['phpkd_poster_separatedcol_active']"> / $vbphrase[thread_starter]</if> In the same template search for the following code: HTML Code:
<td class="thead" width="150" align="center" nowrap="nowrap"><span style="white-space:nowrap">$vbphrase[last_post]</span></td> HTML Code:
<if condition="$vboptions['phpkd_poster_separatedcol_active']"> <td class="thead" align="center" nowrap="nowrap"> $vbphrase[thread_starter] </td> </if> In the same template search for the following code: HTML Code:
/ <a href="$sorturl&order=asc&sort=postusername" rel="nofollow">$vbphrase[thread_starter]</a> $sortarrow[postusername] HTML Code:
<if condition="!$vboptions['phpkd_poster_separatedcol_active']"> / <a href="$sorturl&order=asc&sort=postusername" rel="nofollow">$vbphrase[thread_starter]</a> $sortarrow[postusername]</if> In the same template search for the following code: HTML Code:
<td class="thead" width="150" align="center" nowrap="nowrap"><span style="white-space:nowrap"><a href="$sorturl&order=desc&sort=lastpost" rel="nofollow">$vbphrase[last_post]</a> $sortarrow[lastpost]</span></td> HTML Code:
<if condition="$vboptions['phpkd_poster_separatedcol_active']"> <td class="thead" align="center" nowrap="nowrap"> <a href="$sorturl&order=asc&sort=postusername" rel="nofollow">$vbphrase[thread_starter]</a> $sortarrow[postusername] </td> </if> ############################################# ############################################# In the template threadbit search for the following code: HTML Code:
<if condition="$show['guestuser']"> $thread[postusername] <else /> <span style="cursor:pointer" onclick="window.open('member.php?$session[sessionurl]u=$thread[postuserid]', '_self')">$thread[postusername]</span> </if> HTML Code:
<if condition="!$vboptions['phpkd_poster_separatedcol_active']"> <if condition="$show['guestuser']"> $thread[postusername] <else /> <span style="cursor:pointer" onclick="window.open('member.php?$session[sessionurl]u=$thread[postuserid]', '_self')">$thread[postusername]</span> </if> </if> In the same template search for the following code: HTML Code:
<if condition="$show['threadmoved']">
HTML Code:
<if condition="$vboptions['phpkd_poster_separatedcol_active']"> <td class="alt2" align="center" nowrap="nowrap"> <if condition="$show['guestuser']"> $thread[postusername] <else /> <a href="member.php?$session[sessionurl]u=$thread[postuserid]">$thread[postusername]</a> </if> </td> </if> In the same template search for the following code: HTML Code:
<td class="alt2" align="center">-</td> HTML Code:
<td class="<if condition="$vboptions['phpkd_poster_separatedcol_active']">alt1<else />alt2</if>" align="center">-</td> In the same template search for the following code: HTML Code:
<td class="alt2" title="<phrase 1="$thread[replycount]" 2="$thread[views]">$vbphrase[replies_x_views_y]</phrase>">
HTML Code:
<td class="<if condition="$vboptions['phpkd_poster_separatedcol_active']">alt1<else />alt2</if>" title="<phrase 1="$thread[replycount]" 2="$thread[views]">$vbphrase[replies_x_views_y]</phrase>">
In the same template search for the following code: HTML Code:
<td class="alt1"><div class="smallfont"> HTML Code:
<td class="<if condition="$vboptions['phpkd_poster_separatedcol_active']">alt2<else />alt1</if>"><div class="smallfont"> In the same template search for the following code: HTML Code:
<td class="alt2"><input type="checkbox" name="deletebox[$subscribethread[$threadid]]" id="sub$subscribethread[$threadid]" value="yes" /></td> HTML Code:
<td class="<if condition="$vboptions['phpkd_poster_separatedcol_active']">alt1<else />alt2</if>"><input type="checkbox" name="deletebox[$subscribethread[$threadid]]" id="sub$subscribethread[$threadid]" value="yes" /></td> In the same template search for the following code: HTML Code:
<td class="alt1" align="center"><if condition="$show['threadmoved']">-<else /><a href="misc.php?do=whoposted&t=$thread[threadid]" onclick="who($thread[threadid]); return false;">$thread[replycount]</a></if></td> HTML Code:
<td class="<if condition="$vboptions['phpkd_poster_separatedcol_active']">alt2<else />alt1</if>" align="center"><if condition="$show['threadmoved']">-<else /><a href="misc.php?do=whoposted&t=$thread[threadid]" onclick="who($thread[threadid]); return false;">$thread[replycount]</a></if></td> In the same template search for the following code: HTML Code:
<td class="alt2" align="center">$thread[views]</td> HTML Code:
<td class="<if condition="$vboptions['phpkd_poster_separatedcol_active']">alt1<else />alt2</if>" align="center">$thread[views]</td> In the same template search for the following code: HTML Code:
<td class="alt1"><a href="forumdisplay.php?$session[sessionurl]f=$thread[forumid]">$thread[forumtitle]</a></td> HTML Code:
<td class="<if condition="$vboptions['phpkd_poster_separatedcol_active']">alt2<else />alt1</if>"><a href="forumdisplay.php?$session[sessionurl]f=$thread[forumid]">$thread[forumtitle]</a></td> In the same template search for the following code: HTML Code:
<if condition="$show['inlinemod']"> <td class="alt1"> HTML Code:
<if condition="$show['inlinemod']"> <td class="<if condition="$vboptions['phpkd_poster_separatedcol_active']">alt2<else />alt1</if>"> ############################################# ############################################# In the template threadbit_deleted search for the following code: HTML Code:
<if condition="$show['guestuser']"> $thread[postusername] <else /> <span style="cursor:pointer" onclick="window.open('member.php?$session[sessionurl]u=$thread[postuserid]', '_self')">$thread[postusername]</span> </if> HTML Code:
<if condition="!$vboptions['phpkd_poster_separatedcol_active']"> <if condition="$show['guestuser']"> $thread[postusername] <else /> <span style="cursor:pointer" onclick="window.open('member.php?$session[sessionurl]u=$thread[postuserid]', '_self')">$thread[postusername]</span> </if> </if> In the same template search for the following code: HTML Code:
<td class="alt2" colspan="3" align="center">
HTML Code:
<if condition="$vboptions['phpkd_poster_separatedcol_active']"> <td class="alt2" align="center" nowrap="nowrap"> <if condition="$show['guestuser']"> $thread[postusername] <else /> <a href="member.php?$session[sessionurl]u=$thread[postuserid]">$thread[postusername]</a> </if> </td> </if> <td class="<if condition="$vboptions['phpkd_poster_separatedcol_active']">alt1<else />alt2</if>" colspan="3" align="center"> In the same template search for the following code: HTML Code:
<td class="alt1"><a href="forumdisplay.php?$session[sessionurl]f=$thread[forumid]">$thread[forumtitle]</a></td> HTML Code:
<td class="<if condition="$vboptions['phpkd_poster_separatedcol_active']">alt2<else />alt1</if>"><a href="forumdisplay.php?$session[sessionurl]f=$thread[forumid]">$thread[forumtitle]</a></td> In the same template search for the following code: HTML Code:
<if condition="$show['inlinemod']"> <td class="alt1"> HTML Code:
<if condition="$show['inlinemod']"> <td class="<if condition="$vboptions['phpkd_poster_separatedcol_active']">alt2<else />alt1</if>"> ############################################# ############################################# In the template SUBSCRIBE search for the following code: HTML Code:
/ <a href="$sorturl&order=asc&sort=postusername">$vbphrase[thread_starter]</a> $sortarrow[postusername] HTML Code:
<if condition="!$vboptions['phpkd_poster_separatedcol_active']"> / <a href="$sorturl&order=asc&sort=postusername">$vbphrase[thread_starter]</a> $sortarrow[postusername]</if> In the same template search for the following code: HTML Code:
<td class="thead" width="150" align="center" nowrap="nowrap"><span style="white-space:nowrap"><a href="$sorturl&order=desc&sort=lastpost">$vbphrase[last_post]</a> $sortarrow[lastpost]</span></td> HTML Code:
<if condition="$vboptions['phpkd_poster_separatedcol_active']"> <td class="thead" align="center" nowrap="nowrap"> <a href="$sorturl&order=asc&sort=postusername">$vbphrase[thread_starter]</a> $sortarrow[postusername] </td> </if> ############################################# ############################################# In the template USERCP search for the following code: HTML Code:
/ $vbphrase[thread_starter] HTML Code:
<if condition="!$vboptions['phpkd_poster_separatedcol_active']"> / $vbphrase[thread_starter]</if> In the same template search for the following code: HTML Code:
<td class="thead" width="150" align="center" nowrap="nowrap">$vbphrase[last_post]</td> HTML Code:
<if condition="$vboptions['phpkd_poster_separatedcol_active']"> <td class="thead" align="center" nowrap="nowrap"> $vbphrase[thread_starter] </td> </if> ############################################# ############################################# In the template search_results & search in it for the following code: HTML Code:
/ $vbphrase[thread_starter] HTML Code:
<if condition="!$vboptions['phpkd_poster_separatedcol_active']"> / $vbphrase[thread_starter]</if> In the same template search for the following code: HTML Code:
<td class="thead" width="150" align="center" nowrap="nowrap">$vbphrase[last_post]</td> HTML Code:
<if condition="$vboptions['phpkd_poster_separatedcol_active']"> <td class="thead" align="center" nowrap="nowrap">$vbphrase[thread_starter]</td> </if> In the same template search for the following code: HTML Code:
$navbar HTML Code:
<if condition="$vboptions['phpkd_poster_separatedcol_active']"> <if condition="$colspan_increment OR $threadcolspan++"></if> </if> ############################################# ############################################# In the template threadbit_lastvisit search for the following code: HTML Code:
<tr>
HTML Code:
<if condition="$vboptions['phpkd_poster_separatedcol_active']"> <if condition="$threadcolspan++ AND $colspan_increment = true"></if> </if> ############################################# ############################################# In the template moderation_threads search for the following code: HTML Code:
/ <a href="$sorturl&order=asc&sort=postusername" rel="nofollow">$vbphrase[thread_starter]</a> $sortarrow[postusername] HTML Code:
<if condition="!$vboptions['phpkd_poster_separatedcol_active']"> / <a href="$sorturl&order=asc&sort=postusername" rel="nofollow">$vbphrase[thread_starter]</a> $sortarrow[postusername]</if> In the same template search for the following code: HTML Code:
<td class="thead" width="150" align="center" nowrap="nowrap"><span style="white-space:nowrap"><a href="$sorturl&order=desc&sort=lastpost" rel="nofollow">$vbphrase[last_post]</a> $sortarrow[lastpost]</span></td> HTML Code:
<if condition="$vboptions['phpkd_poster_separatedcol_active']"> <td class="thead" align="center" nowrap="nowrap"> <a href="$sorturl&order=asc&sort=postusername" rel="nofollow">$vbphrase[thread_starter]</a> $sortarrow[postusername] </td> </if> You're Done! Show Your Support
|
Comments |
#22
|
||||
|
||||
thank you very much
this is a good try and i hope the future work will be the best gazak allah kher ( Arabic words ) |
#23
|
||||
|
||||
There is no way to do it via plugins, till now there is no hooks, template hooks that can serv in this mod.
I have contacted 'Cybernetec' & he confirm that there is no way till this moment. thanks for all. |
#24
|
||||
|
||||
nice ones...
lots of work but the result is beyond expectation ThumbUp INSTALLED |
#25
|
|||
|
|||
Excellent. Yes a Lot of work involved but once you get it done its pretty cool
|
#26
|
||||
|
||||
HA! I don't think I've EVER seen so many template edits in one hack.
|
#27
|
|||
|
|||
Wow so many whiners!
Take it from someone who's been doing it long hand(all these versions). It is nice to see something official and complete like this! - thanks |
#28
|
|||
|
|||
Is it working for 3.7.x ??
|
#29
|
||||
|
||||
it seems to be workin fine so far on board not yet live, running 3.8.3.
It was just installed so i'll update if their are any problems. |
#30
|
||||
|
||||
Quote:
Is this supposed to work on the main board index though? I'm just wondering because my main index still looks the same, but it's also modified with the Forumhome Category Spacing Mod so I just wanted to confirm if it's supposed to work there or not. |
#31
|
||||
|
||||
so 2 almost 3 years since the last reply before me. I've noticed one small problem. When you're looking at your subscribed threads in usercp, one of the colspans somewhere is messed up because the thead and tcat dont extend all the way across the table.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|