php forum
php mysql forum
php mysql smarty
 
Page 10 of 11 < 1 2 ... 8 9 10 11 >
Topic Options
#151490 - 06/28/02 01:21 AM Re: [6.3.x] [beta] UBBNews 2.3b Beta [Unmaintained]
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25461
Loc: Texas
What part interfaces with JC templates? I don't think it matters what kind of templates you use in your public forums, this doesn't touch them.

Those who don't feel like modifying your files can do like we have done since the beginning and just manually set the variables and upload the files...
_________________________
- Allen wavey
- What Drives You?

Top
#151491 - 06/28/02 07:46 AM Re: [6.3.x] [beta] UBBNews 2.3b Beta [Unmaintained]
Todd Davis Offline
Junior Member

Registered: 01/25/02
Posts: 5
Loc: Downingtown, PA
[code][/code][/QB]</font><hr /></blockquote><font size="2" face="Verdana, Helvetica, sans-serif">I keep seeing this, but it doesn't work for me. (I am using *.asp pages, and maybe that's an issue?)

The problem is, the server hits that code, and then comes back and tell me that there is no page named ubbnews.cgi?ns_id=1. Which is true. only ubbnews.cgi exists. The server is interpreting the passed variables as a literal.

I "solved" this problem by using a screen scrape of the page and extracting the details I need. But if there is cleaner way to do that, I'd like to know? Thanks!
_________________________
-Todd Davis
"Windows has detected that your mouse has moved - please reboot for the changes to take affect."

Top
#151492 - 06/28/02 09:19 AM Re: [6.3.x] [beta] UBBNews 2.3b Beta [Unmaintained]
DGMayor Offline
Member

Registered: 05/08/01
Posts: 46
Loc: Orlando, FL
Try <!--#exec cgi="/cgi-bin/ubbnews.cgi?ns_id=1" -->

and make sure your path is correct.

if its stored in /path1/path2/path3/cgi-bin/ubbnews.cgi make sure you put that in, even if the asp calling is in the path3 directory.

Top
#151493 - 06/28/02 10:23 AM Re: [6.3.x] [beta] UBBNews 2.3b Beta [Unmaintained]
gost95 Offline
Member

Registered: 03/08/02
Posts: 97
Loc: honeycomb hideout
ok...maybe it's just me being an idiot, but i'm having the same issue with both this and the latest threads hack. when i install everything and then call the file with the ssi script i get nothing not even an error.

since i really don't understand how to call a script, i'll tell you what i did. i just took,

<!--#include virtual="/cgi-bin/ubbnews.cgi?ns_id=1" -->

since bluedomino doesn't allow for "exec", and i pasted it in the CP under a number of different places as test to see if it would work, i.e. Footer, Header, HTML Extra, Intro Text, and so on.

am i doing that right???

Top
#151494 - 06/29/02 06:32 AM Re: [6.3.x] [beta] UBBNews 2.3b Beta [Unmaintained]
Yamaha Raptor Offline
Member

Registered: 07/24/00
Posts: 891
Loc: medway me
gost95 for latest threads to show up you must make a post after you install it or nothing will show up.

and for UBBNews did you first go into your cp and steup the forum you would like the news to come from?

you can see both of them running very well at this site.
http://www.starbraker.com/

the page you are calling them from should be a .shtml file not a .html or a .htm.

Todd Davis that could be the prob you are haveing as well i am not really sure if you can make a ssi call from a .asp page.

Top
#151495 - 06/29/02 09:19 AM Re: [6.3.x] [beta] UBBNews 2.3b Beta [Unmaintained]
MattUK Offline
Journeyman

Registered: 11/23/01
Posts: 137
I am running a couple of these on the front of my site to show latest updates in the forums (as the latest topics hack isnt available). The problem people moan about most, is that it takes a good few seconds for the page to appear because of the scripts it is running to pull that information in.. is there any way of running a timed script to pipe this info to a file, and then just include that file so it appears instantly like the old latest posts hack did?

Top
#151496 - 07/03/02 01:10 AM Re: [6.3.x] [beta] UBBNews 2.3b Beta [Unmaintained]
rabriar Offline
Member

Registered: 12/17/01
Posts: 39
Well I thought I did have the problem fixed, but I was wrong, does anybody know why is it that the latest post appear entirely in the front page, meaning I put a limit of 200 characters and still shows the entire topic, I tried 100 characters and still the same result, also I try this with every option and still not good. If this is the way it's supposed to work then I'll just have to deal with it, but if it can be fixed I'd love to know how :-)
I love the hack any ways.

Rabriar

Top
#151497 - 07/05/02 02:15 AM Re: [6.3.x] [beta] UBBNews 2.3b Beta [Unmaintained]
Martin Björnström Offline
Junior Member

Registered: 05/09/02
Posts: 17
Loc: Stockholm / Sweden
I am thinking of switching to UBB.threads - are there a UBBNews for that version??

Also: I would love to have multiple HTML templates for UBBNews.

Check out our site with UBBNews installed:

http://99mac.com/nyheter.htm

(its a swedish macintosh site - in swedish)

Top
#151498 - 07/08/02 12:20 AM Re: [6.3.x] [beta] UBBNews 2.3b Beta [Unmaintained]
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25461
Loc: Texas
Hello martin smile

threads has a news script that comes with it, there are also quite a few nice news-type scripts for threads at www.threadsdev.com
_________________________
- Allen wavey
- What Drives You?

Top
#151499 - 07/15/02 04:36 AM Re: [6.3.x] [beta] UBBNews 2.3b Beta [Unmaintained]
TiCaL2000 Offline
Junior Member

Registered: 07/06/02
Posts: 1
Hello Greg,
Just thought I'd let you know that if HTML is enabled for a forum no tables get included in the shtml file I have. I'm using:
Code:
[/code]It works fine when HTML is not enabled for a forum. As soon as I enable HTML I get a blank shtml page and I have to remove all the News Sessions, Clear Cache, Rebuild Search Index and recreate the News Sessions as well as disable HTML in the forum so that the tables start appearing again on my shtml page. 

Also for people that only have PHP extentions on their http server you can use this code in any of your php files:
[code]
Regards,
TiCaL

Top
#151500 - 07/15/02 10:35 PM Re: [6.3.x] [beta] UBBNews 2.3b Beta [Unmaintained]
Raichu Babai Offline
Member

Registered: 04/01/01
Posts: 206
Loc: Brooklyn NY
When I run the SSI I get this error:

Software error:
/usr/local/etc/httpd/cgi-bin/vars_wordlets_mods.cgi: syntax error at /usr/local/etc/httpd/cgi-bin/vars_wordlets_mods.cgi line 10, near "'time_localboard'"

Now when I delete everything in the var_wordlet_mod.cgi cept the ubbnews wordlets the hack works perfectly....
_________________________
My lame BUTT only have <img src="http://www.ubbdev.com/ud/?u=Raichu Babai&s=1" alt=" - " /> points,
because my POS computer ONLY grinded out <img src="http://www.ubbdev.com/ud/?s=2&u=Raichu Babai" alt=" - " /> results

Top
#151501 - 08/04/02 10:58 AM Re: [6.3.x] [beta] UBBNews 2.3b Beta [Unmaintained]
Greg Hard Offline
Member

Registered: 02/21/00
Posts: 5533
Loc: My Room
cp_ubbnews updated with a fix.

Top
#151502 - 08/10/02 06:57 PM Re: [6.3.x] [beta] UBBNews 2.3b Beta [Unmaintained]
Saxeus Offline
Member

Registered: 04/02/01
Posts: 89
Loc: Europe
Hi Greg, I installed Ubbnews beta and also Sticky Threads hack, and I thought they would work together so that the sticky threads would be captured from ubbnews to appear them in the shtml file, but actually it doesn't. Is there in the future any chance to have this as an option in ubbnews hack (or maybe even now?)?

Thanks for your time

P.S. Your hacks are really great, keep up the good work.
_________________________
Don't worry about people stealing your ideas. If your ideas are any good, you'll have to ram them down people's throats.

Top
#151503 - 08/10/02 07:39 PM Re: [6.3.x] [beta] UBBNews 2.3b Beta [Unmaintained]
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25461
Loc: Texas
That was a bug fixed back when JB007 was coding this smile Your best bet would be to have an "announcements" forum only you can post new topics to, then pull your news from that smile
_________________________
- Allen wavey
- What Drives You?

Top
#151504 - 08/12/02 05:20 AM Re: [6.3.x] [beta] UBBNews 2.3b Beta [Unmaintained]
Saxeus Offline
Member

Registered: 04/02/01
Posts: 89
Loc: Europe
Sorry for getting out of topic:

Allen, how do you put images inside that, like the one in ubbdev index?
_________________________
Don't worry about people stealing your ideas. If your ideas are any good, you'll have to ram them down people's throats.

Top
#151505 - 08/16/02 03:38 AM Re: [6.3.x] [beta] UBBNews 2.3b Beta [Unmaintained]
Saxeus Offline
Member

Registered: 04/02/01
Posts: 89
Loc: Europe
If I want to remove the box of "# replies | Read more..." which file should I edit?
_________________________
Don't worry about people stealing your ideas. If your ideas are any good, you'll have to ram them down people's throats.

Top
#151506 - 09/20/02 06:41 PM Re: [6.3.x] [beta] UBBNews 2.3b Beta [Unmaintained]
PrimeTime Offline
Member

Registered: 11/06/01
Posts: 1046
Would anyone be so kind to link me to a working zip file of Greg's latest release of UBBNews? I've been looking all over since his site is down. Thks!
_________________________
Members Spotlight Winner
bac-Clan
--------------------

Top
#151507 - 09/20/02 08:07 PM Re: [6.3.x] [beta] UBBNews 2.3b Beta [Unmaintained]
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25461
Loc: Texas
http://ubbdev.com/hacks/ubbnewsbeta2.zip

- as always you can ignore the ubbintegration, upload your files and set the variables manually. smile
_________________________
- Allen wavey
- What Drives You?

Top
#151508 - 09/20/02 08:08 PM Re: [6.3.x] [beta] UBBNews 2.3b Beta [Unmaintained]
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25461
Loc: Texas
Quote:
quote:
Originally posted by Saxeus:
If I want to remove the box of "# replies | Read more..." which file should I edit?
the public_ubbnews.pl file smile
_________________________
- Allen wavey
- What Drives You?

Top
#151509 - 09/20/02 08:16 PM Re: [6.3.x] [beta] UBBNews 2.3b Beta [Unmaintained]
Greg Hard Offline
Member

Registered: 02/21/00
Posts: 5533
Loc: My Room
Thanks Allen. smile UBBNews3 will be out when 6.4 is released.

Top
Page 10 of 11 < 1 2 ... 8 9 10 11 >


Who's Online
0 registered (), 34 Guests and 8 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
ubb.social
by Placebo
Today at 04:25 AM
Displaying a gif for a paying member
by Iann128
01/06/09 07:04 AM
Restore The "New Topic Is Highlighted" Feature
by hikelite
01/02/09 07:41 PM
Web Hosting
by Pilgrim
01/02/09 04:13 PM
Finishing touches on a UBB migration
by AllenAyres
01/02/09 03:04 PM
Sidebar options?
by Pilgrim
12/26/08 03:40 PM
Legacy Style
by sirdude
12/24/08 07:18 PM
New Mods
Displaying a gif for a paying member
by Iann128
12/29/08 11:44 AM
Legacy Style
by Micky
12/21/08 01:36 PM
ubb.social
by
08/03/06 10:38 AM
Newest Members
bluedthunder, blaqskreen, RAICHU, sebak, BaronDriver
13371 Registered Users
Top Posters
AllenAyres 25461
JoshPet 11330
Rick 8372
LK 7396
Lord Dexter 6503
Greg Hard 5533
Charles Capps 5438

 

 

 
fusionbb message board php hacks