I really don't know enough about Facebook and their code to help out on this.
|
Quote:
Wow. You can't explain why the Blog and the Forum, when their links are Shared or physically-added to a Facebook wall, that those links display a list of images to select from ... while this custom page does NOT? Really? You can't explain that or give help to overcome this? Impressive. Thanks. |
Your negative reply to Lynne is not a pleasant invitation for others to help you. You might want to rethink abusing the volunteers in this community. This is an enthusiast community for vBulletin, and is not official vBulletin support. If you would like help please be nice, we try to be. :)
|
Quote:
|
When I have a chance I will take a look at your code, but I am currently working on a backlog of tasks for other vbulletin.org members.
|
Quote:
|
Quote:
The people here will do their best to help anyone out, and yes it can get quite aggravating when things just won't cooperate, but patience is a virtue. Hopefully someone here has ran into the issue before, and can help out. :) |
Quote:
I have been working on the customization of this site for 2 years, and we're ready to launch. The entire sum & substance of our functionality and advertisement hinges on these custom image pages being able to be "Shared" onto Facebook walls ... so the author of this tutorial "not knowing how" to connect and override to FB is no small omission. Thanks again. --------------- Added [DATE]1394112600[/DATE] at [TIME]1394112600[/TIME] --------------- Here is an example of one of our Image pages: I have coded the button to share the post to the person's wall, successfully, but instead of presenting a thumbnail of the desired photo, all that is being posted is a thumbnail of my forum logo, as such: http://www.macrophotopro.com/adverti...ailedshare.jpg Failed vBulletin Custom Share showing Forum Logo I don't want my forum logo displayed; I want a thumbnail of the desired image displayed. I cannot figure out how to override this glitch and include the desired picture in the Facebook popup for posting, rather than my logo. I know it is possible to get the desired image, and I thought I had coded it as such. For example, in the vBulletin Blog, when I use the Facebook Share Button there, I see the image I am trying to share *plus* the option for other images on the page: http://www.macrophotopro.com/adverti...logsucceed.jpg Successful Blog Post Share showing Desired Image When using the Blog, if I post the same 2 images and try to share them there, when the "Share pop-up" displays, you will notice that not only is the individual image that I want available to share, but that I have a total list of the 2 photos I can sort through and select from to share as well ... but I get no such thing from this vBulletin custom page! Again, here is my code: Code:
<html> What do I have to do to get the desired pic to override the default posting of the vBulletin logo? I am willing to pay for this $ervice, so PM me your price! Thank you, Jack --------------- Added [DATE]1394112849[/DATE] at [TIME]1394112849[/TIME] --------------- Quote:
|
I added you to my cue. Actually, I added you several days ago, but since I had a backlog already I did not answer. Obviously, I have to mock this up and it will be a three-four days minimum before I can get into it. Some members here have been waiting for my time for four weeks since my work sent me to Sochi for the Olympics. If you can be patient I can help.
|
Quote:
Cheers, |
How to create new post page
|
You need to explain a bit more detail what it is you want to do.
|
Quote:
|
I've got this "How-To" sussed completely fine from your instructions so thank you very much, but I'm having an issue with Twitch.tv chat embedding that I cannot find anywhere else...
I can embed the video section no issue, but the chat window just doesn't seem to load, I tried loads of things last night to no avail, this morning remoted into work and tested with both IE and Firefox which led the issue to only appear on IE. Quote:
Quote:
I don't own that channel and see chat embedded on various sites using the same code but I am not having any luck. Any suggestions or tips would be greatly appreciated. Thank you Andy :) --------------- Added [DATE]1397990875[/DATE] at [TIME]1397990875[/TIME] --------------- I grabbed the chat HTML code over into Dreamweaver and previewed it in my browser from my local machine, the chat box loaded fine, that's the reason I've posted here before posting on the Twitch support site, it looks like it may be vBulletin related and from what I've seen there are a lot of knowledgeable people on this site..! Enough compliments..? ;) --------------- Added [DATE]1397991195[/DATE] at [TIME]1397991195[/TIME] --------------- One last thing to note, I've just uploaded the HTML page to the host and gone to the page, chat loaded fine. Just enabled html on a forum, check the embed code in a forum post and the chat didn't load, looks like it's not related to this custom page. /doh |
Is your tutorial current to use with 4.2.2 ?
|
Yes it will still work. :)
|
So, you know how? :)
|
Quote:
|
Quote:
|
Quote:
|
Yeah if you follow the instructions, it is a breeze.
|
What template does this refer too?
Code:
"- Open up test.php and add the following (replace TEST with whatever template you want to show - WARNING: the template name is CASE SENSITIVE!!!):" |
That would be the template you are going to use to display the new page.
|
Hello,
Why who is online showing now unknown page? even for my mods it seems, is there something should be changed? |
Quote:
|
Quote:
|
Quote:
|
Quote:
Code:
<!-- template: TEST --> |
Quote:
|
Quote:
|
Quote:
*a year thinking it's a change in vbulletin ="D* I think the problem raised when I upgraded from 4.1.x to 4.2.1 (my current version ) the error log contain this: Code:
[30-Aug-2014 00:25:38 UTC] PHP Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting ']' in /????/????/public_html/forum/includes/functions_digest.php(260) : eval()'d code on line 5 Code:
switch ($filename) Code:
switch ($userinfo['activity']) http://www.alphantom.com/forum/PhantomGroup.php it seems the problem is picky, where some pages show fine and some not, like here: https://vborg.vbsupport.ru/external/2014/08/2.png Quote:
|
="D no fix =")?
|
The code for adding custom who's online entries has not changed at all.
My suspicion is that your issue may be related to the URLs people are actually using...why is there a trailing slash (/) after .php in your URLs? index.php/ will report differently to index.php and thus may not be picked up by the custom WOL code you've entered. |
Thank for this Lynne.. really easy to follow the instructions...
|
This does not work correctly on mobile devices. :(
I couldn't figure out why my custom pages wouldn't load on my smart phone and would only work on a computer. Once I turned off the designated style for mobile users via the vbulletin style settings, the pages load. But now I am unable to automatically assign the mobile style for mobile users which is a problem. Is there a workaround for this lynne? Either to turn off the mobile style for custom pages, or re-work the code so the custom pages are either mobile friendly, or load with a non-mobile style by default? Essentially i get a blank white page if I visit one of these custom pages with a smart phone - Unless I DO NOT assign the mobile style to mobile users via the style settings in admincp. |
You did add your custom template to the mobile style, too, did you?
|
Quote:
That fixed the problem. (smacks forehead) Thanks! |
I am probably beeing extra dumb today, but I think I followed the instructions carefully. My template is called static and my page is called 404.php. Uploaded it to the directory of the vbulletin installation and get the following when I try to open the page:
Code:
'404 Seite')); $navbar = render_navbar_template($navbits); // ###### YOUR CUSTOM CODE |
@DoubleYou, you literally see the PHP code on the screen? That means you forgot to put the code after a <?php tag.
|
yes however not all of it. here is the code of the 404.php
Code:
<?php |
All times are GMT. The time now is 12:24 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 | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|