php forum
php mysql forum
php mysql smarty
 
Page 3 of 14 < 1 2 3 4 5 ... 13 14 >
Topic Options
#199064 - 12/30/03 06:41 PM Re: [6.6 - 6.7] [finished] Calendar
d-talk Offline
Code Monkey

Registered: 05/01/01
Posts: 685
No, I mean with a table arround and the calendar gif infront of...
_________________________
Webmaster of d-talk & Kabel-Forum.com

Top
#199065 - 12/31/03 01:30 AM Re: [6.6 - 6.7] [finished] Calendar
Gizmo Administrator Offline
Wizard

Registered: 01/10/00
Posts: 5092
Loc: Portland, OR, USA
Oh, view the thread in forum design and integration on calendar relocation (by me). It may also be on http://mods.undergroundnews.com/
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design Owner

Top
#199066 - 12/31/03 04:44 AM Re: [6.6 - 6.7] [finished] Calendar
d-talk Offline
Code Monkey

Registered: 05/01/01
Posts: 685
Thank you Gizzy for your help!!! thumbsup rockband
_________________________
Webmaster of d-talk & Kabel-Forum.com

Top
#199067 - 01/01/04 02:30 PM Re: [6.6 - 6.7] [finished] Calendar
d-talk Offline
Code Monkey

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

here is the code for calendars table, but the image table ist to wide...

$TBT
<tr bgcolor="$vars_style{CategoryStripColor}">
<td colspan="$ColSpan">
<font size="$vars_style{TextSize}" face="$vars_style{FontFace}" color="$vars_style{CategoryStripTextColor}"><b>Calendar</b></font></a>
</td>
</tr>
<tr>
<td bgcolor="$vars_style{AltColumnColor1}" valign="top" align="center"><img src="$vars_config{NonCGIURL}/calendar.gif" border="0" alt="" /></td>
<td colspan="5" bgcolor="$vars_style{AltColumnColor2}">
<font size="1" face="$vars_style{FontFace}">
$calendar
</font></td></tr>
$TBB
_________________________
Webmaster of d-talk & Kabel-Forum.com

Top
#199068 - 01/01/04 03:32 PM Re: [6.6 - 6.7] [finished] Calendar
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
I already posted in that topic how to fix it
_________________________
Code monkey like Fritos

Top
#199069 - 01/01/04 05:25 PM Re: [6.6 - 6.7] [finished] Calendar
d-talk Offline
Code Monkey

Registered: 05/01/01
Posts: 685
That does not work...
_________________________
Webmaster of d-talk & Kabel-Forum.com

Top
#199070 - 01/01/04 05:29 PM Re: [6.6 - 6.7] [finished] Calendar
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
you put
Code:
<td bgcolor="$vars_style{AltColumnColor1}" valign="top" align="center" width="1"><img src="$vars_config{NonCGIURL}/calendar.gif" border="0" alt="" /></td>
in there?
_________________________
Code monkey like Fritos

Top
#199071 - 01/02/04 05:51 PM Re: [6.6 - 6.7] [finished] Calendar
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
After adding 2 lines to ubb_calendar_ssi.cgi, I believe it works well with 6.7. Let me know if you encounter any problem finding anything or if it doesn't work for you.
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#199072 - 01/05/04 03:34 PM Re: [6.6 - 6.7] [finished] Calendar
Digital Boy Offline
Member

Registered: 05/30/00
Posts: 1871
Loc: Philadelphia
Where was that posted? I can't seem to find it.

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

Top
#199073 - 01/05/04 03:40 PM Re: [6.6 - 6.7] [finished] Calendar
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
Sorry, I haven't noticed there was page 4... My last reply was only to d-talk. smile I believe the current version of calendar66.zip works with 6.7.
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#199074 - 01/06/04 06:09 AM Re: [6.6 - 6.7] [finished] Calendar
d-talk Offline
Code Monkey

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

something with the table does not work, look at:

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

Top
#199075 - 01/21/04 08:50 AM Re: [6.6 - 6.7] [finished] Calendar
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
LK, I was wondering if when using the SSI for Today's Events, you could show the user's age with the birthday announcement.

http://www.alforadmin.com/ <- Today's Events there is what I mean
_________________________
Code monkey like Fritos

Top
#199076 - 01/21/04 03:42 PM Re: [6.6 - 6.7] [finished] Calendar
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
Sure you can, I believe you can hijack ubb_forum_summary.cgi's calendar code and simply copy and paste it to calendar_ssi.cgi...
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#199077 - 01/25/04 10:46 PM Re: [6.6 - 6.7] [finished] Calendar
Zammit Offline
Junior Member

Registered: 06/15/03
Posts: 9
Any chance of it being added in the future, or is there a way currently, to make the calender viewable only to those you choose? Like the other forums, in that can be assigned access?

Great work, btw. smile
_________________________
http://www.leagueoflevity.com

Top
#199078 - 02/04/04 06:35 PM Re: [6.6 - 6.7] [finished] Calendar
Gizmo Administrator Offline
Wizard

Registered: 01/10/00
Posts: 5092
Loc: Portland, OR, USA
Quote:
Originally posted by d-talk:</font><hr />
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?
<hr /></blockquote>


<blockquote><font class="small">Originally posted by Ian Spence:
[qb]
right before that code, add

Code:
my($poster_name, $julian_bday);
use vars qw(%vars_calendar);
[/qb]


LK, can you add that fix in the official release, it saved my butt when gettin ready to upgrade lol..
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design Owner

Top
#199079 - 02/05/04 12:23 AM Re: [6.6 - 6.7] [finished] Calendar
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25366
Loc: Texas
Quote:
Originally posted by LK:

I believe the current version of calendar66.zip works with 6.7.



I had to make a few changes.. would you like the mhp?
_________________________
- Allen wavey
- What Drives You?

Top
#199080 - 02/05/04 02:42 AM Re: [6.6 - 6.7] [finished] Calendar
Charles Moderator Offline
Veteran

Registered: 10/22/00
Posts: 2637
Loc: London, UK
please smile
_________________________
Do you believe in love at first sight,
or should I walk by again?

Top
#199081 - 02/05/04 03:12 AM Re: [6.6 - 6.7] [finished] Calendar
Gizmo Administrator Offline
Wizard

Registered: 01/10/00
Posts: 5092
Loc: Portland, OR, USA
The current works with minor tweaks, see my last post heh...
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design Owner

Top
#199082 - 02/05/04 07:42 AM Re: [6.6 - 6.7] [finished] Calendar
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
Quote:
Originally posted by Gizzy:</font><hr />
<blockquote><font class="small">Originally posted by d-talk:
[qb]
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?
[/qb]



Quote:
Originally posted by Ian Spence:

right before that code, add

Code:
my($poster_name, $julian_bday);
use vars qw(%vars_calendar);


LK, can you add that fix in the official release, it saved my butt when gettin ready to upgrade lol..
<hr /></blockquote>
I already had that patched in my ubb_profile, so I was certain that the calendar66.zip was updated... my mistake tipsy

Updated now. smile
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#199083 - 02/05/04 07:48 AM Re: [6.6 - 6.7] [finished] Calendar
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
*coughs*make sure you update ubb_registration.cgi too*cough*
_________________________
Code monkey like Fritos

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


Moderator:  Charles, Gizmo 
Top Posters Last 30 Days
AllenAyres 83
Gizmo 29
sirdude 24
Zarzal 22
blaaskaak 13
willing 7
swebs 6
Who's Online
2 Registered (blaaskaak, sirdude), 39 Guests and 7 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
Nice Ajax Chat
by sirdude
07/05/08 04:29 PM
[7.x] UBB.Post Templates v0.1
by sirdude
07/05/08 12:48 PM
Team UBBDev Rides Again!
by AllenAyres
07/04/08 10:56 PM
[7.3.x] ubb.links
by AllenAyres
07/03/08 06:15 PM
Changing currency for subscriptions?
by AllenAyres
07/03/08 01:15 PM
Protect users emails
by AllenAyres
07/03/08 11:36 AM
VPS and Newbies
by Gizmo
07/02/08 09:08 PM
New Mods
Protect users emails
by Basil Fawlty
06/29/08 08:44 AM
[7.3.x] Scheduled board close for backup
by blaaskaak
06/26/08 04:01 AM
[7.3+] CustomTag - Audo Embedding
by Gizmo
06/24/08 07:52 PM
[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
Newest Members
ryzilla, M4D, Jer, Kanigo2, Bubba
13302 Registered Users

 

 

 
fusionbb message board php hacks