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)
-   -   Moderators Listed under forum description (https://vborg.vbsupport.ru/showthread.php?t=111873)

MysticMoon 03-31-2006 10:00 PM

Moderators Listed under forum description
 
I finally upgraded to version 3.5.x and my 1 template mod does work on this version :)

*original posting with updated version:
This is for & tested on v3.0.3, 3.0.7 upgrade version & 3.5.4

I wanted this & found posts of others wanting it
but didn't find it @ any of the main sites.

What this does is make it so the moderators show up
under the forum description like in Invision forums

Screenshot & zip with html direction file attached :)

** Updated to mod ver. 2 April 2006

Thanks to trackpads (Jason) for the extra help & info

changes in ver 2
2 additional templates need to be modified
1 template has a 2nd deletion needed to be done

Frapegliko 04-01-2006 04:21 AM

thx MysticMoon

Ziki 04-01-2006 05:37 AM

Cool.Especialy when ya have many mods.Great work
~Ziki clicks install~;)

Smiry Kin's 04-01-2006 08:41 AM

Funny, can't seem to find

Code:

<if condition="$vboptions['showmoderatorcolumn']">
<td class="thead">$vbphrase[moderator]</td>
</if>

is it ment to be?
Code:

          <if condition="$vboptions['showmoderatorcolumn']">
          <td class="thead">$vbphrase[moderator]</td>
          </if>

edit -

after all this it did nothing, no moderators show up, and it messes up the old mod colum thats there:S what waste of time now i have to go back through it all replacing all the messed up code.

image:
http://www.mypicturespace.com/uploads/5963729911.jpg

Smiry Kin's 04-01-2006 09:21 AM

wrong forum.

MysticMoon 04-01-2006 10:34 PM

Quote:

Originally Posted by Smiry Kin's
Funny, can't seem to find

Code:

<if condition="$vboptions['showmoderatorcolumn']">
<td class="thead">$vbphrase[moderator]</td>
</if>

is it ment to be?
Code:

      <if condition="$vboptions['showmoderatorcolumn']">
      <td class="thead">$vbphrase[moderator]</td>
      </if>

edit -

after all this it did nothing, no moderators show up, and it messes up the old mod colum thats there:S what waste of time now i have to go back through it all replacing all the messed up code.

image:
http://www.mypicturespace.com/uploads/5963729911.jpg

Both of those codes are 100% the same so not sure what your asking??

As far as messing up your columns, I'm sorry but I use the theme/skin that came with vB & edit to my color/image needs & it doesn't mess up anything on mine nor anyone else who's used it.

Next time please do not PM me to direct me to your post, I have a life outside of the computer & vB. I will read your post & reply to it when I get to it. Plus I do not offer support for this since it is such a simple template edit.

MysticMoon 04-01-2006 10:36 PM

Thanks to those who commented & clicked installed :D

trackpads 04-02-2006 01:05 AM

Mystiz, it is working fine except for a few places that you missed in the directions. All of the level1 and level2 noposts also have to be edited and there is one more edit in the forumdiplay. I just searched for anything with the word 'mod' in it to make the column completely dissappear.

Also, there is a mistake in your directions-

1st edit says:

Quote:

In forumhome_forumdisplay_level1_post & forumhome_forumbit_level2_post
find:
Should read:

Quote:

In forumhome_forumbit_level1_post & forumhome_forumbit_level2_post
find:
This is a great idea and even with the extra edits it was worth it, the forumhome and forumdisplay is much cleaner!

Thanks!

-Jason

MysticMoon 04-02-2006 01:31 AM

Jason, thank you for your input.
This was my first ever (& only) attempt & not suprised I missed any steps.

I've fixed my error & included the nopost ones, but, in forumndisplay there's 3 other spots showing up & I'm not sure which one to remove. Can you let me know which one for a fact? TIA

trackpads 04-02-2006 01:40 AM

These are the ones I removed:

Quote:

<if condition="$vboptions[showmoderatorcolumn]">
<td class="thead">$vbphrase[moderator]</td>
</if>
And

Quote:

<if condition="$show['moderators']">
<td class="tcat">$vbphrase[moderators]</td>
</if>
I think those are the only 2 in that file. The rest are all for the Active users mod box and the inlinemod shtuff.

-Jason

MysticMoon 04-02-2006 01:54 AM

Thanks Jason, I've updated the mod version to include the changes you mentioned & updated post with new version & info :D

Smiry Kin's 04-02-2006 07:06 AM

Quote:

Originally Posted by MysticMoon
Both of those codes are 100% the same so not sure what your asking??

As far as messing up your columns, I'm sorry but I use the theme/skin that came with vB & edit to my color/image needs & it doesn't mess up anything on mine nor anyone else who's used it.

Next time please do not PM me to direct me to your post, I have a life outside of the computer & vB. I will read your post & reply to it when I get to it. Plus I do not offer support for this since it is such a simple template edit.

i did the excatly as the install stated,i removed all the mod column bits, n its still there, theres something wrong :S not much support if you dont provide it? You can't expect every one to use the SAME skin.

dcarr 04-02-2006 03:35 PM

Smiry Kin's:
Check the above posts. MysticMoon has updated the zip with corrected information.
As for skins...using the default vb skin, is usually how most coders create their hacks. Skinners modify the default based on their needs, so often the hacks provide have to be tweaked for some skins that make a lot of changes to the default. The coder can't really offer support for each and every skin, especially if he's not using a particular one. As difficult as it may sound, sometimes doing a "search in templates" for a line of code can help you locate where the skinner made changes that might affect the hack you want to use. Yes it can be time consuming, but we, the users, have to accept that if we choose to use something other than the default.

trackpads 04-02-2006 11:46 PM

Quote:

Originally Posted by Smiry Kin's
i did the excatly as the install stated,i removed all the mod column bits, n its still there, theres something wrong :S not much support if you dont provide it? You can't expect every one to use the SAME skin.


I would also suggest not touching anything related to templates unless you are familar at a minimum with HTML and the VB Templates. Make a second skin on your site and test your changes there.

A lot of this is on you, as a webmaster, learn like the rest of us and always back up before making changes or you will learn the hard way.

rareclownfish 04-08-2006 04:32 PM

Is this stable to install on 3.5.4?

MysticMoon 04-09-2006 02:09 AM

It's just template edits so it's always stable
& yes it works on 3.5.4 as the version part & my original post states ;)

rareclownfish 04-09-2006 03:15 AM

Looks great so far. installed.

TheProphet 04-09-2006 05:18 AM

Nice Idea m8, will test it...

/installed

Smiry Kin's 05-20-2006 11:54 PM

ermm is there away to make it not show on forums with no moderators?

MysticMoon 05-21-2006 12:02 AM

That I do not know, since all my forums have atleast 1 mod, that was my only goal.

username12 05-27-2006 05:31 AM

Quote:

Originally Posted by Smiry Kin's
ermm is there away to make it not show on forums with no moderators?

I'd be interested in that as well, though I suppose I could just make myself mod of all the forums.

MysticMoon 05-28-2006 01:24 AM

I always put myself as mod of all sections, then add my regular mods there too.
So that's why all mine do have a mod.

I suspose a condition could be done, I can't promise anything,
but, I'll look into it more over the next week or so.

JsnakeJ 05-29-2006 04:55 AM

Someone else did make a mod just like this but its much more complicated. I will use this one for now on. Thank you for your work. :)

patrickstar 05-29-2006 04:24 PM

is this mod still available? for some reason when i click to install it and click open. its says this file is invalid or corrupted.

patrickstar 05-29-2006 04:26 PM

ok nevermind, im installing it now. thanks.

patrickstar 05-29-2006 04:55 PM

can the word moderated be given a color to standout slightly?

Konstantinos 12-15-2006 10:02 AM

Can someone make this as a product ?

yeshoward 03-08-2007 12:44 AM

Hello

is this mod working for version 3.6.5?

MysticMoon 03-09-2007 01:43 PM

I would think so since it's just template edits.
I haven't upgraded yet so I can't say 100%.

You can add it then if it doesn't work (please let me know)
then just reverse the steps to uninstall it.

MPDesignZ 03-31-2007 10:17 AM

Quote:

Originally Posted by yeshoward (Post 1198464)
Hello

is this mod working for version 3.6.5?

I tried it on 3.6.2 and it did not work. :( Maybe there are more moderator columns to eliminate or something. I'm not sure.


MP

MysticMoon 03-31-2007 02:22 PM

Thanks MP,

As soon as I have the $ to buy another year of updates
I'll be able to see what is missing & update this to work with 3.6.x

Until then, I'm sorry there's just no way for me to.

A|3 04-01-2007 02:36 PM

i've arranged it to work with 3.6
if you want i'll post it

MysticMoon 04-01-2007 02:50 PM

Thanks ~ yes if you have the solution to make
it work with 3.6 feel free to post here it :)

A|3 04-01-2007 03:02 PM

here it is :)

MPDesignZ 04-01-2007 03:35 PM

Great! Thanks

MP

A|3 04-05-2007 04:43 PM

i've just found another piece of template code to delete in FORUMDISPLAY , i'll post it in here:

Code:

          <if condition="$vboptions[showmoderatorcolumn]">
          <td class="thead">$vbphrase[moderator]</td>
          </if>


yeshoward 05-24-2007 03:24 PM

Hello

I use this template too, but I find moderator of father forum will automatically become his child forum's moderators...and his name just right after EVERY moderators of child forums...

Can we at least not showing father moderator there?

SBlueman 10-14-2007 03:09 AM

I am having a problem with this mod, check out my screenshot:

http://img513.imageshack.us/img513/5474/listingwk6.png

These are the issues I have:
  • There is a space before the comma when there is more than one moderator
  • The names of any more than two moderators wrap to the next line but end up undet the forum icon. I'd like it to end up under the first name.

Is there any way to fix this? Thank you in advance.

Rajdeep 11-13-2007 02:23 PM

I Wont This To Be Displayed In Forums Where Moderators Are There.but This "moderated By" Is Shown Where There Are No Moderators Also.

Rajdeep 11-13-2007 02:44 PM

i dont want the moderated by message, in sections where there is no moderator...
PLease help me thanks


All times are GMT. The time now is 06:34 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.01214 seconds
  • Memory Usage 1,818KB
  • 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
  • (5)bbcode_code_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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