![]() |
I've installed this hack, and I am using the headlines and news all in the actual template of my VB page.... I have the headlines on all pages in the sidebar, and the news only on the main page.
But, I have a large problem! When I visit my actual forums, they dont appear! I get my headlines working fine, but I just see: Forum Posts Threads Last Post [BLANK!] Private Messages All of the actual catagories etc.. are gone! Does anyone know why? |
Ok. Heres the Deal. I wanna include the Headlines in my welcome panel in the Forumhome template. I've tryed doing pretty much everything. And it still does not show up.
I want it right next to the Red "Forum News" letters in the welcome panel on http://forums.cheatlist.com(there may be stuff writen there allready. My header file is at: Http://forums.cheatlist.com/vbb/PluhHeadlines.php Here is the Welcome Panel code: Code:
<!-- welcomepanel --> |
with the header include in my index.php i get:
Parse error: parse error in /home/forumc/www/vbb/index.php on line 53 |
here is the index.php i'm geting that error on. If you can fix this and re-post the fix i will love you long time :)
Code:
<?php |
Can somebody tell me how I get this hack to work across domain urls?
The page that has the content that I want on another domain is here: http://www.theforumz.com/forumz/frontpage.php I was hoping to get all those headlines capable of being on another site. Is that possible, and if so, how? Thanks for any help you can provide. :cry: |
I think you just have to use the include on the regulare page.
|
I'd really, really like to have the thread icon and avatar appear for each post. If someone could figure out how to do it, I'd be forever in your debt.
|
should be able to do that in the templates.
|
think somne can awnser my question above?
|
When I try to install it I get an error on line 50 which is...
PHP Code:
|
Ok First Let me say I'm a newbie so please be gentle. Ok that being said I have the info coming into my PluhHeadlines.php & PluhNews.php files fine. I want to have this information come up in a table 1 cell for the headline and the next cell with the 1st post to come up with who posted and to read more, reply to article. I have seen this done just not sure where to put it in my HTML and how do i create the SSI or the connection to the database. Any help would be greatly aprceiated.
thanks in advance Keely www.ding60.com PS also running front pages and not sure there is a way to do do...i warned you i'm a newbie :) |
Quote:
|
Code:
Fatal error: Failed opening required './global.php' (include_path='.:') in /path/to/forums/PluhNews.php on line 5 note* i edited the path in the code, but it points to the right place. privacy ^^. |
Can someone help me? i really want to use this script and i have no idea what went wrong.
|
can you post those lines (1 through 10)? i will tell you what is wrong.
|
Code:
<?php |
i don't know what i did now, but it works if i directly go to PluhNews.php, however, if i try to include PluhNews.php from the root directory (where my main files are), i don't get an error, but a blank page...
|
I fixed the errors hehe :)
but now, for the character limit addon. how do i make it so that the "read more" only show up if it exceeds the character limit? |
Ok , I have installed it and everything went ok. It works fine but I can not get it to come up on my index page in my home directory when I try to include it. My index is index.php It works fine when i use SSI but not with php include. Also, I am using vBHome and just adding the html to the template. I have tried so many things but nothing is working. Here is the code from where the include is:
Code:
<center> That html is in my vBHome (home) template. I even tried having my home page in the same directory as PluhNews and still nothing. I don't know what is wrong. Someone help. The link to my Pluhnews page: http://theinfected.com/forums/PluhNews.php The link to where I want my news to be: http://www.theinfected.com/index.php (in the center of the page.) I have tried all of these includes but nothing happens with either of them. The SSI include works thou but I don't want to use .shtml PHP Code:
PHP Code:
PHP Code:
PHP Code:
Code:
//<!- PluhHeader --> |
Anyone?
|
Hello???????
|
Try and use your full path for the include. ie:
PHP Code:
http://www.dragonwolves.com |
well i got this to work, this is what i put in my index.php page:
PHP Code:
even thou my page is php I still had to put in the <?php why i dont' know cause I have that at the top as well. Don't know but this works. I swear I tried this before and it didn't work. Oh well. |
There must be some way of doing this, and I know it's been discussed before but I'm not sure if a solution was found. Is there a way of using pluhnews to display posts from more than on forum ?? If someone can figure out how to do this then that would be VERY cool :)
|
Quote:
Want to see an example? http://www.3dNewz.com |
Quote:
|
ok i`ve posted a pic of what it is doing, any ideas on how to fix/stop this? thanks
|
Quote:
|
Your a star m8, thanks for the link it works a treat :)
|
I have that hack installed and I still sometimes get that error location. Don't expect that hack to fix the problem completely. :(
|
I have that hack installed and I still sometimes get that error location. Don't expect that hack to fix the problem completely. :(
|
This is a great news program, but I would like to know if there is a way for me to display 5 news headlines instead of the same number of News items it shows in the news?
Currently I have 10 news items to be shown, but I only want 5 headlines in that area. How can I edit this? My site is at www.ac2hq.com Thank you. |
Hi,
I really like this hack/addon, but I have a request for a new feature. I use coranto (new version of newspro) right now and it has an option to display a dividing table after a new day starts. You can see that at www.cscentral.com Here is how it looks in the code: PHP Code:
Would it be possible to implement this in pluhnews? Thanks, Sebastian |
Quote:
PHP Code:
Hope this helps, Sebastian |
So has anybody figured out how to add avatars to the news events? I know others wanted this feature too.
|
Just a FYI:
I have version 1.0 installed on my site and it works great. http://www.ac2hq.com We had to put in some extra code to suppress an error message, but other than that, its great. PS: Whats so good about 1.5? |
There seems to be a strange bug in this. Whe you are pulling an article from the selected forum, it runs fine. However, when you COPY an old article (one no longer on the main PluhNews page) from that forum to another this start to get a bit kooky.
The article reshows back on the page, but not the original article but a reply firther down. Anyone else encountered this problem? |
Quote:
Quote:
I'm having the same problem with my site. I can open http://my site/forums/pluhnews.php just fine, and it works as intended, but if I try to include pluhnews.php inside my http://my site/index.php, I just get a blank page. Like everyone else, I know the error comes from global.php. Even if I add the full path to global.php in the pluhnews.php file, it still produces a blank page since inside global.php other requires are called. And since those other requires don't have a full path defined, the script cannot find them. (since all requires are called like "./global.php" and "./functions.php".... and since I'm requiring the file from the root directory, it's looking for functions.php, global.php, etc in the root rather than in /forums.) How did you remedy this problem? Is there a command that will force require statements to look in the same directory as the required file versus the directory the initial call is made from? Any help is appreciated! Thanks. |
ok, i fixed it. I just added added some chdir stuff to the beginning of pluhnews.php where the requires are called:
Code:
chdir("./forums"); If anyone knows of a better solution. Feel free to point it out. Optimization is good. |
is there anyway to have pluhnews inherit vbulletin styles or code like <smallfont> and {categoryfont } ect. ect.
That would be great. I want to put my news in tables but I am going to have different styles and I want the news to inherit the different style colors when a user changes styles. Is this possible. I tried to do it but I kept getting errors and it just wouldn't work with the echo" being in the script. Well what I want to do is, i have vbportal and the front page I am using the news from that, and then I am going to have different sections of within the site and each section is going to have a news forum. I need a script that will post the news from the specific forum on the sections front page. Pluhnews is great but I want something that will use vbulletins styles like vbportal does. I asked about this over at phpportals.com and I they didn't give me an answer. Any ideas? |
All times are GMT. The time now is 01:36 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:
|