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)

haincha 03-10-2012 05:12 AM

Thanks for the update! Exactly what I wanted. Amazing work, as always! Thanks for the mention in the copyright, it is really appreciated. Not that you owe me anything. I just appreciate it.

HHelp1 04-21-2012 10:24 PM

No working for 4.1.11 :( and i have tried 3 of them...

Scanu 04-25-2012 04:35 PM

You sound try the manual installation

HHelp1 04-25-2012 09:45 PM

Quote:

Originally Posted by Scanu (Post 2323423)
You sound try the manual installation

What i have to do now ?

Scanu 04-26-2012 05:53 PM

*you should try the manual installation

See this thread: https://vborg.vbsupport.ru/showthread.php?t=275428

HHelp1 04-27-2012 02:07 PM

I followed exactly what it showed but i got this errors:

http://screensnapr.com/e/8l2zpz.png Please help me :(

Scanu 04-27-2012 03:54 PM

I've pm you

profanitytalker 06-06-2012 02:54 PM

This mod is working great. Thanks Scanu.

Just one question, do you have any way to disable this for mobile style?

qpurser 06-06-2012 03:22 PM

Thanks. Looks great.
Works with 4.2.0

WendM 06-06-2012 10:38 PM

my forum description images stopped working when I installed this...any reason why?

TeamSempoi 06-08-2012 03:52 PM

not working with "Forum Category Icons (Advanced)"

Alfa1 07-01-2012 11:01 PM

Any news on the thread preview function and the conflict with forum icons?

Scanu 07-02-2012 06:49 AM

For the thread preview there is already an add-on (i don't remember the name) i will not do it. Regarding the conflict i'm going to ireland for 15 days so i can't do nothing you must wait for my return

SEW810 07-02-2012 03:07 PM

Possible issue:

If Elegant Forum Description is enable, DBTech - vBSlider doesn't work (Shows an empty frame)
If Elegant Forum Description is disabled, DBTech - vBSlider works fine.

Regards!!

Uninstalled by now.

PD. Have a nice trip Scanu.

Scanu 07-02-2012 03:20 PM

Thanks :) However it seems to be a jquery conflict, i will see what can i do thanks for notice that

Scanu 07-21-2012 06:08 PM

Updated now it works with custom styles too!

Quote:

- 2.4
- Re-written the php code
- More compatibility
- Removed Lesscode (now is automatic)
- Reduced page loading
- Reduced code length
Quote:

Originally Posted by TeamSempoi (Post 2337813)
not working with "Forum Category Icons (Advanced)"

to get both mods working disable auto templates edit of one (by settings)

zascok 07-30-2012 02:33 PM

sorry, does not work in 4.2. pl2 don't have Forum Category Icons installed. why does calles jq 2 times?

Brandon Sheley 07-30-2012 03:04 PM

nice mod, this is a nice way to clean up your forumhome

Scanu 07-30-2012 04:28 PM

Quote:

Originally Posted by zascok (Post 2352750)
sorry, does not work in 4.2. pl2 don't have Forum Category Icons installed. why does calles jq 2 times?

It could probably be a jquery conflict what other mods did you install?

zascok 07-30-2012 07:29 PM

1 Attachment(s)
Quote:

Originally Posted by Scanu (Post 2352807)
It could probably be a jquery conflict what other mods did you install?

No I think it's some single quote mark instead of double ones as far as I can tell, something pops up on the forumhome if mouse over with piece of code in it.

lets say

Code:

<title><![CDATA[" to ']]></title>

Scanu 07-30-2012 09:21 PM

No that's not the problem check if you have this code on the source code of your forum
Code:

<script>$("#scanudesc a[title]").tooltip({ 
position: "bottom right", 
effect: "slide" 
});  </script>


zakonline 07-31-2012 02:40 AM

Great mod, Thank you :)

zascok 08-09-2012 06:04 PM

Quote:

Originally Posted by Scanu (Post 2352884)
No that's not the problem check if you have this code on the source code of your forum
Code:

<script>$("#scanudesc a[title]").tooltip({ 
position: "bottom right", 
effect: "slide" 
});  </script>



yes I do on the very bottom of the page

Scanu 08-09-2012 06:50 PM

Quote:

Originally Posted by zascok (Post 2355845)
yes I do on the very bottom of the page

Search in the xml that and replace it with
Code:

<script>
jQuery.noConflict();
$("#scanudesc a[title]").tooltip({ 
position: "bottom right", 
effect: "slide" 
});  </script>


woffie 08-10-2012 07:24 PM

Not working with 4.2

Scanu 08-10-2012 08:04 PM

Quote:

Originally Posted by qpurser (Post 2337160)
Thanks. Looks great.
Works with 4.2.0

It works on 4.2 have you installed Forum Category Icons?

initiald 09-06-2012 01:01 PM

Setting this on mess up the arrow position of the breadcrumb? Can you take a look at it. vbulletin 4.2

Scanu 09-06-2012 01:17 PM

Yes, can you post a screen or a link?

initiald 09-06-2012 01:40 PM

Nvm I just test on my test forum. I figure out the problem. Due to a breadcrumb I used have a conflicting variable, so I just open up your mod and replace .arrow to .arrowhead or any other name variable and this would fix the position. Then reupload and overwrite.

I suggest rename the .arrow variable/class in your template.

Scanu 09-06-2012 05:09 PM

Quote:

Originally Posted by initiald (Post 2363105)
Nvm I just test on my test forum. I figure out the problem. Due to a breadcrumb I used have a conflicting variable, so I just open up your mod and replace .arrow to .arrowhead or any other name variable and this would fix the position. Then reupload and overwrite.

I suggest rename the .arrow variable/class in your template.

Glad to see that you get it working, as you suggested i'll change the name of the class, if you use it pls mar as installed

initiald 09-07-2012 08:05 AM

Hey, I wonder if you can instead of making this on forum section description, you can create a similar for the Forum block description or main forum description? That would be cool.

zascok 09-07-2012 08:13 AM

Finaly, I did manage to make it work. My bad highly customise forumhome and other stuff.

And as soon as it started to work I have got an idea that probably will interesting for you.

Sub-forums description on mouseover on the forumhome.

Any chance?

Scanu 09-07-2012 08:15 AM

Quote:

Originally Posted by initiald (Post 2363295)
Hey, I wonder if you can instead of making this on forum section description, you can create a similar for the Forum block description or main forum description? That would be cool.


I'm not sure i understand you, you mean what i've done in my site? See here

Scanu 09-07-2012 08:22 AM

Quote:

Originally Posted by zascok (Post 2363299)
Finaly, I did manage to make it work. My bad highly customise forumhome and other stuff.

And as soon as it started to work I have got an idea that probably will interesting for you.

Sub-forums description on mouseover on the forumhome.

Any chance?

Yes possible i'll do this in the next version

initiald 09-07-2012 11:01 AM

Quote:

Originally Posted by Scanu (Post 2363300)
I'm not sure i understand you, you mean what i've done in my site? See here

Yes. When you hover over the "General Forum", you get the same effect like you did in this mod. Some people prefer to have the description forum section but remove the description on the Parent Forum (the block). It would be nice if you can port this mod into another similar, that way people can have option.

Scanu 09-07-2012 11:05 AM

I can directly add this feature to this mod in the next version :)

initiald 09-08-2012 04:07 AM

When is the next version release?

initiald 09-09-2012 08:07 AM

Also I found another problem with this mod. When enable, this Latest Thread Tickers disappear. Can you take a look at it?

https://vborg.vbsupport.ru/showthread.php?t=262910

Scanu 09-09-2012 08:12 AM

I'll release next version soon, i've finished the main forum description.. I'll look into that mod

Edit: This is certainly a jquery conflict in the next version i will add something to fix this

CoffeeLovesYou 09-14-2012 02:25 PM

Can you do this for VB3.8?


All times are GMT. The time now is 06:45 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.02423 seconds
  • Memory Usage 1,796KB
  • 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
  • (4)bbcode_code_printable
  • (12)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