vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Forum Home Enhancements - Right side column on forum home and forum display (https://vborg.vbsupport.ru/showthread.php?t=229496)

Baf_Jams 12-07-2009 10:40 PM

Is there a way to make the column on the right side instead/ as well ?

dt-pain 12-08-2009 03:36 PM

1 Attachment(s)
How can I align the footer to the side? Please see attached image..

Seven Skins 12-08-2009 04:01 PM

That will be done in stylevars "Document Margin" ... change the margins to 0 ...but that will also resize the header.

Seven Skins 12-08-2009 04:02 PM

Quote:

Originally Posted by Baf_Jams (Post 1927029)
Is there a way to make the column on the right side instead/ as well ?

If I get time I will edit it.

Hammon 12-09-2009 11:28 AM

Please, can you do a left version of the plugin?

dt-pain 12-09-2009 03:03 PM

Quote:

Originally Posted by Seven Skins (Post 1927325)
That will be done in stylevars "Document Margin" ... change the margins to 0 ...but that will also resize the header.

Why would I do that then? There has got to be another way..

fourat 12-09-2009 09:32 PM

Seven skin .. vb team add a nice default sidebar to vb4
exactly what i want :)

SCSCSC 12-10-2009 05:18 AM

Quote:

Originally Posted by Dr.osamA (Post 1927009)
Hi Mr. Seven Skins
I did some changes to the product as shown in the example on my site demo

Please help and make sure it is correct

changes:

- cancellation showing in the forumdisply
- amendment to the template to show a group of boxes and media links
- make the column appear between Navbar and Statistics of the forum

Deom
http://www.alra7ba.net/forums/forum.php?langid=1



user = vBulletin (as mod)
pass = 123456

if it is correct plzz add the product in attch. and upgrade the orignal mod
or add product as second option:)


doestnt work

it comes but not showing content

Seven Skins 12-10-2009 12:00 PM

Quote:

Originally Posted by fourat (Post 1928035)
Seven skin .. vb team add a nice default sidebar to vb4
exactly what i want :)

Yes they have ... this means this hack is dead ... lol

I saw that last night at vb.com after I finished making left side column :(

.

Baf_Jams 12-10-2009 04:41 PM

Post it up anyway I will use it till they release :)

tommyxv 12-10-2009 11:01 PM

Keep this alive...more options the better.

Universal 12-11-2009 01:41 AM

Depending on the options available on vBs side column, people might still want to use a side column mod. At first glance, vBs side column may be a little to wide for my liking.

fourat 12-11-2009 12:35 PM

Quote:

Originally Posted by Seven Skins (Post 1928267)
Yes they have ... this means this hack is dead ... lol

I saw that last night at vb.com after I finished making left side column :(

.

No problem seven
You can improve vb.com sidebar and adding another options to it like Member's Avatar

Carnage 12-11-2009 01:26 PM

Quote:

No problem seven
You can improve vb.com sidebar and adding another options to it like Member's Avatar
Also, by pulling in CMS widgets and making it appear on forum display and thread display pages as well

Tize. 12-12-2009 11:56 AM

Please Help, i dont understand edit the navbar ? Insert the code in navbar ?
This is my code!.
header
HTML Code:

<div class="above_body">
<div id="header" class="floatcontainer doc_header">
        {vb:raw ad_location.ad_header_logo}
        <div><a name="top" href="{vb:raw vboptions.forumhome}.php{vb:raw session.sessionurl_q}" class="logo-image"><img src="{vb:stylevar titleimage}" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" /></a></div>
        <div id="toplinks" class="toplinks">
                <vb:if condition="$show['member']">
                        <ul class="isuser">
                                <li>{vb:rawphrase welcome_x_link_y, {vb:raw bbuserinfo.username}, {vb:link member, {vb:raw bbuserinfo}}}</li>
                                <vb:if condition="$notifications_total">
                                <li class="popupmenu notifications" id="notifications">
                                        <a class="popupctrl" href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase your_notifications}: <span class="notifications-number"><strong>{vb:raw notifications_total}</strong></span></a>
                                        <ul class="popupbody popuphover">
                                                {vb:raw notifications_menubits}
                                        </ul>
                                </li>
                                <vb:else />
                                <li class="popupmenu nonotifications" id="nonotifications">
                                        <a class="popupctrl" href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase your_notifications}</a>
                                        <div class="popupbody popuphover">
                                                <p>{vb:rawphrase no_new_messages}</p>
                                                <p><a href="private.php{vb:raw session.sessionurl_q}">{vb:rawphrase inbox}</a></p>
                                        </div>
                                </li>
                                </vb:if>
                                <li><a href="{vb:link member, {vb:raw bbuserinfo}}">{vb:rawphrase your_profile}</a></li>
                                <li><a href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase control_panel}</a></li>
                                <vb:if condition="$show['registerbutton']">
                                <li><a href="register.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase register}</a></li>
                                </vb:if>                               
                                <li><a href="login.php?{vb:raw session.sessionurl}do=logout&amp;logouthash={vb:raw bbuserinfo.logouthash}" onclick="return log_out('{vb:rawphrase sure_you_want_to_log_out}')">{vb:rawphrase log_out}</a></li>
                        </ul>
                        <vb:comment><p>{vb:rawphrase last_visited_x_at_y, {vb:raw pmbox.lastvisitdate}, {vb:raw pmbox.lastvisittime}}</p></vb:comment>
                <vb:else />
                        <ul class="nouser">
                        <vb:if condition="$show['registerbutton']">
                                <li><a href="register.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase register}</a></li>
                        </vb:if>                       
                                <li><a rel="help" href="faq.php{vb:raw session.sessionurl_q}">{vb:rawphrase help}</a></li>
                        </ul>
                        <script type="text/javascript" src="clientscript/vbulletin_md5.js?v={vb:raw vboptions.simpleversion}"></script>
                        <form action="login.php?{vb:raw session.sessionurl}do=login" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, {vb:raw show.nopasswordempty})">
                                <fieldset id="logindetails" class="logindetails">
                                        <div>
                                                <div>
                                        <input type="text" class="textbox default-value" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="<vb:if condition="$username">{vb:raw username}<vb:else />{vb:rawphrase username}</vb:if>" onfocus="if (this.value == '<vb:if condition="$username">{vb:raw username}<vb:else />{vb:rawphrase username}</vb:if>'){this.value=''; this.style.color='black';}" onblur="if (this.value == '') {this.value='<vb:if condition="$username">{vb:raw username}<vb:else />{vb:rawphrase username}</vb:if>'; this.style.color='#828282';}"/>
                                        <input type="password" class="textbox default-value" name="vb_login_password" id="navbar_password" size="10" tabindex="102" onfocus="this.style.color='black';" />
                                        <input type="submit" class="loginbutton" value="{vb:rawphrase log_in}" tabindex="104" title="{vb:rawphrase enter_username_to_login_or_register}" accesskey="s" />
                                                </div>
                                        </div>
                                </fieldset>
                                <div id="remember" class="remember">
                                        <label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" /> {vb:rawphrase remember_me}</label>
                                </div>
                       
                                <input type="hidden" name="s" value="{vb:raw session.sessionhash}" />
                                <input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
                                <input type="hidden" name="do" value="login" />
                                <input type="hidden" name="vb_login_md5password" />
                                <input type="hidden" name="vb_login_md5password_utf" />
                        </form>       
                </vb:if>
        </div>
        <div class="ad_global_header">
                {vb:raw ad_location.global_header1}
                {vb:raw ad_location.global_header2}
        </div>
        <hr />
        {vb:raw ad_location.ad_header_end}
</div>
</div>

headinclude
HTML Code:

<meta http-equiv="Content-Type" content="text/html; charset={vb:stylevar charset}" />
<meta id="e_vb_meta_bburl" name="vb_meta_bburl" content="{vb:raw vboptions.bburl}" />
<base href="{vb:raw vboptions.bburl}/" />
<meta name="generator" content="vBulletin {vb:raw vboptions.templateversion}" />

<vb:if condition="$show['threadinfo']">

<vb:elseif condition="$show['foruminfo']" />
                <meta name="keywords" content="{vb:raw foruminfo.title_clean}, {vb:raw vboptions.keywords}" />
                <meta name="description" content="<vb:if condition="$pagenumber > 1">{vb:rawphrase page_x, $pagenumber}-</vb:if>{vb:raw foruminfo.description_clean}" />
<vb:else />
                <meta name="keywords" content="{vb:raw vboptions.keywords}" />
                <meta name="description" content="{vb:raw vboptions.description}" />
</vb:if>

<script type="text/javascript" src="{vb:stylevar yuipath}/yuiloader-dom-event/yuiloader-dom-event.js?v={vb:raw vboptions.simpleversion}"></script>
<script type="text/javascript" src="{vb:stylevar yuipath}/connection/connection-min.js?v={vb:raw vboptions.simpleversion}"></script>
<script type="text/javascript">
<!--
        var SESSIONURL = "{vb:raw session.sessionurl_js}";
        var SECURITYTOKEN = "{vb:raw bbuserinfo.securitytoken}";
        var IMGDIR_MISC = "{vb:stylevar imgdir_misc}";
        var IMGDIR_BUTTON = "{vb:stylevar imgdir_button}";
        var vb_disable_ajax = parseInt("{vb:raw vboptions.disable_ajax}", 10);
        var SIMPLEVERSION = "{vb:raw vboptions.simpleversion}";
        var BBURL = "{vb:raw vboptions.bburl}";
// -->

</script>
<script type="text/javascript" src="{vb:raw vboptions.bburl}/clientscript/vbulletin-core.js?v={vb:raw vboptions.simpleversion}"></script>

<vb:if condition="$vboptions['externalrss']">
        <link rel="alternate" type="application/rss+xml" title="{vb:raw vboptions.bbtitle} {vb:rawphrase rss_feed}" href="{vb:raw vboptions.bburl}/external.php?type=RSS2" />
        <vb:if condition="$show['foruminfo'] OR $show['threadinfo']">
                <link rel="alternate" type="application/rss+xml" title="{vb:raw vboptions.bbtitle} - {vb:raw foruminfo.title_clean} - {vb:rawphrase rss_feed}" href="{vb:raw vboptions.bburl}/external.php?type=RSS2&amp;forumids={vb:raw foruminfo.forumid}" />
        </vb:if>
</vb:if>

<link rel="stylesheet" type="text/css" href="{vb:stylevar yuipath}/reset-fonts/reset-fonts.css" />
<link rel="stylesheet" type="text/css" href="{vb:var vbcsspath}vbulletin.css,vbulletin-chrome.css,components.css,vbulletin-formcontrols.css<vb:if condition="$show['editor_css']">,editor.css</vb:if>" />

footer

HTML Code:

{vb:raw ad_location.ad_footer_start}
{vb:raw ad_location.global_above_footer}
<div class="footercontainer">
<div class="footercontainer2">
<div id="footer" class="floatcontainer footer">

        <form action="{vb:raw vboptions.forumhome}.php" method="get" id="footer_select" class="footer_select">

                       
                <vb:if condition="$show['quickchooser']">
                        <select name="styleid" onchange="switch_id(this, 'style')">
                                <optgroup label="{vb:rawphrase quick_style_chooser}">
                                        {vb:raw quickchooserbits}
                                </optgroup>
                        </select>       
                </vb:if>
               
                <vb:if condition="$show['languagechooser']">
                        <select name="langid" onchange="switch_id(this, 'lang')">
                                <optgroup label="{vb:rawphrase quick_language_chooser}">
                                        {vb:raw languagechooserbits}
                                </optgroup>
                        </select>
                </vb:if>
        </form>

        <ul id="footer_links" class="footer_links">
                <vb:if condition="$show['contactus']"><li><a href="{vb:raw vboptions.contactuslink}" rel="nofollow" accesskey="9">{vb:rawphrase contact_us}</a></li></vb:if>
                <vb:if condition="$vboptions['hometitle']"><li><a href="{vb:raw vboptions.homeurl}">{vb:raw vboptions.hometitle}</a></li></vb:if>
                <vb:if condition="$show['admincplink']"><li><a href="{vb:raw admincpdir}/index.php{vb:raw session.sessionurl_q}">{vb:rawphrase admin}</a></li></vb:if>
                <vb:if condition="$show['modcplink']"><li><a href="{vb:raw modcpdir}/index.php{vb:raw session.sessionurl_q}">{vb:rawphrase mod}</a></li></vb:if>
                <vb:if condition="$vboptions['archiveenabled']"><li><a href="archive/index.php">{vb:rawphrase archive}</a></li></vb:if>
                {vb:raw template_hook.footer_links}
                <vb:if condition="$vboptions['privacyurl']"><li><a href="{vb:raw vboptions.privacyurl}">{vb:rawphrase privacy_statement}</a></li></vb:if>
                <vb:if condition="$vboptions['tosurl']"><li><a href="{vb:raw vboptions.tosurl}">{vb:rawphrase terms_of_service}</a></li></vb:if>
                <li><a href="{vb:raw relpath}#top" onclick="document.location.hash='top'; return false;">{vb:rawphrase top}</a></li>
        </ul>
       
       
        <vb:if condition="$show['dst_correction']">
        <!-- auto DST correction code -->
                <form action="profile.php?do=dst" method="post" name="dstform">
                        <input type="hidden" name="s" value="{vb:raw session.sessionhash}" />
                        <input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
                        <input type="hidden" name="do" value="dst" />
                </form>
                <script type="text/javascript">
                <!--
                        var tzOffset = {vb:raw bbuserinfo.timezoneoffset} + {vb:raw bbuserinfo.dstonoff};
                        var utcOffset = new Date().getTimezoneOffset() / 60;
                        if (Math.abs(tzOffset + utcOffset) == 1)
                        {        // Dst offset is 1 so its changed
                                document.forms.dstform.submit();
                        }
                //-->

                </script>
                <!-- / auto DST correction code -->
        </vb:if>
       
        <script type="text/javascript">
        <!--
                // Main vBulletin Javascript Initialization
                vBulletin_init();
        //-->

        </script>
</div>
</div>
</div>
<div class="below_body">
<div id="footer_time" class="shade footer_time">{vb:rawphrase all_times_are_gmt_x_time_now_is_y}</div>

<div id="footer_copyright" class="shade footer_copyright">
        <!-- Do not remove this copyright notice -->
        {vb:rawphrase powered_by_vbulletin}
        <!-- Do not remove this copyright notice -->       
</div>
<div id="footer_morecopyright" class="shade footer_morecopyright">
        <!-- Do not remove cronimage or your scheduled tasks will cease to function -->
        {vb:raw cronimage}
        <!-- Do not remove cronimage or your scheduled tasks will cease to function -->
        {vb:raw vboptions.copyrighttext}
</div>

{vb:raw ad_location.ad_footer_end}
</div>


Please exact insert code in my code.
Thank you.

GHC Webmaster 12-12-2009 01:01 PM

Quote:

Originally Posted by Tize. (Post 1929292)
Please Help, i dont understand edit the navbar ? Insert the code in navbar ?
This is my code!.

The navbar is a different template from the three you posted. You need to select "Edit Templates" instead of "Common Templates" in the Style Manager and then find the navbar template. And as it says in the instructions above add the line at the end of that template.

Seven Skins 12-12-2009 01:02 PM

Add this after the last line of your NAVBAR template. So this will be the last line in navbar template.

HTML Code:

{vb:raw sc_start}

Add this before the first line of your footer template. So this will be the first line in the footer template.

HTML Code:

{vb:raw sc_end}

.

Baf_Jams 12-12-2009 01:11 PM

so on the 1st lot of text you posted add

{vb:raw sc_start}

right at the very bottom


------------------------
here is the navbar location

Steps as Pic
1 + 2. go edit templates
3. then Navigation / breadcrumbs template
4.navbar
then at the very bottom of the text type
{vb:raw sc_start}


.
https://vborg.vbsupport.ru/external/2009/12/135.jpg

Tize. 12-12-2009 06:54 PM

Quote:

Originally Posted by GHC Webmaster (Post 1929312)
The navbar is a different template from the three you posted. You need to select "Edit Templates" instead of "Common Templates" in the Style Manager and then find the navbar template. And as it says in the instructions above add the line at the end of that template.

Thank you very much friend.
Great attention-.

The problem is very hard to add this code for people novice.
Thank you.
Hack Installed! :)

Tize. 12-12-2009 06:59 PM

Quote:

Originally Posted by Baf_Jams (Post 1929316)
so on the 1st lot of text you posted add

{vb:raw sc_start}

right at the very bottom


------------------------
here is the navbar location

Steps as Pic
1 + 2. go edit templates
3. then Navigation / breadcrumbs template
4.navbar
then at the very bottom of the text type
{vb:raw sc_start}


.
https://vborg.vbsupport.ru/external/2009/12/135.jpg



Hey friend, thank you very much!!! :p:p:p

I am very happy for yours replys.
Thank you :-)

Tize. 12-12-2009 07:13 PM

Hi thanks for the help and especially to those who have tried to help me.
Thank you very much.
The problem is that not everyone knows well how to put this code and many of us when we hacks have to do these things put them for not knowing.
I the end I had to clear it does not, just move the forum and leave the hole but I see where you can change or add options or something on the menu.

I missed the code ((vb: raw ad_location.ad_footer_start))
Anyway thank you very much at all and very kind.
Greetings. Tize.

Seven Skins 12-13-2009 02:06 PM

- Updated for vBulletin 4.0 RC2
- Please not this has been rewitten, you must remove old version of this produce then install this.


.

saviola8x 12-13-2009 06:28 PM

How to show Side Column in Showthread ?

Seven Skins 12-13-2009 08:35 PM

^
Edit ss_rightcolumn_end and ss_rightcolumn_start templates.

HTML Code:

<vb:if condition="THIS_SCRIPT == 'index' OR THIS_SCRIPT == 'forumdisplay' OR THIS_SCRIPT == 'showthread'">
.

ywwz 12-16-2009 09:24 AM

Great job. I dont think vbb has side bar on every forum page like this mod. Thank you very much.

mokujin 12-16-2009 09:02 PM

What mod does vbb.com use right side bar that can hide and show it?
Thanks

Seven Skins 12-17-2009 02:18 PM

That is bulit in to vb .. but only for forumhome.
This mod can be used almost everywhere in the forum.

klaus 12-17-2009 06:11 PM

I like this mod.

However I question how this is different from the build in VB sidebar/block feature that comes with VB4. On my VB4 test installation I started using the VB version and successfully inserted various adsense banners, iframes calling php's and html from other areas of my side plus of course the supplied widgets. As was able to adjust the width very easily.

The one advantage I see with this mod is that it runs past the forum home view into the forum level and maybe even the post level. I am sure the Vbulletin sidebar can do that with one or two lines of code modifications(?).

So the big questions:
1. What is the advantage over the Vbulletin version?
2. How is the performance in comparison?

Like I said I like this mod and consider it, just question the need for it.

Seven Skins 12-17-2009 07:35 PM

So the big questions:
Q. What is the advantage over the Vbulletin version?
A. Can be used on almost every page of the forum.
A. If you using adverts you want your user to see the ads, not hide them like you can with vbulletin sidebar.

Q. How is the performance in comparison?
A. This is faster then vbulletin but only disadvantage is you cannot add widgets etc this mod.

You can use vbulletin sidebar on home page and this on other pages.

.

klaus 12-17-2009 08:19 PM

I will measure the performance and compare it myself. as for Widget I don't see any use for any of the Vbulletin widgets available today and know that if there is a high need for one I can within minutes switch between this mod and the vbulletin sidebar.

Thanks for the quick response and for making this mod available free of charge to anyone.

GrossKopf 12-23-2009 12:29 PM

I don't understand this part:

"Once you have installed the modification edit "SevenSkins - Templates > ss_rightcolumn_contents to put your advert or contents in the side column."

Where do I edit the contents? Under vbulletin options? In the template editor?

Seven Skins 12-23-2009 08:57 PM

Yes in the template editor.
There will be new template group "Seven Skins" you will find the template in there.

.

demojames 12-24-2009 01:54 AM

Installed! Works great on Gold 4.0 PL1 Thanks!

kneukm03 12-26-2009 01:21 AM

Is there an "or" thing I can add to make it show up on the content management system page?

Seven Skins 12-26-2009 02:44 PM

You can edit ss_rightcolumn_end and ss_rightcolumn_start templates and add in the 2nd line .

Code:

<vb:if condition="THIS_SCRIPT == 'index' OR THIS_SCRIPT == 'forumdisplay' OR THIS_SCRIPT == 'vbcms'">
.

ywwz 12-26-2009 03:57 PM

How do I update it???

Seven Skins 12-26-2009 07:26 PM

Save the contents of your columns in the text pad or something (So you dont lose your code).
Then overwrite the product .... and if necessary do template edits.

jnrdavo 12-26-2009 08:50 PM

can you add in random ad code?

I want to be able to place about 10 different ads in the block, in random order...

Sagua 12-26-2009 09:38 PM

Good work thanks...:up:

acanuck 12-27-2009 01:58 AM

Thanks for the awesome mod :-)
This is much better than the default one that comes with vb.

I have a question though...
I'm trying to display forum information in the side column
e.g. forumid, title. etc.

but it doesn't seem to be working. Here is the different code I tried using:


PHP Code:

forum{vb:raw forum.forumid}

or

$foruminfo['forumid']

or

{
vb:raw foruminfo.forumid

^
all not working

Any idea what I'm doing wrong?
How can I display database fields in your mod right columns?


All times are GMT. The time now is 09:12 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.01707 seconds
  • Memory Usage 1,933KB
  • 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
  • (1)bbcode_code_printable
  • (6)bbcode_html_printable
  • (1)bbcode_php_printable
  • (9)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