vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Forum Home Enhancements - Seperate Forum Categories (https://vborg.vbsupport.ru/showthread.php?t=123713)

pr0team.net 11-19-2006 07:05 PM

how to unistall ?!?!

RS_Jelle 11-19-2006 07:12 PM

Quote:

Originally Posted by pr0team.net (Post 1120978)
how to unistall ?!?!

AdminCP -> Plugins & Products -> Manage Products -> Unistall (in the dropdown box of the product) ;)

pr0team.net 11-19-2006 07:22 PM

Yes don't work....
confuse..

RS_Jelle 11-19-2006 07:51 PM

Quote:

Originally Posted by pr0team.net (Post 1120989)
Yes don't work....
confuse..

That's a vBulletin problem then, not a problem of this mod normally :)
Do you get a specific error message or something like that?

taydu 11-24-2006 05:27 AM

Quote:

Originally Posted by tobybird (Post 1063352)
I experienced this as well.

eta: To expand... the category for the first forum disappeared and the category/forum header did not switch as expected for the remaining forums.

Any ideas?

me too any idea how to solve this ???

HellRazor 11-24-2006 02:23 PM

Quote:

Originally Posted by RS_Jelle (Post 1103243)
That's a limitation of doing it with a product file (it's stated clear in the first post), otherwise you need to do some template edits. There are also two template edits mods if you want to fix this, you can find them here and here ;)

These fixes seems to post the entire hack again as template mods.

Short of uninstalling this addon and using one of the other hacks, what mods do we need to make (with this addon installed) to make all of the columns match up? (The sizes are all off on the "last post" column).

Devil Woman 11-24-2006 05:11 PM

Thanks for this, just what I have been looking for :)

sunnycher 11-26-2006 12:20 PM

Perfect! Thank You! Installed!

taydu 11-29-2006 01:25 AM

Quote:

Originally Posted by lillylissy (Post 1052678)
Thank you very much Jelle for this great hack!
Particularly beautifully: It is valid XHTML! ;)



Find in:
- FORUMDISPLAY
- FORUMHOME
- forumhome_seperate_forumcats

PHP Code:

    <tr align="center">
      <
td class="thead">&nbsp;</td>
      <
td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
      <
td class="thead" width="175">$vbphrase[last_post]</td>
      <
td class="thead">$vbphrase[threads]</td>
      <
td class="thead">$vbphrase[posts]</td>
      <if 
condition="$vboptions['showmoderatorcolumn']">
      <
td class="thead">$vbphrase[moderator]</td>
      </if>
    </
tr


And replace it with (for example):

PHP Code:

     <tr align="center">
      <
td class="thead" width="5%">&nbsp;</td>
      <
td class="thead" width="50%" align="$stylevar[left]">$vbphrase[forum]</td>
      <
td class="thead" width="35%">$vbphrase[last_post]</td>
      <
td class="thead" width="5%">$vbphrase[threads]</td>
      <
td class="thead" width="5%">$vbphrase[posts]</td>
      <if 
condition="$vboptions['showmoderatorcolumn']">
      <
td class="thead" width="0%">$vbphrase[moderator]</td>
      </if>
    </
tr

Notice how not all of the table cells (<td> tags) have width attributes. You need to give each cell a width attribute, and the total widths need to equal 100% of the horrizontal space. Percentages work well for this.

Kind Regards

I did this and only the main category get the right width for it column, other category column width are mess up

ninjamaster 11-29-2006 07:35 PM

thanks for this ;)

Rickie3 11-29-2006 08:39 PM

works great on 3.5 *installed* if anyone wants it ive edited out the executioner 5,this is for version 3.5

KURTZ 12-04-2006 04:18 PM

interested in this hack ...

just INSTALLED and FIXED :)

Magnetism 12-07-2006 07:50 AM

Installed great mod, thanx alot.

Ziki 12-09-2006 09:14 AM

Quote:

Have a look at the attacked screenshot
lol :D

RS_Jelle 12-09-2006 12:43 PM

Quote:

Originally Posted by Ziki (Post 1135072)
Quote:

Have a look at the attacked screenshot
lol :D

Fixed :) :knockedout:

Smoothie 12-11-2006 01:28 AM

Can someone clarify the needed template edits to perform to make the columns (forums/last post/threads/posts) line up properly? After reading through all 4 pages of this it seems there is some confusion as to what is needed.

sunnycher 12-11-2006 01:33 AM

I'd like to know also Smoothie! I installed it and my columns were all out of wack so I uninstalled it.

Raw Sugar 12-11-2006 03:46 AM

I believe the template that needs editing is 'forumhome_forumbit_level1_nopost'... I've had to fix it quite a few times. Just change the order. Anything that needs to be edited would be under the 'forumhome' templates.

So check those. :)

LordDB 12-17-2006 07:26 AM

RS_Jelle, nice hack! ;)

How do you take out the 'Forum - Last Post - Threads - Posts' bar, as I feel this would look better if it was removed so as to only display the Forum Name?

Your advice would be appreciated on this!

Br.

Talisman 12-17-2006 10:36 AM

Can't be sure from what's posted here. Is this working or not?

sunnycher 12-17-2006 02:16 PM

I like it, I just don't like how it doesn't align all the forums so I uninstalled it.

HellRazor 12-18-2006 07:37 AM

Quote:

Originally Posted by Talisman (Post 1140266)
Can't be sure from what's posted here. Is this working or not?

It works but causes some alignment problems with some of the cells on the forum home. There is a way to fix it by editing templates, but no one has yet posted exactly how to do that.

tschai 12-18-2006 04:06 PM

One of the easiest, yet most-usefull add-on; nice work; worked flawless on 3.6.4

*clicks install*

TrIn@dOr 12-18-2006 04:44 PM

Thanks.

Smoothie 12-19-2006 12:33 AM

Quote:

Originally Posted by Renes4 (Post 1141040)
One of the easiest, yet most-usefull add-on; nice work; worked flawless on 3.6.4

*clicks install*

Yea, looks nice, except one minor problem. Just like everyone else who has installed this, your columns are not aligned properly. :rolleyes:

BigJimTheLug 12-24-2006 07:59 AM

this is great!

I love it!

One thing, how can I display an adsense banner 720 x 90 in between some of the forum categories?

thanks, I love this!

Daky 12-25-2006 09:14 PM

Quote:

Originally Posted by sunnycher (Post 1140353)
I like it, I just don't like how it doesn't align all the forums so I uninstalled it.

Same here.

Is there any way to fix that?

cupra 12-25-2006 09:45 PM

thx a lot - install!

zeropaid 12-28-2006 01:13 AM

Here is what you want to do if you are having problems with misaligned columns.

Edit these 2 templates

- FORUMHOME
- forumhome_seperate_forumcats



Replace forumhome_seperate_forumcats with the following code:

Code:

</table>
<br />
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tbody>
      <td class="thead" width="5%">&nbsp;</td>
      <td class="thead" width="70%" align="$stylevar[left]">$vbphrase[forum]</td>
      <td class="thead" width="15%">$vbphrase[last_post]</td>
      <td class="thead" width="5%">$vbphrase[threads]</td>
      <td class="thead" width="5%">$vbphrase[posts]</td>
      <if condition="$vboptions['showmoderatorcolumn']">
      <td class="thead" width="0%">$vbphrase[moderator]</td>
      </if>
</tbody>

In FORUMHOME

Look for this

Code:

<!-- main -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">

and put this after

Code:

<tbody>
      <td class="thead" width="5%">&nbsp;</td>
      <td class="thead" width="70%" align="$stylevar[left]">$vbphrase[forum]</td>
      <td class="thead" width="15%">$vbphrase[last_post]</td>
      <td class="thead" width="5%">$vbphrase[threads]</td>
      <td class="thead" width="5%">$vbphrase[posts]</td>
      <if condition="$vboptions['showmoderatorcolumn']">
      <td class="thead" width="0%">$vbphrase[moderator]</td>
      </if>
</tbody>

If you see a double row of the table headers, look for a set of code like the above and delete it. It should be right after the code you just added above.

Smoothie 12-28-2006 01:42 AM

Quote:

Originally Posted by zeropaid (Post 1146129)
Here is what you want to do if you are having problems with misaligned columns.

Edit these 2 templates

- FORUMHOME
- forumhome_seperate_forumcats



Replace forumhome_seperate_forumcats with the following code:

Code:

</table>
<br />
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tbody>
      <td class="thead" width="5%">&nbsp;</td>
      <td class="thead" width="70%" align="$stylevar[left]">$vbphrase[forum]</td>
      <td class="thead" width="15%">$vbphrase[last_post]</td>
      <td class="thead" width="5%">$vbphrase[threads]</td>
      <td class="thead" width="5%">$vbphrase[posts]</td>
      <if condition="$vboptions['showmoderatorcolumn']">
      <td class="thead" width="0%">$vbphrase[moderator]</td>
      </if>
</tbody>

In FORUMHOME

Look for this

Code:

<!-- main -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">

and put this after

Code:

<tbody>
      <td class="thead" width="5%">&nbsp;</td>
      <td class="thead" width="70%" align="$stylevar[left]">$vbphrase[forum]</td>
      <td class="thead" width="15%">$vbphrase[last_post]</td>
      <td class="thead" width="5%">$vbphrase[threads]</td>
      <td class="thead" width="5%">$vbphrase[posts]</td>
      <if condition="$vboptions['showmoderatorcolumn']">
      <td class="thead" width="0%">$vbphrase[moderator]</td>
      </if>
</tbody>

If you see a double row of the table headers, look for a set of code like the above and delete it. It should be right after the code you just added above.

Hi, did you apply the above fix to your forums? Because if you did, it ain't working. The columns are not aligned properly. I read that even with the above fix it may or may not align the columns. Part of the problem is the length of the last post title. It may be need to be shortened in the admin cp.

zeropaid 12-28-2006 02:03 AM

I see the problem, I will work on a fix and post here asap.

danhaga 12-28-2006 11:12 AM

is it possible to use html in the newly created sepparation? For example, is there a way i could insert a banner in the new space?

HellRazor 12-29-2006 07:51 AM

Quote:

Originally Posted by zeropaid (Post 1146145)
I see the problem, I will work on a fix and post here asap.

Thanks for doing this! Looking forward to your fix.

Smoothie 12-29-2006 02:55 PM

I tried messing around with the templates to get this to line up correctly. I edited forumhome and the template that gets installed with this mod, I think it was called forumhome_separate_categories. I got them to align perfectly. Problem was that when the browser window was large, the columns aligned, but when you resized the browser window smaller, the columns became unaligned.

the percentages were like this, for both templates;

Code:

<td class="thead">&nbsp;</td>
      <td class="thead" width="55%" align="$stylevar[left]">$vbphrase[forum]</td>
      <td class="thead" width="25%">$vbphrase[last_post]</td>
      <td class="thead" width="10%">$vbphrase[threads]</td>
      <td class="thead" width="10%">$vbphrase[posts]</td>
      <if condition="$vboptions['showmoderatorcolumn']">
      <td class="thead">$vbphrase[moderator]</td>


Daky 01-04-2007 05:25 AM

RS_Jelle,
do you plan on fixing this "problem" (if you can call it).

I really would like to use this script.

Thank you

stan111 01-25-2007 04:16 AM

confusing .. anyone make it easier for me :confused:
and where do i upload this file?

RS_Jelle 01-25-2007 04:42 AM

Quote:

Originally Posted by stan111 (Post 1166833)
confusing .. anyone make it easier for me :confused:
and where do i upload this file?

AdminCP -> Plugins & Products -> Manage Products -> Add/Import Product ;)
Select the file and hit the Import button, that's all.


@everyone: I'm planning a fix for the alignment problem, but it will require template edits ofcourse.

kal-L 01-26-2007 04:49 PM

Great!! Works like a charm mate! So much faster than manual edits :D

joeychgo 02-01-2007 02:18 AM

Quote:

Originally Posted by RS_Jelle (Post 1166845)

@everyone: I'm planning a fix for the alignment problem, but it will require template edits ofcourse.


IM looking forward to thise

Ohiosweetheart 02-01-2007 02:19 AM

Quote:

Originally Posted by RS_Jelle (Post 1166845)
AdminCP -> Plugins & Products -> Manage Products -> Add/Import Product ;)
Select the file and hit the Import button, that's all.


@everyone: I'm planning a fix for the alignment problem, but it will require template edits ofcourse.

RS, any idea when this fix will come about?


All times are GMT. The time now is 07:05 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.01792 seconds
  • Memory Usage 1,855KB
  • 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
  • (7)bbcode_code_printable
  • (2)bbcode_php_printable
  • (16)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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