![]() |
|
Thanks to evreyone in this thread that have posted and it possible for me to get this working,, Awsome hack..
2 questions.. 1. Is it possible to Show guests aswell as logged in users in the who's online bit? 2. As I have the users_online in an Iframe I need to change the clickable username link to open in a new window and not the tiny Iframe,, Is this possible or can I disable the hyperlink? Thanks in advance! |
another little problem I have is "Hidden" forum users are still been displayed in my online users box .. Not great
http://www.atinof.com |
I'm geting the fowling error:
There seems to have been a problem with the database. Please try again by clicking the Refresh button in your web browser. An E-Mail has been dispatched to our Technical Staff, whom you can also contact if the problem persists. We apologise for any inconvenience. I had this on another page so I set up a test pafe and this was the code: HTML Code:
<?php |
Quote:
$config['MasterServer']['servername'], and after it, add this line: $config['MasterServer']['port'], |
This does work. Thank you!
|
How do add the date posted for news?
|
Quote:
|
You would have to edit the templeate, then go thru vBExternal.php and well I don't know.
|
This working on 3.5.3? Last time I tried it didn't.. maybe I was doing something wrong. I'm thinking of giving it another go if it does.
|
Quote:
http://www.atinof.com |
database error on VB3.52
was working before... sadly i can not upgrade to 353, member download area expired... so how do you fix this for 3.5.2? cause that's what i have right now. |
Quote:
I understand that you're "a n00b", so you might want to ask someone for a translation if you don't quite follow all of this. You just need to copy over your vB PHP files (/forum_root/*.php and /forum_root/includes/*.php) to your non-vB server so that you're able to include global.php. You will also need to modify your database settings in this copy of vB's config.php file to point to the remote mySQL server. This works for me. |
Does any one know how can display the latest news ona vb page???
|
This doesn't seem to parse [code] tags in posts for some reason...any fix for this?
|
right guys i really dont have a clue about php, but ive tried this and i cant get it to work, all i get is page not found. my forums are situated at www.donked.net/forums and here is teh code im using on my webpage
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> and heres the code where i want to show the info Code:
If you have any questions about the site, please E-Mail me <a href="mailto:jay@donked.net">Jay@donked.net </a></p> |
Quote:
|
People: This works on all 3.5.X builds if you read back a few pages, find the fixes, and take notes. Since 98% of everything you do on the web involves reading something, you'll thank yourself later. Sadly, this is a flagrantly unsupported hack.
|
Quote:
|
Quote:
|
can anyone tell me how (or if there is a way) to make it newest members to a specific usergroup - specific to banned and paying thx all
|
Quote:
Jim |
Heres a plugin for vb pages
|
People who are having issues with this in 3.5.x, take a look at Post Numbers: 205 and 181.
|
Does anyone have a way to do the following?
1. Pull the $thread['preview'] variable into the function output_NewestThreads() function 2. Parse out BBCode + HTML from $thread['preview'] Basically, I am looking to add thread descriptions without BBCode/HTML to the output_NewestThreads() function, instead of just thread titles/links. I've been searching for a way to do this for over a month now, with little or no headway into this. Any help will be greatly appreciated. Thanks in advance. |
Quote:
Echo echo echo... |
This is a great mod, but I'm having a problem with inline images. I have a forum that permits HTML code. I've used <img src="http://.... to insert images in the post. The forum topic displays properly, but on the external page the image src gets screwed up.
The image source should point to (for example): HTML Code:
http://www.bigblueball.com/images/logos/gmail+talk.gif HTML Code:
http://www.bigblueball.com/http://www.bigblueball.com/forums/images/logos/gmail+talk.gif |
this is what i have been looking for. I do have one problem im using php4. Can you tell me what I need to change in the files to get it to work correctly?
i keep getting page can not be found. I think its just a pathing issue. I just dont know what to change. |
Quote:
PHP Code:
|
Quote:
|
it still work in vb 3.5.4 ???
any change to make from vb 3.5.0 rc1 to work fine in vb 3.5.4 . thanks in advance . |
Yes, this still works in 3.5.4.
By the way, a really, really nice additional module for this mod would plop a POLL on any external page (similar to the vBAdvanced poll module). Doable? |
Hey guys, I have a bit of a request here... I'm looking to add a pseudo blog style comments system using vBExternal.
I have certain pages on my web site, reviews and articles and such which have a link at the bottom saying "You can post your comments about this review here." This leads people to a thread set up to let people make comments about that review or article or whatever. What I'd like to do is to be able to show how many comments have been been made in a selected thread on the review page using vBExternal as "Comments (#) Example: Review page Comment thread |
Quote:
|
Thank for this fix
it worl perfect with VB3.5 Gold Quote:
|
I was pointed to this hack after my longtime use of the PluhNews mod seemed to break down after the 3.5 upgrade. Attempting to get this to work now on my blog-like site, but having some problems. I have read all posts in this and related threads. I have a couple questions if anyone is willing to chime in to help a long-time vB user, but programming clueless-guy...
My forums are located at: http://forums.tannerworld.com, a subdomain which I assume is the same as http://www.tannerworld.com/forums Since 2002, I've run a blog using content pulled from a forum on my vB. That content was pulled by PluhNews onto this subdomain page on the same server: http://steveandamysly.tannerworld.com/index.php Unable to get any additional support for PluhNews with the 3.5 upgrade, I thought I might give vBExternal a try. Unfortunately, I've been unsuccessful at this time. I've been testing the new page at http://steveandamysly.tannerworld.com/index3.php Per the instructions, I've added the PHP call to the top of my page. The format for that has been: Code:
<?php Quote:
Code:
<?php The fact that I can't even get the initial call to vBExternal working correctly, even though I've tried a bunch of combinations, makes me think that I'm missing something rather simple -- perhaps tied to my use of subdomains for content. Can anyone take a look at what I've got and provide a possible course of action? I'd sure appreciate the direction. Thanks, Steve |
Quote:
|
Quote:
Code:
<?php |
I have a request myself now :)
In the Who's Online output, can line can I add (and where) so that when no users are browsing the forums, I can add a message saying so. Currently nothing is displayed and the output is just blank. Any ideas? |
I had to use the full paths (/home/name/public_html/...) to all .php files to work. Is that normal and is it a security risk?
|
All times are GMT. The time now is 10:03 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|