vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Forum Display Enhancements - [OzzModz] Separate Sticky Threads Collapsible (https://vborg.vbsupport.ru/showthread.php?t=297654)

ozzy47 08-21-2013 09:30 AM

Quote:

Originally Posted by mayank8789 (Post 2439877)
Dear Ozzy

I am fix my problem.

So i Explain to why getting this problem.
I have change to my hosting plan so i upload qzzy47 folder in old forum root and go to admin cp and install this mode because came to this error sorry for this .

i am just so full......

Thanks For supporting.......

Glad ya got it working, and thanks for marking as installed.

ozzy47 08-21-2013 09:31 AM

Quote:

Originally Posted by lasalle6969 (Post 2439914)
Muy bueno. Me encanta. Gracias. Thanks

Your welcome. Please mark the mod installed if you are using it. :)

LgsOfChampions 09-03-2013 11:01 PM

very nice, thank you **installed**

ozzy47 09-04-2013 01:48 AM

Quote:

Originally Posted by LgsOfChampions (Post 2443023)
very nice, thank you **installed**

Not a problem, thanks for marking it as installed. :)

whitewolf68 10-05-2013 03:14 PM

I have installed the mod and still I cannot get it to separate the threads. :(

I had to revert to an old version from another coder but I would love to use your version with the images.

ozzy47 10-05-2013 03:29 PM

Then you have not configured it correctly, there is well over 100 sites using this with no issues.

I would go over the settings again.

whitewolf68 10-05-2013 04:04 PM

Ozzy, not sure what else I can configure. I used the default settings you've set. I am sorry, I must be dense or missing something. I uploaded "ozzy47" folder to the forum root as directed as well. The remove stick prefix works for me though.

ozzy47 10-05-2013 04:11 PM

If you pm me a admin account, and the mod is still installed, I can take a look for you, when I get back home.

ozzy47 10-06-2013 02:59 PM

I was able to find out that whitewoff68's issue was a conflict with another mod, Thread Links / Redirect Thread to URL

So that mod is now disabled, and this one is working just fine. :)

Bubble #5 10-07-2013 05:26 PM

Ozzy, first, love the OzzModz logo :up:

This mod looks great BUT how do we remove the extra Thread/Title starter ABOVE where it says Sticky?

There's two for the stickies section and the one above 'Sticky" looks redundant. Thanks.

Other than that this mod looks great :)

ozzy47 10-07-2013 05:35 PM

There is settings to remove them.

Bubble #5 10-07-2013 05:52 PM

The only settings I saw removed the one UNDER that area, or, both at the top (but just need one removed)...

The one that needs to be removed is the one ABOVE the word "Sticky". See screenshot below:

ozzy47 10-07-2013 07:19 PM

Ahh, I see, you want the stock one removed, no there is no option for that, but you could edit the FORUMHOME template, and find this bit of code:

Code:

            <div class="threadlisthead table">
                <div>
                <span class="threadinfo">
                    <span class="threadtitle">
                        <a href="{vb:link forum, {vb:raw foruminfo}, {vb:raw pageinfo_title}}" rel="nofollow">{vb:rawphrase title}{vb:raw sortarrow.title}</a> /
                        <a href="{vb:link forum, {vb:raw foruminfo}, {vb:raw pageinfo_postusername}}" rel="nofollow">{vb:rawphrase thread_starter}{vb:raw sortarrow.postusername}</a>
                    </span>
                </span>
                <vb:if condition="$show['search_engine']">

                    <span class="threadstats td">{vb:rawphrase replies} {vb:raw sortarrow.replycount} / {vb:rawphrase views}</span>
                    <span class="threadlastpost td">{vb:rawphrase last_post_by}{vb:raw sortarrow.lastpost}</span>
                <vb:else />

                    <span class="threadstats td"><a href="{vb:link forum, {vb:raw foruminfo}, {vb:raw pageinfo_replycount}}" rel="nofollow">{vb:rawphrase replies}{vb:raw sortarrow.replycount}</a> / <a href="{vb:link forum, {vb:raw foruminfo}, {vb:raw pageinfo_views}}" rel="nofollow">{vb:rawphrase views}{vb:raw sortarrow.views}</a></span>
                    <span class="threadlastpost td"><a href="{vb:link forum, {vb:raw foruminfo}, {vb:raw pageinfo_flastpost}}" rel="nofollow">{vb:rawphrase last_post_by}{vb:raw sortarrow.lastpost}</a></span>
                    <vb:if condition="$show['inlinemod']"><span class="threadimodimod td"></span></vb:if>
                </vb:if>
                </div>
            </div>

And change it to this:

Code:

            <vb:comment><div class="threadlisthead table">
                <div>
                <span class="threadinfo">
                    <span class="threadtitle">
                        <a href="{vb:link forum, {vb:raw foruminfo}, {vb:raw pageinfo_title}}" rel="nofollow">{vb:rawphrase title}{vb:raw sortarrow.title}</a> /
                        <a href="{vb:link forum, {vb:raw foruminfo}, {vb:raw pageinfo_postusername}}" rel="nofollow">{vb:rawphrase thread_starter}{vb:raw sortarrow.postusername}</a>
                    </span>
                </span>
                <vb:if condition="$show['search_engine']">

                    <span class="threadstats td">{vb:rawphrase replies} {vb:raw sortarrow.replycount} / {vb:rawphrase views}</span>
                    <span class="threadlastpost td">{vb:rawphrase last_post_by}{vb:raw sortarrow.lastpost}</span>
                <vb:else />

                    <span class="threadstats td"><a href="{vb:link forum, {vb:raw foruminfo}, {vb:raw pageinfo_replycount}}" rel="nofollow">{vb:rawphrase replies}{vb:raw sortarrow.replycount}</a> / <a href="{vb:link forum, {vb:raw foruminfo}, {vb:raw pageinfo_views}}" rel="nofollow">{vb:rawphrase views}{vb:raw sortarrow.views}</a></span>
                    <span class="threadlastpost td"><a href="{vb:link forum, {vb:raw foruminfo}, {vb:raw pageinfo_flastpost}}" rel="nofollow">{vb:rawphrase last_post_by}{vb:raw sortarrow.lastpost}</a></span>
                    <vb:if condition="$show['inlinemod']"><span class="threadimodimod td"></span></vb:if>
                </vb:if>
                </div>
            </div></vb:comment>

Don't forget to mark as installed if you are using the mod. :)

Bubble #5 10-07-2013 10:23 PM

Not all forums have stickies, so wouldn't there need to be a conditional?

ozzy47 10-07-2013 10:33 PM

Hmm, good point, ok replace the code with this:

Code:

        <vb:if condition="!$show['stickies']">
            <div class="threadlisthead table">
                <div>
                <span class="threadinfo">
                    <span class="threadtitle">
                        <a href="{vb:link forum, {vb:raw foruminfo}, {vb:raw pageinfo_title}}" rel="nofollow">{vb:rawphrase title}{vb:raw sortarrow.title}</a> /
                        <a href="{vb:link forum, {vb:raw foruminfo}, {vb:raw pageinfo_postusername}}" rel="nofollow">{vb:rawphrase thread_starter}{vb:raw sortarrow.postusername}</a>
                    </span>
                </span>
                <vb:if condition="$show['search_engine']">

                    <span class="threadstats td">{vb:rawphrase replies} {vb:raw sortarrow.replycount} / {vb:rawphrase views}</span>
                    <span class="threadlastpost td">{vb:rawphrase last_post_by}{vb:raw sortarrow.lastpost}</span>
                <vb:else />

                    <span class="threadstats td"><a href="{vb:link forum, {vb:raw foruminfo}, {vb:raw pageinfo_replycount}}" rel="nofollow">{vb:rawphrase replies}{vb:raw sortarrow.replycount}</a> / <a href="{vb:link forum, {vb:raw foruminfo}, {vb:raw pageinfo_views}}" rel="nofollow">{vb:rawphrase views}{vb:raw sortarrow.views}</a></span>
                    <span class="threadlastpost td"><a href="{vb:link forum, {vb:raw foruminfo}, {vb:raw pageinfo_flastpost}}" rel="nofollow">{vb:rawphrase last_post_by}{vb:raw sortarrow.lastpost}</a></span>
                    <vb:if condition="$show['inlinemod']"><span class="threadimodimod td"></span></vb:if>
                </vb:if>
                </div>
            </div>
        </vb:if>


tanzeelniazi 10-08-2013 11:40 AM

very nice Mod Thanks Dear
1 Question
How to Changer Color
Name (Sticky Threads )
Name (Normal Threads)

ozzy47 10-08-2013 11:51 AM

Edit the Stylevars found in the group Ozzy47Mods

DemOnstar 10-08-2013 03:40 PM

A ha, so you did settle for the oZZmodZ label...

Here we are, shaping the future in our own individual ways...

Wise choice...
You work well.....

ozzy47 10-08-2013 10:13 PM

Yeah I thought about it and decided to switch, plus made the logo. :)

Disco_Stu 01-16-2014 04:51 PM

Very nice. Works great with 4.2.0 PL2. Thanks!

ozzy47 01-16-2014 04:53 PM

Glad ya like it, and thanks for marking as installed. ;)

BBNZowner 02-02-2014 01:17 AM

Awesome, this is just what I was looking for as my stickies were hardly distinguishable from normal threads.

ozzy47 02-02-2014 01:18 AM

Glad ya found it useful, and thanks for marking as installed. :)

ceroalreves 02-02-2014 02:51 AM

Thanks!!!!!

ozzy47 02-02-2014 10:06 AM

Don't forget to mark as installed. :)

john7911 02-02-2014 10:15 AM

Thank you ozzy47
Where can I change Sticky Threads and Normal Threads from English to French?

ozzy47 02-02-2014 10:41 AM

In the Phrase Manager of course.

ozzy_separate_stickies_sticky and ozzy_separate_stickies_normal

john7911 02-02-2014 11:45 AM

OK Thank you ozzy47 ;)

ozzy47 02-02-2014 11:53 AM

Not a problem. :)

whitewolf68 02-02-2014 10:41 PM

How do you change the background color from Green to another color to match the forum??

ozzy47 02-02-2014 10:42 PM

Background color of what?

whitewolf68 02-02-2014 11:10 PM

Sorry to be too vague. The green background headers for the sticky and normal threads. Hopefully that makes sense. In your example here on the site they are blue. In my forum they came up green.

ozzy47 02-02-2014 11:15 PM

Not sure I have seen that before, only thing that should change colors is the text.

whitewolf68 02-02-2014 11:30 PM

OK will play around in the XML for some color changes. Thank you. :)

ozzy47 02-02-2014 11:34 PM

Should you want me to look into it on your site let me know.

midnz 02-11-2014 05:55 AM

Very nice indeed. Thanks very much.

I just wanted to ask/beg for a suggestion you've already replied to as being out of the scope of this mod ... separate closed threads. I currently edit the posting date of closed threads to shift them to the end of forums and I'm okay with continuing to do that. I just wanted to whisper ... +1.

man_in_japan 03-14-2014 08:12 AM

SORTED!

addamroy 03-14-2014 03:46 PM

Your readme.txt file is all messed up.

Where am I supposed to upload the contents of the upload folder?

If you wouldn't mind, try adding some line breaks to your readme file so that it's readable.

Barcham 03-14-2014 03:53 PM

The readme file is perfectly readable for me. As for where to upload the contents of the 'upload' folder, simply copy the ozzy47 folder to your forum root directory.

Here is the readme file section that pertains to installation...

Quote:

Upload all files from the "UPLOAD" folder to your forums directory.

2. Import the product-ozzy_separate_stickies.xml file from the "XML / vB4" folder at AdminCP -> Plugins & Products -> Manage Products ->
Add/Import Product

3. That's it, now you will have separate stick threads from normal threads.

4. You can change the setting for this mod in, ACP / Settings / Options / Ozzy: Separate Sticky Threads Settings.

5. There is two stylevar settings that you can use to change the text color of the text Sticky Threads and Normal Threads. They can be found in your styles under the group Ozzy47Mods.

addamroy 03-14-2014 04:42 PM

Thank you!


All times are GMT. The time now is 07:35 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.01429 seconds
  • Memory Usage 1,829KB
  • 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
  • (3)bbcode_code_printable
  • (4)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