vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Forums arranged in columns on forumhome (https://vborg.vbsupport.ru/showthread.php?t=59958)

Alex Norton 04-18-2005 08:03 AM

I tried this and it just isn't to my liking; but good work on the hack!

Allan 04-21-2005 05:28 AM

hey all :)

I will like carried out that, it is has to say creates icons different according to the section, but with 2 icon different, one to sink when a post or prone was creates, and a light when there y is no subject or post creates

it's possible ?

Cheertobi 04-21-2005 08:53 AM

Hi,

Quote:

Originally Posted by Allan
I will like carried out that, it is has to say creates icons different according to the section, but with 2 icon different, one to sink when a post or prone was creates, and a light when there y is no subject or post creates

check http://www.vbulletin.com/forum/showthread.php?t=114545 and give the instructions in the third post a try! Works for us...

Regards,

Tobi

Allan 04-21-2005 11:47 AM

Quote:

Originally Posted by Cheertobi
Hi,


check http://www.vbulletin.com/forum/showthread.php?t=114545 and give the instructions in the third post a try! Works for us...

Regards,

Tobi


thanks Cheertobi ;)

fiber1 04-25-2005 04:05 AM

I read through the thread here, but did not see what I was looking for. (might have missed it) I wanted this exact same hack, but only to effect the forumdisplay (sub-forums) ONLY If I install this hack is there an option for the forum display page only and not the forum home?

Thanks,

Fiber1

Xenon 04-25-2005 03:14 PM

well, actually the forumdisplay change is optionally, and the forumhome is the default, but if you just change

PHP Code:

THIS_SCRIPT == 'index' 

into
PHP Code:

THIS_SCRIPT != 'index' 

it should do it

taksbox 04-26-2005 09:43 AM

Is the hack work fine for VB 3.0.7 ??

thanks

Cheertobi 04-26-2005 05:18 PM

Hi,

Quote:

Originally Posted by taksbox
Is the hack work fine for VB 3.0.7 ??

yes, works fine here with 3.0.7!

Tobi

P.Jackson 04-26-2005 06:12 PM

anyone got any ideas about doing a addon like this?

https://vborg.vbsupport.ru/showpost....&postcount=402

would be a great addition :)

Cheertobi 04-27-2005 04:25 PM

Quote:

Originally Posted by P.Jackson
anyone got any ideas about doing a addon like this?

https://vborg.vbsupport.ru/showpost....&postcount=402

would be a great addition :)

https://vborg.vbsupport.ru/showpost....&postcount=403

Regards,

Tobi

ChrisSy 05-04-2005 06:48 PM

Xenon, whats the phrase to display subforums inside a category that uses this hack?

Thanks

Borgs8472 05-22-2005 02:16 PM

Just to say thanks for a great hack, if you're freaked like me that your forums collapse after uploading functions forumlist.php, it's only cause you need to set a forum to columns 1, then it's all fine. :)

Skaterscafe.com 05-29-2005 10:48 PM

Quote:

Originally Posted by Borgs8472
Just to say thanks for a great hack, if you're freaked like me that your forums collapse after uploading functions forumlist.php, it's only cause you need to set a forum to columns 1, then it's all fine. :)


Where?

I have installed the hack but cannot get the forums to expand.

AlexUK 05-31-2005 02:39 PM

how do I make the latest post show in the front page?

look here: www.whitecordcult.com/forums
I want to make the images link to the forum and have the latest thread displayed.
Any help please?

Fallback 06-01-2005 05:13 PM

I would like to have the forums and subforums listed in one column on the forum home like this site is this possible with this hack?

BlackxRam 06-01-2005 07:56 PM

Guys... keep this discussion on track... this is about arranging your forums in columns not making posts on the front page. Please SEARCH the forums and make posts in the proper forum, if you cant find it post in the general discussion or make a request. Don't flood this poor guys mod with pointless banter.

Fallback 06-02-2005 12:53 AM

huh? ...Im asking about having the forums and subforums listed in one column on the forumhome page like on sitepoint...

turkforum 07-16-2005 04:14 AM

First of all, I thank you a lot Xenon for this hack.. (And for Vbulletin :) )
I play around my forumhome_forumbit_columncell template with my limited vb and html knowledge..But 2 things I couldn't manage..

http://img309.imageshack.us/img309/4...mlar2zf.th.png

1.Can't show how many visitor are browsing the forums..

I tried to add this code to forumhome_forumbit_columncell temp and it didn't show how many users are browsing..
HTML Code:

<div>
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
<if condition="$show['browsers']"><span class="smallfont">(<phrase 1="$forum[browsers]">$vbphrase[x_viewing]</phrase>)</span></if>
</div>

2.Can't put the post colums in onder when different categories sperated..
As it seen in SS..forumhome_forumbit_columncell is here..

HTML Code:

<td colspan="65">
                <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>

<div class="smallfont">$forum[description]</div>


<if condition="$show['lastpostinfo']">
<div class="smallfont" align="$stylevar[left]">
        <div class="smallfont">
                <a href="showthread.php?$session[sessionurl]goto=newpost&amp;t=$lastpostinfo[lastthreadid]" title="<phrase 1="$lastpostinfo[lastthread]">$vbphrase[go_first_unread_in_thread_x]</phrase>"><strong>$lastpostuser[trimthread]</strong></a>

                <phrase 1="member.php?$session[sessionurl]find=lastposter&amp;f=$lastpostinfo[forumid]" 2="$lastpostinfo[lastposter]">last post <strong>$vbphrase[by_x]</strong></phrase>
        </div>
       
<div align="$stylevar[right]">
                $lastpostinfo[lastpostdate] <if condition="!$show['detailedtime']"><span class="time">$lastpostinfo[lastposttime]</span></if>

                <a href="showthread.php?$session[sessionurl]goto=lastpost&amp;t=$lastpostinfo[lastthreadid]"><img class="inlineimg" src="$stylevar[imgdir_button]/lastpost.gif" alt="$vbphrase[go_to_last_post]" border="0"></a>
        </div>
</div>

<else />

        $lastpostinfo[lastpostdate] <if condition="!$show['detailedtime']"><span class="time">$lastpostuser[lastpostuser]</span></if>
</if>
<td class="alt2" colspan="23" border="0"><center>$forum[replycount]</center></td>

To all of my problems,Floris's hack is a kind of solution but i couldn't do it..
https://vborg.vbsupport.ru/showthread.php?t=89893

Can you help me to solve these problems? :)

Xenon 07-17-2005 12:23 PM

sorry, but right now, i cannot help you out, i'm too busy, sorry.

But maybe another member here has a solution

Cheertobi 07-28-2005 06:42 AM

Hi,

Quote:

Originally Posted by Xenon
sorry, but right now, i cannot help you out, i'm too busy, sorry.

But maybe another member here has a solution

do you plan to port it someday to vB3.5 when you are not so busy once?

Regards,

Tobi

Xenon 07-28-2005 12:31 PM

hmm, cannot promise anything, as it's a hack i don't use myself it's not very high on my to do list.

just if i have to much freetime on my hands ;)
but as it shouldn't be too hard to port it, the chances are high that i will do it on a day i feel bored ;)

ed2k_2 08-01-2005 06:34 AM

Hi! I am following this thread closely. :nervous: I have a little problem. I tried browsing the previous pages but I think I didn't find the answer. I hope you could help me.

Could I have like a line separating between the tables? Is there any modification I can do it to appear that way?

Thank you in advance.

Xenon 08-01-2005 01:17 PM

you can manipulate the style of your culumn boxes by using css

style="border: solid 1px black;" for example

Andreas 08-01-2005 01:18 PM

Quote:

Originally Posted by Xenon
hmm, cannot promise anything, as it's a hack i don't use myself it's not very high on my to do list.

just if i have to much freetime on my hands ;)
but as it shouldn't be too hard to port it, the chances are high that i will do it on a day i feel bored ;)

There are already Versions for vB 3.5 - 1 Code Hack and 1 Template Edit.

TopeeGuy 08-02-2005 01:21 PM

I'm having problems showing the number of browsing users... any idea how to display it?

Cheertobi 08-09-2005 06:58 PM

Hi,

Quote:

Originally Posted by KirbyDE
There are already Versions for vB 3.5 - 1 Code Hack and 1 Template Edit.

could you please pm me the links?! I did not found any hack for forums, just for subforums arranged in columns!

Regards,

Tobias

99SIVTEC 08-09-2005 07:54 PM

^^ Same here

jilly 08-31-2005 02:12 PM

How do I configure it so that my sub forums show on the main board index, underneath the names of their parent forum?

fridayweb 09-08-2005 08:46 PM

I had a question about changing between styles, and I found the answer in thr the thread.

Thank you for your time, I love this hack idea. :)

dndog 09-18-2005 08:13 AM

Hey Xenon,

I recently installed your hack with great success and have been doing a bit of modifying on my own.

One thing I wish to do is have a different "forumhome_forumbit_columncell" template for my FORUMDISPLAY and my forumhome_forumbit_level1_nopost. I'm trying to get different looks for both, but they both seem to feed off of the same template (forumhome_forumbit_columncell) and I can't figure out how to change this. I'm running vB 3.0.1.

How can I do this?

Thanks a ton for this great hack!

-dndog

Xenon 09-18-2005 12:19 PM

yep it uses the same template, as that's the default way of vbulletin overall.

the easiest thing would be to just use a template conditional

HTML Code:

<if condition="THIS_SCRIPT == 'index'>
normal template here
<else />
forumdisplay template here
</if>


dndog 09-18-2005 10:53 PM

Quote:

Originally Posted by Xenon
yep it uses the same template, as that's the default way of vbulletin overall.

the easiest thing would be to just use a template conditional

HTML Code:

<if condition="THIS_SCRIPT == 'index'>
normal template here
<else />
forumdisplay template here
</if>


When I applied that to the forumhome_forumbit_columncell, it gave me this parse error warning:


Quote:

The following error occurred when attempting to evaluate this template:

Parse error: parse error, unexpected '<' in /home/dndonli/public_html/includes/adminfunctions_template.php(3037) : eval()'d code on line 3
How can I get around this?

Thanks.

Marco van Herwaarden 09-19-2005 03:51 AM

First line is missing closing quotes:
HTML Code:

<if condition="THIS_SCRIPT == 'index'">

Boofo 09-19-2005 05:35 AM

Aren't Xenon amd Kirby from the same country? Are they "coding" related by chance? LOL

Xenon 09-19-2005 10:42 AM

yep bob ;)

TruthElixirX 09-25-2005 05:30 PM

I can't find hte 3.5 version. >.<. Can someone link me?

99SIVTEC 09-26-2005 02:35 AM

THere isn't a 3.5 version.

99SIVTEC 09-28-2005 10:04 PM

ok, 3.5 went gold today. Please release the code. I know of at least one site running it on 3.5 beta. It's all I need before I upgrade my main site :)

Andreas 09-28-2005 10:05 PM

Xenon is on Holiday and won't be here for the next weeks.

99SIVTEC 09-28-2005 10:11 PM

Great!

Will someone kindly share the code with me via pm? I have no desire to release it nor do I need support for it. I just had problems with a small portion of the code when I was porting it over myself.


All times are GMT. The time now is 01:37 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.02025 seconds
  • Memory Usage 1,838KB
  • 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_html_printable
  • (2)bbcode_php_printable
  • (10)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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