vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Forum Display Enhancements - Collapsable First Post using AJAX (or Last Post!) (https://vborg.vbsupport.ru/showthread.php?t=145187)

magnus 05-01-2007 04:10 PM

Quote:

Originally Posted by @ngel (Post 1238978)
Any ideas on this? :confused:

Wait for a future release.

Lea Verou 05-01-2007 04:30 PM

Quote:

Originally Posted by magnus (Post 1238996)
I try to be descriptive. Would you rather it be called: ExpanjaX! v1.0 Beta 9 Release [Special Edition] ?

No but "Collapsable First Post using AJAX (or Last Post!) in Forumdisplay" would be better I think :p

magnus 05-01-2007 04:43 PM

Quote:

Originally Posted by Michelle (Post 1239006)
No but "Collapsable First Post using AJAX (or Last Post!) in Forumdisplay" would be better I think :p

But it's also in USERCP and search_results.. :p

So, rather than pigenholing myself, I can be ambiguous and leave it as it.

ragtek 05-01-2007 06:15 PM

in usercp?

LockeAG 05-01-2007 06:50 PM

Quote:

Originally Posted by magnus (Post 1238824)
Make the same modifications to vbpost_postbit that you had to make to your postbit or postbit_legacy for the spoiler modification.

But this is a TAG , this spoiler code , doesn't touch the posbit's templates!

magnus 05-01-2007 07:42 PM

Quote:

Originally Posted by LockeAG (Post 1239121)
But this is a TAG , this spoiler code , doesn't touch the posbit's templates!

Provide me a link to the modification. I'll look at it.

Realturktiger 05-01-2007 08:43 PM

awesome .............installed !

Tralala 05-01-2007 08:44 PM

Quote:

Originally Posted by magnus (Post 1238998)
A previous person had this problem and resolved it here. Let me know if that works for you, too.

I just tried it... repaired/optimized tables... but it had no effect. Still got an error when going into the UserCP. (The mod works inside the forums themselves though.)

LockeAG 05-01-2007 08:46 PM

Quote:

Originally Posted by magnus (Post 1239170)
Provide me a link to the modification. I'll look at it.

thanks .. this is the bbcode I use:

Code:

<div style="margin:5px 20px 20px 20px">

<div class="smallfont" style="margin-bottom:2px"><b>Spoiler:</b>

<input type="button" value="Show" style="width:45px;font-size:10px;margin:0px;padding:0px;" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = '';this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Show'; }">
</div>
<div class="alt2" style="margin: 0px; padding: 6px; border: 1px inset;">
<div style="display: none;">{param}</div></div></div>

based on this one: https://vborg.vbsupport.ru/showthrea...hlight=spoiler

Thanks again for your help , if you need help with design (icons, logos, templates, css or whatever) , I for sure will give you a hand!

see'a

magnus 05-01-2007 09:14 PM

Quote:

Originally Posted by Tralala (Post 1239231)
I just tried it... repaired/optimized tables... but it had no effect. Still got an error when going into the UserCP. (The mod works inside the forums themselves though.)

As a test, could you create a new plugin with the following information:


Product: Collapsable First Post using AJAX
Hook Location: usersub_start
Title: Include functions_bigthree.php
Execution Order: 5
Plugin PHP Code::
PHP Code:

require_once(DIR '/includes/functions_bigthree.php'); 

Plugin is Active: Yes


.. let's see if that fixes it.


All times are GMT. The time now is 03:26 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.01474 seconds
  • Memory Usage 1,745KB
  • 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
  • (1)bbcode_php_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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