php forum
php mysql forum
php mysql smarty
 
Page 2 of 14 < 1 2 3 4 ... 13 14 >
Topic Options
#199044 - 11/25/03 03:48 PM Re: [6.6 - 6.7] [finished] Calendar
d-talk Offline
Code Monkey

Registered: 05/01/01
Posts: 685

   Re: [6.6 - 6.7] [finished] Calendar to Del.icio.us Add to del.icio.us
  Digg Re: [6.6 - 6.7] [finished] Calendar Digg it
Hi,

i can nothing see at my forums-home page....

What can I do...

http://www.ubb-test.board-world.net/cgi-bin/ultimatebb.cgi
_________________________
Webmaster of d-talk & Kabel-Forum.com

Top
#199045 - 11/25/03 04:02 PM Re: [6.6 - 6.7] [finished] Calendar
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
nothing shows unless there is an event today, so just add an even today and it will show smile

*hopes this time the post stays*
_________________________
Code monkey like Fritos

Top
#199046 - 11/25/03 04:13 PM Re: [6.6 - 6.7] [finished] Calendar
d-talk Offline
Code Monkey

Registered: 05/01/01
Posts: 685
Hi Weird Al,

ist there no possibility, like in 6.4 or 6.5 to show the calendar "column" everytime...like here:

http://www.d-talk.tv/cgi-bin/ultimatebb.cgi
_________________________
Webmaster of d-talk & Kabel-Forum.com

Top
#199047 - 11/25/03 04:25 PM Re: [6.6 - 6.7] [finished] Calendar
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
it's actually quite easy
FIND IN UBB_FORUM_SUMMARY.CGI
Code:
</tr>
$TBB
		~ : '' ;
REPLACE WITH:
Code:
</tr>
$TBB
		~ : qq~

$TBT
<tr><td background="$vars_style{AltColumnColor1}"><font color="$vars_style{TextColor}" face="$vars_style{FontFace}" size="$vars_style{FDTextSize}">
$vars_wordlets_calendar{NoStinkinEvent}</font></td></tr>
$TBB~;
And in vars_wordlets_calendar.cgi, add the line
Code:
    q!NoStinkinEvent! => q!No Events Scheduled For Today!,
somewhere in the middle. just go into the cp and change that wordlet to whatever you want
_________________________
Code monkey like Fritos

Top
#199048 - 11/25/03 04:31 PM Re: [6.6 - 6.7] [finished] Calendar
d-talk Offline
Code Monkey

Registered: 05/01/01
Posts: 685
Hi Weird Al,

thank you very much!!!!

Can you help me again?

Look at http://www.ubb-test.board-world.net/cgi-bin/ultimatebb.cgi

Something is wrong their with the calendar link...

What can I do...

Thanks again :-)
d-talk
_________________________
Webmaster of d-talk & Kabel-Forum.com

Top
#199049 - 11/25/03 04:34 PM Re: [6.6 - 6.7] [finished] Calendar
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
did you mod the public_common.pl file? Make sure those steps were done correctly (I think it was only one step)

EDIT: heading to class, will help tonight
_________________________
Code monkey like Fritos

Top
#199050 - 11/25/03 04:43 PM Re: [6.6 - 6.7] [finished] Calendar
d-talk Offline
Code Monkey

Registered: 05/01/01
Posts: 685
No, not the link there, the Link above recent Visitors, ":Kalendertest".....
_________________________
Webmaster of d-talk & Kabel-Forum.com

Top
#199051 - 11/25/03 05:15 PM Re: [6.6 - 6.7] [finished] Calendar
d-talk Offline
Code Monkey

Registered: 05/01/01
Posts: 685
It works thank you!!!
_________________________
Webmaster of d-talk & Kabel-Forum.com

Top
#199052 - 12/13/03 07:58 PM Re: [6.6 - 6.7] [finished] Calendar
RoxSeibert Offline
Member

Registered: 02/20/03
Posts: 178
Loc: highspire, pa
quick question - can you restrict access to this calender so that its only available to registered users? (i dont restrict access to members only, just require login on on posting).
_________________________
~=Rox
http://dragboatalley.com/cgi-bin/ultimatebb.cgi

dangerously inspired by ubbdev,
but i still absolutely HATE perl.

Top
#199053 - 12/15/03 12:51 PM Re: [6.6 - 6.7] [finished] Calendar
Digital Boy Offline
Member

Registered: 05/30/00
Posts: 1871
Loc: Philadelphia
I don't know if this was answered or not, but how would one go about putting the calendar on the home page such as is done here at UBBDEV? Would that simply be by including an SSI tag where we want the calendar to show up?

- MT
_________________________
Matt Torbin
Web and Graphic Arts Engineer
Max Levy Autograph, Inc.
http://www.maxlevy.com/

Top
#199054 - 12/15/03 01:45 PM Re: [6.6 - 6.7] [finished] Calendar
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
Code:
## This file can be called with <!--#exec cgi="ubb_calendar_ssi.cgi" --> for today's event
## and <!--#exec cgi="ubb_calendar_ssi.cgi?s=yes" --> for monthly events 
(or <!--#exec cgi=ubb_calendar_ssi.cgi?s=yes&css=yes" --> if you'll use CSS).
use those codes accordingly and put it whereever you want in your page
_________________________
Code monkey like Fritos

Top
#199055 - 12/27/03 07:24 PM Re: [6.6 - 6.7] [finished] Calendar
d-talk Offline
Code Monkey

Registered: 05/01/01
Posts: 685
Hi,

i build it into 6.7 and get that error:

Global symbol "%vars_calendar" requires explicit package name at CGIPath/ubb_profile.cgi line 964.
Global symbol "$poster_name" requires explicit package name at CGIPath/ubb_profile.cgi line 965.
Global symbol "$poster_name" requires explicit package name at CGIPath/ubb_profile.cgi line 967.
Global symbol "$julian_bday" requires explicit package name at CGIPath/ubb_profile.cgi line 970.
Global symbol "$poster_name" requires explicit package name at CGIPath/ubb_profile.cgi line 973.
Global symbol "$julian_bday" requires explicit package name at CGIPath/ubb_profile.cgi line 973.
BEGIN not safe after errors--compilation aborted at CGIPath/ubb_profile.cgi line 1051.

what can I do?
_________________________
Webmaster of d-talk & Kabel-Forum.com

Top
#199056 - 12/27/03 08:08 PM Re: [6.6 - 6.7] [finished] Calendar
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
right before that code, add

Code:
my($poster_name, $julian_bday);
use vars qw(%vars_calendar);
_________________________
Code monkey like Fritos

Top
#199057 - 12/27/03 10:51 PM Re: [6.6 - 6.7] [finished] Calendar
d-talk Offline
Code Monkey

Registered: 05/01/01
Posts: 685
Now I get this error when I klick at Agreement view on profile page

Global symbol "%vars_calendar" requires explicit package name at CGIPath/ubb_registration.cgi line 703.
Global symbol "$poster_name" requires explicit package name at CGIPath/ubb_registration.cgi line 704.
Global symbol "$poster_name" requires explicit package name at CGIPath/ubb_registration.cgi line 706.
Global symbol "$julian_bday" requires explicit package name at CGIPath/ubb_registration.cgi line 716.
Global symbol "$poster_name" requires explicit package name at CGIPath/ubb_registration.cgi line 718.
Global symbol "$julian_bday" requires explicit package name at CGIPath/ubb_registration.cgi line 718.
BEGIN not safe after errors--compilation aborted at CGIPath/ubb_registration.cgi line 775.
_________________________
Webmaster of d-talk & Kabel-Forum.com

Top
#199058 - 12/27/03 10:53 PM Re: [6.6 - 6.7] [finished] Calendar
d-talk Offline
Code Monkey

Registered: 05/01/01
Posts: 685
I added the to lines before the new code in ubb_registration.cgi and now it works....
_________________________
Webmaster of d-talk & Kabel-Forum.com

Top
#199059 - 12/29/03 01:27 PM Re: [6.6 - 6.7] [finished] Calendar
Digital Boy Offline
Member

Registered: 05/30/00
Posts: 1871
Loc: Philadelphia
As an asside, what script was used to get this to show up as a little calendar on the main page?
_________________________
Matt Torbin
Web and Graphic Arts Engineer
Max Levy Autograph, Inc.
http://www.maxlevy.com/

Top
#199060 - 12/29/03 02:37 PM Re: [6.6 - 6.7] [finished] Calendar
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
look at the top of ubb_lib_calendar_ssi.cgi to see the examples
_________________________
Code monkey like Fritos

Top
#199061 - 12/30/03 12:22 AM Re: [6.6 - 6.7] [finished] Calendar
Gizmo Administrator Online   shocked
Wizard

Registered: 01/10/00
Posts: 5115
Loc: Portland, OR, USA
On my site I use:
[code][/code]
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design Owner

Top
#199062 - 12/30/03 03:27 PM Re: [6.6 - 6.7] [finished] Calendar
d-talk Offline
Code Monkey

Registered: 05/01/01
Posts: 685
Hi,

can you tell me what I have to do, that calendar looks like at Al's page?

_________________________
Webmaster of d-talk & Kabel-Forum.com

Top
#199063 - 12/30/03 06:25 PM Re: [6.6 - 6.7] [finished] Calendar
Gizmo Administrator Online   shocked
Wizard

Registered: 01/10/00
Posts: 5115
Loc: Portland, OR, USA
That's default for the presant version out when there is no event I believe...
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design Owner

Top
Page 2 of 14 < 1 2 3 4 ... 13 14 >


Moderator:  Charles, Gizmo 
Top Posters Last 30 Days
AllenAyres 18
Gizmo 12
sirdude 6
GEN 3
tackaberry 2
Philipp 2
willing 2
Who's Online
0 Registered (), 35 Guests and 11 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
Team UBBDev Rides Again!
by Gizmo
08/28/08 11:45 PM
Multiple Identity Detector
by MattUK
08/28/08 04:10 PM
[7.3.x] ubb.links
by AllenAyres
08/26/08 09:57 AM
Installing FlashChat with 7.3
by Gizmo
08/23/08 05:36 AM
[7.2.1] - Naked shoutbox
by Iann128
08/22/08 07:27 PM
Nice Ajax Chat
by M4D
08/21/08 10:02 PM
51-card NVIDIA folding rig cranks out 265,200 ppd
by AllenAyres
08/13/08 10:10 PM
New Mods
Installing FlashChat with 7.3
by Paug
08/23/08 12:14 AM
[7.x] AddThis - Social Networking
by Gizmo
08/01/08 01:30 AM
[7.3.x] ubb.links
by AllenAyres
06/20/08 11:50 PM
[7.3] Dissallow quotes more then 3 levels deep
by blaaskaak
06/09/08 09:01 AM
[7.2.1] - Naked shoutbox
by sirdude
08/17/07 10:36 PM
Newest Members
welcomeback1, Paug, Tim Keating, anscers, Murphdog
13324 Registered Users

 

 

 
fusionbb message board php hacks