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)
-   -   BB Code Enhancements - BBCode: Embed PDF Files (No JavaScript/No iFrames) (BB Code) (https://vborg.vbsupport.ru/showthread.php?t=248549)

Lewenhaupt 12-08-2011 02:10 PM

Already have, attachments still not working on chrome though.

BirdOPrey5 12-08-2011 06:23 PM

Please try again because developers are able to see who has it marked and who doesn't, and it's not showing up for you.

As I requested before I need the exact code you are using that isn't working.

HDMI 03-05-2012 10:07 AM

please try agin..

PHP Code:

<object type="application/pdf" classid="clsid:CA8A9780-280D-11CF-A24D-444553540000" data="{param}" width="800" height="900"><param name="src" value="{param}"><embed src="{param}" width="800" height="900" /></object

demo : http://www.reddulmuhtar.com/Forum/sh...&p=188#post188

BirdOPrey5 03-05-2012 10:21 AM

HDMI, I don't understand you post... "please try agin.." ???????

HDMI 03-05-2012 11:09 AM

PHP Code:

<object type="application/pdf" classid="clsid:CA8A9780-280D-11CF-A24D-444553540000" data="{param}" width="800" height="900"><param name="src" value="{param}"><embed src="{param}" width="800" height="900" /></object

I meant to say ;
I recommend above code to enter instead of the code which is in the first message.
(For the version 4.1.11)
I hope this would be helpful.

Have a good work ...

BirdOPrey5 03-05-2012 11:47 AM

Your code has a useless "classid" parameter... you should at least remove that from the code-

Your also missing the "type" from the <embed>

Code:

<object type="application/pdf" data="{param}" width="800" height="900">
<param name="src" value="{param}" />
<embed src="{param}" width="800" height="900" type="application/pdf" />
</object>

Not tested but that would be the appropriate code using both <object> and <embed>.

ricardoNJ 04-11-2012 10:51 PM

Testing..........

Trevor Matthews 04-13-2012 08:31 PM

I am using Firefox and 4.1.12, the mod is working just great except that I can only scroll the pdf, the thread will not scroll wherever I try and click on the page.

Is there anything I can do about this.

I went to your demo page but can only see a list of BB codes and not a pdf.

BirdOPrey5 04-13-2012 11:28 PM

Fixed demo link- but there is no way to solve the scrolling issue. That's the same on all browsers.

Trevor Matthews 04-14-2012 05:24 PM

Ok, thanks for letting me know.


All times are GMT. The time now is 06:32 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.01211 seconds
  • Memory Usage 1,739KB
  • 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
  • (2)bbcode_php_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
  • (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