Re: 10 last forum posts on index
Re gugu is exactly what I want to avoid frames. LOL
You are not logged in.
Re gugu is exactly what I want to avoid frames. LOL
tell me if it´s works ![]()
I find this maybee it can give you an idea how to do.
I tried hard but the only result i got, was a white screen. Page down and nothing works.
...
better let people who can understanding it make it the right way
Thats what i tried here in vldforum, on vldmods and in vldcrowd .... no results ;-(
Holger I´m sorry but I tell you if you had little knowledge in php coding you should did the trick
with the link I tell you and I´m sure you tell me it was for punbb ... but now we are talking about phpbb3 ![]()
it is tricky to get it work ... I know only one guy who can make it work but he is very busy ...
and to find easy tutorials on the web how to do it ...not so easy ! no tutorials for beginners ![]()
We try to help you guys but not all time we can help you ... we are doing our best ![]()
every day I have so many messages I must answer and so many people I must try to help ...
so please Holger be patience and try to not be so disappointed
then we know we tell you about it !
in template folder create latestforum.php
<?php
$latest=file_get_contents("http://your_site/extern.php?action=new&show=10"; // or extern.php only
echo $latest;
?>in homepage
<!-- INCLUDE latestforum.php -->Also you may try to customise extern.php if need for the design
Holger had you try this one ?
Yes ... thats what i startet with ... but nothing happens ... no errors but also no 10 last posts ;-)
read my post on vldmods ...
Hi all , you can see this script : http://softinquiry.com/latest-posts-sta hpbb2.html
or otherwise it would be nice to have an extension in vldpersonals which would have the latest posts or topic on the index that exists for joomla maybe it's be possible on vld.
You can see the joomla module by following this link
http://www.ideationplace.com/index.php?
-show.html
Also image admin panel
http://www.ideationplace.com/index.php? odule.html
Is what it would be possible Vlad for all forums that can integrate vld?
Regards C3dric
Last edited by cédric59 (2010-10-14 17:39:17)
Hello.
A couple of months ago I bought a mod to show latest phpbb3 topics on vldpersonals (that is customizable in some ways).
Just give me an hour to add the modification into the vldp forum.
I will add a link into my signature when done.
Last edited by orange_slice (2011-01-13 16:30:13)
Sorry, I can post tomorrow evening.
Modification allows to:
1) choose how may latest messages/topics to display
2) exclude some forums by forum ID (e.g. private forum only for admins and/or moderators)
3) set how many characters of the message to display
Moreover, the script shows for each topic/message:
a) Topic title (link to the message)
b) date
c) user
d) forum
e) message (part of it. See item "3")
f) "Read all..." link
The links (items "a" and "f") directly go to the message, even if it is the last of hundreds ones into the same topic.
Sorry for the very big delay.
As promised:
>>> PERFECT INTEGRATION OF PHPBB3 INTO VLDPERSONALS <<<
>>> SHOW LATEST PHPBB3 POSTS IN HOME PAGE <<<
ENJOY.
Last edited by orange_slice (2011-02-10 19:14:28)
Since nobody else seemed to post it, here is the info for Vanilla forums.
install this plug-in copy the code and paste it into one of your custom pages.