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 - SCANU's Elegant Forum description on mouseover [as Xenforo] (https://vborg.vbsupport.ru/showthread.php?t=276419)

thecore762 01-07-2012 08:16 PM

Quote:

Originally Posted by Scanu (Post 2284934)
Can you post the description that was having that problem?

When I manually edit as instructed I get this:

https://vborg.vbsupport.ru/attachmen...5&d=1325823183

Scanu 01-07-2012 08:22 PM

Do you follow this guide?

thecore762 01-07-2012 08:39 PM

Yes, I followed that guide, most of it works, except that forum section.

Scanu 01-07-2012 08:53 PM

Can you do the manually installation again and let me see the code?

thecore762 01-07-2012 09:03 PM

Quote:

Originally Posted by Scanu (Post 2284951)
Can you do the manually installation again and let me see the code?

Ok,
Here it is: http://www.47r-squad.com/forum.php

Scanu 01-07-2012 09:21 PM

Ok found it you had just to say me the description :)
Install this mod go in plugin manager and disable all plugin of my mod except " to ' then in the template change this
Code:

'<scanu>{vb:raw forum.description}</scanu>'
with this
Code:

"<scanu>{vb:raw forum.description}</scanu>"

Scanu 01-07-2012 09:23 PM

Soon i will update the template code to the same of the product :) For future manually template modification remember always to change
Code:

'<scanu>{vb:raw forum.description}</scanu>'
with
Code:

"<scanu>{vb:raw forum.description}</scanu>"
And leave the plugin on :)

thecore762 01-07-2012 09:44 PM

Quote:

Originally Posted by Scanu (Post 2284959)
Ok found it you had just to say me the description :)
Install this mod go in plugin manager and disable all plugin of my mod except " to ' then in the template change this
Code:

'<scanu>{vb:raw forum.description}</scanu>'
with this
Code:

"<scanu>{vb:raw forum.description}</scanu>"

Hi there, where in the template do I go exactly to change that?
I am little lost here :(

Scanu 01-07-2012 09:54 PM

sorry on forumhome_forumbit_level2_post
Then you have installed the template modification replace
Code:

'<scanu>{vb:raw forum.description}</scanu>'
with
Code:

"<scanu>{vb:raw forum.description}</scanu>"

thecore762 01-07-2012 09:58 PM

Quote:

Originally Posted by Scanu (Post 2284971)
sorry on forumhome_forumbit_level2_post
Then you have installed the template modification replace
Code:

'<scanu>{vb:raw forum.description}</scanu>'
with
Code:

"<scanu>{vb:raw forum.description}</scanu>"

Ok, you want me to install this plugin or you want to me to just use the manual modification and just use the above changes?

thecore762 01-07-2012 10:00 PM

Ok, nvm, everything works :)
Wow that was a lot eh?

Thank you for helping me :)

Scanu 01-07-2012 10:06 PM

See your pm box :)

thecore762 01-07-2012 10:14 PM

1 Attachment(s)
Made a small contribution because this plugin is awesome!
Nominated.

Last question:
Is there a way for me to lineup images?
See this screenshot:

Scanu 01-07-2012 10:22 PM

what do you mean with lineup?

thecore762 01-07-2012 10:28 PM

Quote:

Originally Posted by Scanu (Post 2284983)
what do you mean with lineup?

The image is not centered in the box.

Scanu 01-07-2012 10:36 PM

I tried the same image with the plugin version and it doesn't have this issue so i'msorry wait for the update of manually template modification

thecore762 01-07-2012 10:43 PM

Quote:

Originally Posted by Scanu (Post 2284988)
I tried the same image with the plugin version and it doesn't have this issue so i'msorry wait for the update of manually template modification

I see :(
Was there a reason why the plugin version doesn't work for me and the manual version does?

Scanu 01-07-2012 10:52 PM

Yes there is a probably reason: in the plugin the various code of the mod are separated in the template modification are all together. I will do something to get work the plugin version for you and other guys with this problem :)

OldSchoolDSL 01-07-2012 11:21 PM

2.1 works

2.2 does not.

Do not know what happen, but all I could see was html / css code in the mouse over.

Scanu 01-07-2012 11:44 PM

That is probably the lesscode option
Go in admincp and put the id of your last foum then select Yes to "Is lesscode on?"
If it's still not working select No to "Is lesscode on?"

thecore762 01-08-2012 12:04 AM

1 Attachment(s)
Scanu, the mod made my donation module not work anymore

When I disable it works again, but when I enable it doesn't work anymore.

See screenshot:

Winter Sonata 01-08-2012 01:41 PM

FYI, the latest version 2.2 is not working with 4.1.10 ,but version 2.1 does work.

Thanks

DNCL 01-08-2012 08:59 PM

I have an RTL forum and the description is getting out of the browser window and not readable, can you make an option for rtl forum so the description tooltip show up on the opposite side please?

thecore762 01-08-2012 10:20 PM

Quote:

Originally Posted by Winter Sonata (Post 2285176)
FYI, the latest version 2.2 is not working with 4.1.10 ,but version 2.1 does work.

Thanks

Read what it was posted in the last 2 pages...
You will find the fix within them.

Scanu 01-08-2012 10:28 PM

Quote:

Originally Posted by DNCL (Post 2285364)
I have an RTL forum and the description is getting out of the browser window and not readable, can you make an option for rtl forum so the description tooltip show up on the opposite side please?

Mmh sorry for this, i forgot to add this possibility, wait for next update, for now you can search in the xml file for "bottom right" and replace with "bottom left" you will fix this until i'll update my mod

DNCL 01-08-2012 11:40 PM

Thanks i did that temporarily but i just want to mention that the little arrow must be switched for the opposite side too.

FiRe_MaStER 01-09-2012 02:47 AM

Can you add a feature like in forum home online list when you go on admin user or another user, the user legend will be appear on mouseover

Thanks for great mod

Scanu 01-09-2012 04:58 AM

Quote:

Originally Posted by FiRe_MaStER (Post 2285431)
Can you add a feature like in forum home online list when you go on admin user or another user, the user legend will be appear on mouseover

Thanks for great mod


I will try

FiRe_MaStER 01-09-2012 02:04 PM

Quote:

Originally Posted by Scanu (Post 2285450)
I will try

Thank you very much , I will be waiting

Ricsca 01-09-2012 05:54 PM

Thenks

Scanu 01-09-2012 07:31 PM

Please mark as installed :)

goshalim 01-10-2012 02:21 PM

Hi very nice mod , but i am have the same problem showing the code when you put the mouse over

HEre is my link : http://www.canarybreeder.net/up/forum/forum.php

strudinox 01-10-2012 08:08 PM

Installed and works great!

One question though... Would it be possible to also include this code in the thread previews?

For example:
http://limepic.com/img/threadpreview.jpg

thecore762 01-10-2012 09:24 PM

Quote:

Originally Posted by goshalim (Post 2286005)
Hi very nice mod , but i am have the same problem showing the code when you put the mouse over

HEre is my link : http://www.canarybreeder.net/up/forum/forum.php

The answer is in the last two pages...


Here is the fix.

Install plugin.
Then go to Plugin Manager, disable everything except "to"

then do this:

Go in "Adimncp/Styles and Templates/Your style - Edit Templates/Forum Home Templates/forumhome_forumbit_level2_post/" and replace this code
PHP Code:

<h2 class="forumtitle"><a href="{vb:link forum, {vb:raw forum}}">{vb:raw forum.title}</a></h2

With this
PHP Code:

<vb:comment><h2 class="forumtitle"><a href="{vb:link forum, {vb:raw forum}}">{vb:raw forum.title}</a></h2></vb:comment
        <
h2 class="forumtitle"><div id="scanudesc">
<
<vb:if condition="$show['forumdescription']">
title="<div id='container'><div id='scanu'>{vb:raw forum.description}</div><span class='arrow'></span></div>"</vb:if> href="{vb:link forum, {vb:raw forum}}">{vb:raw forum.title}</a></div></h2>

<
script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>    
<
script src="http://cdn.jquerytools.org/1.2.6/all/jquery.tools.min.js"></script>   
<
script>   
$(
"#scanudesc a[title]").tooltip({   
position"bottom right",   
effect"slide"   
});   
</
script
<
style>
/*styling and positioning of the arrow*/
 
.arrow {
    
border-right5px solid black;
    
border-top5px solid transparent;
    
border-left1px none black;
    
border-bottom5px solid transparent;
    
positionabsolute;
    
top7px;
    
line-height0px;
    
width0px;
    
height0px;
    
left: -5px;
    
filter:alpha(opacity=68);
    -
moz-opacity:.68;
    
opacity:.68;
    
_displaynone;
}  
#scanu { 
    /*styling of the box */
    
background:black;   
    
color:white;   
    
padding5px 10px;   
    -
moz-border-radius8px;   
    -
webkit-border-radius8px;   
    
filter:alpha(opacity=68);  
    -
moz-opacity:.68;  
    
opacity:.68;   
}   
#container {
    /*positioning of the arrow and the box*/
    
positionrelative;
    
top: -10px;
    
left10px;
    
max-width440px;
}
</
style

Then replace this code
PHP Code:

<vb:if condition="$show['forumdescription']"><class="forumdescription">{vb:raw forum.description}</p></vb:if> 

with this
PHP Code:

<vb:comment><vb:if condition="$show['forumdescription']"><class="forumdescription">{vb:raw forum.description}</p></vb:if></vb:comment


bada_bing 01-11-2012 01:40 AM

Quote:

Originally Posted by thecore762 (Post 2286220)
The answer is in the last two pages...


Here is the fix.

Install plugin.
Then go to Plugin Manager, disable everything except "to"

then do this:

Go in "Adimncp/Styles and Templates/Your style - Edit Templates/Forum Home Templates/forumhome_forumbit_level2_post/" and replace this code
PHP Code:

<h2 class="forumtitle"><a href="{vb:link forum, {vb:raw forum}}">{vb:raw forum.title}</a></h2

With this
PHP Code:

<vb:comment><h2 class="forumtitle"><a href="{vb:link forum, {vb:raw forum}}">{vb:raw forum.title}</a></h2></vb:comment
        <
h2 class="forumtitle"><div id="scanudesc">
<
<vb:if condition="$show['forumdescription']">
title="<div id='container'><div id='scanu'>{vb:raw forum.description}</div><span class='arrow'></span></div>"</vb:if> href="{vb:link forum, {vb:raw forum}}">{vb:raw forum.title}</a></div></h2>

<
script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>    
<
script src="http://cdn.jquerytools.org/1.2.6/all/jquery.tools.min.js"></script>   
<
script>   
$(
"#scanudesc a[title]").tooltip({   
position"bottom right",   
effect"slide"   
});   
</
script
<
style>
/*styling and positioning of the arrow*/
 
.arrow {
    
border-right5px solid black;
    
border-top5px solid transparent;
    
border-left1px none black;
    
border-bottom5px solid transparent;
    
positionabsolute;
    
top7px;
    
line-height0px;
    
width0px;
    
height0px;
    
left: -5px;
    
filter:alpha(opacity=68);
    -
moz-opacity:.68;
    
opacity:.68;
    
_displaynone;
}  
#scanu { 
    /*styling of the box */
    
background:black;   
    
color:white;   
    
padding5px 10px;   
    -
moz-border-radius8px;   
    -
webkit-border-radius8px;   
    
filter:alpha(opacity=68);  
    -
moz-opacity:.68;  
    
opacity:.68;   
}   
#container {
    /*positioning of the arrow and the box*/
    
positionrelative;
    
top: -10px;
    
left10px;
    
max-width440px;
}
</
style

Then replace this code
PHP Code:

<vb:if condition="$show['forumdescription']"><class="forumdescription">{vb:raw forum.description}</p></vb:if> 

with this
PHP Code:

<vb:comment><vb:if condition="$show['forumdescription']"><class="forumdescription">{vb:raw forum.description}</p></vb:if></vb:comment


I have done this and got it working in vb 4.19 EXCEPT now In adminCP unsder this mods settings I change the text color but it does not actually change the color, will there be a fix to this soon or else I will need to uninstall

bada_bing 01-11-2012 01:51 AM

OK so I was able to manually change the background and text color by changing this

Go to your template called forumhome_forumbit_level2_post and change these settings to match what you want.

#scanu {
/*styling of the box */
background:black;
color: DeepPink;
padding: 5px 10px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
filter:alpha(opacity=68);
-moz-opacity:.68;
opacity:.68;

One other question though is I noticed that this mod makes to seperate java calls which can be avoided by calling a local version correct

thecore762 01-11-2012 02:23 AM

Quote:

Originally Posted by bada_bing (Post 2286313)
I have done this and got it working in vb 4.19 EXCEPT now In adminCP unsder this mods settings I change the text color but it does not actually change the color, will there be a fix to this soon or else I will need to uninstall

Yeah, same here.
Plus this mod doesn't work when prototype.js when it's on.
https://vborg.vbsupport.ru/showthrea...28#post2286328

goshalim 01-11-2012 05:29 AM

Thanks Man

Its working now perfectly

Scanu 01-11-2012 01:00 PM

Of corse you can't if you are using a template modification you must change it on the template, change color: white; to color: yourtextcolor;

bada_bing 01-11-2012 06:34 PM

Quote:

Originally Posted by Scanu (Post 2286512)
Of corse you can't if you are using a template modification you must change it on the template, change color: white; to color: yourtextcolor;

Will these issues be fixed soon, great mod


All times are GMT. The time now is 12:58 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.01385 seconds
  • Memory Usage 1,895KB
  • 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
  • (10)bbcode_code_printable
  • (8)bbcode_php_printable
  • (14)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