php forum
php mysql forum
php mysql smarty
 
Page 2 of 3 < 1 2 3 >
Topic Options
#280812 - 10/21/04 08:50 AM Re: Facelift for UBB Threads 6.5 [Re: Daine]
Dalantech Offline
Junior Member

Registered: 02/11/01
Posts: 2392
Loc: Naples, Italy

   Re: Facelift for UBB Threads 6.5 to Del.icio.us Add to del.icio.us
  Digg Re: Facelift for UBB Threads 6.5 Digg it
Thanks Josh! <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />
_________________________
Da LAN Tech

Threads Dev Moderator

Top
#280813 - 11/03/04 12:06 AM Re: Facelift for UBB Threads 6.5 [Re: jacksonm99]
Dalantech Offline
Junior Member

Registered: 02/11/01
Posts: 2392
Loc: Naples, Italy
Just a bump since I've made several modifications -check the "edits" at the bottom of the first post for a list of changes.
_________________________
Da LAN Tech

Threads Dev Moderator

Top
#280814 - 11/03/04 12:12 AM Re: Facelift for UBB Threads 6.5 [Re: jacksonm99]
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25411
Loc: Texas
<img src="http://www.ubbdev.com/forum/images/graemlins/cool.gif" alt="" /> I wanna use these on my site when I get back in town <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />
_________________________
- Allen wavey
- What Drives You?

Top
#280815 - 11/03/04 12:32 AM Re: Facelift for UBB Threads 6.5 [Re: SurfMinister]
Dalantech Offline
Junior Member

Registered: 02/11/01
Posts: 2392
Loc: Naples, Italy
[]AllenAyres said:<br /><img src="http://www.ubbdev.com/forum/images/graemlins/cool.gif" alt="" /> I wanna use these on my site when I get back in town <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" /> [/]<br /><br />That's the best compliment I've had in a long time!!! <img src="http://www.ubbdev.com/forum/images/graemlins/cool.gif" alt="" /><br /><br />I just modified the the facelift_ubbcode.tmpl file and uploaded a new zip.
_________________________
Da LAN Tech

Threads Dev Moderator

Top
#280816 - 11/03/04 09:25 AM Re: Facelift for UBB Threads 6.5 [Re: jacksonm99]
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25411
Loc: Texas
<img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" /> I'll post a link once I have them up and running <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />
_________________________
- Allen wavey
- What Drives You?

Top
#280817 - 11/05/04 12:47 AM Re: Facelift for UBB Threads 6.5 [Re: jacksonm99]
Dalantech Offline
Junior Member

Registered: 02/11/01
Posts: 2392
Loc: Naples, Italy
I fixed an error in the facelift_fontcolor.tmpl file that broke the java script for using the question marl to chose a color. Mad props to Ian Spence for finding the error!! <img src="http://www.ubbdev.com/forum/images/graemlins/cool.gif" alt="" /><br /><br />I also modified the instructions for editing the ubbt.inc.php script for the Facelift custom functions to clean up my php scripting. The zip file attached to the first post has been updated.
_________________________
Da LAN Tech

Threads Dev Moderator

Top
#280818 - 11/05/04 08:04 PM Re: Facelift for UBB Threads 6.5 [Re: jacksonm99]
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25411
Loc: Texas
Cool, Ian has helped me a lot with scripts I've worked on at ubbdev too <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />
_________________________
- Allen wavey
- What Drives You?

Top
#280819 - 11/06/04 12:52 AM Re: Facelift for UBB Threads 6.5 [Re: SurfMinister]
Dalantech Offline
Junior Member

Registered: 02/11/01
Posts: 2392
Loc: Naples, Italy
He found the problem in no time! <img src="http://www.ubbdev.com/forum/images/graemlins/cool.gif" alt="" />
_________________________
Da LAN Tech

Threads Dev Moderator

Top
#280820 - 11/12/04 07:22 PM Re: Facelift for UBB Threads 6.5 [Re: jacksonm99]
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25411
Loc: Texas
OK, updated my church's site <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" /><br /><br />http://www.cccbmt.org/forum/ubbthreads.php - not too bad <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />
_________________________
- Allen wavey
- What Drives You?

Top
#280821 - 11/12/04 08:19 PM Re: Facelift for UBB Threads 6.5 [Re: SurfMinister]
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25411
Loc: Texas
A couple buglets in the ubbt_unregistered_nav:<br /><br /><td align="left" class="tdheader" valign="middle"><br /><br />needs to be changed to:<br /><br /><td align="left" class="menubar" valign="middle"><br /><br />and toward the bottom:<br /><br /><td class="tdheaderb"><br /><br />needs to be:<br /><br /><td class="tdheaderb" colspan="2"><br /><br /><img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />
_________________________
- Allen wavey
- What Drives You?

Top
#280822 - 11/13/04 01:27 AM Re: Facelift for UBB Threads 6.5 [Re: SurfMinister]
Dalantech Offline
Junior Member

Registered: 02/11/01
Posts: 2392
Loc: Naples, Italy
It looks like you modified the ubb_unregistered.tmpl file so that you have only two table rows instead of the three that I scripted -and with those changes you would have to change the class of the first table cell to menubar and you'd have to make the last table cell span two columns... <img src="http://www.ubbdev.com/forum/images/graemlins/wink.gif" alt="" /><br /><br />I walked the scripts that I have for those two files and they both work fine without any changes. The concept is to have the user name, logout / login text, and PM notice on the top table cell / row with tdheader as the class. The middle table cell / row contains the forum menu with the menu bar class, and the last table cell / row contains the tdheaderb class and it's the same color as tdheader. Three rows, one cell per row.<br /><br />To get the full effect of the design try making the background color of tdheaderb the same as tdheader. Or better yet: make a gradient for both using the same color... <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />
_________________________
Da LAN Tech

Threads Dev Moderator

Top
#280823 - 11/13/04 11:52 AM Re: Facelift for UBB Threads 6.5 [Re: jacksonm99]
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25411
Loc: Texas
really? I thought I uploaded all the files from the zip <img src="http://www.ubbdev.com/forum/images/graemlins/threadvolution_blink.gif" alt="" />
_________________________
- Allen wavey
- What Drives You?

Top
#280824 - 11/14/04 01:37 AM Re: Facelift for UBB Threads 6.5 [Re: SurfMinister]
Dalantech Offline
Junior Member

Registered: 02/11/01
Posts: 2392
Loc: Naples, Italy
The menu you are running is different than the one I have in Facelift <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />
_________________________
Da LAN Tech

Threads Dev Moderator

Top
#280825 - 11/22/04 06:38 AM Re: Facelift for UBB Threads 6.5 [Re: jacksonm99]
ChefAce_dup1 Offline
Newbie

Registered: 11/15/04
Posts: 10
Loc: Ann Arbor, Mi.
I am a bit confused on the last little item in your instructions. <br /> <br /> []Upload the graemlinpanel.php and all modified scripts to your threads directory. [/] <br /> <br />The confusion is this. <br /> <br />What graemlinpanel.php? <br /> <br />Maybe it's just me and I am not realizing what you mean. <br /> <br />But there is no graemlinpanel.php file in the zip. <br /> <br />This is why I am confused. <br /> <br />Any help would be appreciated. <br /> <br />Btw, I love this thing. <br /> <br />It makes the forums look great! <br /> <br />Keep up the awsome work you are doing for the community. <br /> <br />Thanks, <br />ChefAce <br /> <br />P.S. It works like a dream and looks great. <br />The only problem I have so far is what I described above. <br />Also the Show More Graemlins pop-up isn't working. <br /> <br />(it could be because I do this stuff in the weeee hours of the morning..lol) <br /> <br />You can locate my site here http://test.sboserver.com/forum

Top
#280826 - 11/22/04 03:27 PM Re: Facelift for UBB Threads 6.5 [Re: Sam W]
Dalantech Offline
Junior Member

Registered: 02/11/01
Posts: 2392
Loc: Naples, Italy
Sorry about that -I'll update the zip file soon.<br /><br />In the mean time download the pop up graemlin hack and upload the graemlinpanel.php file to your threads directory.
_________________________
Da LAN Tech

Threads Dev Moderator

Top
#280827 - 11/22/04 04:09 PM Re: Facelift for UBB Threads 6.5 [Re: jacksonm99]
ChefAce_dup1 Offline
Newbie

Registered: 11/15/04
Posts: 10
Loc: Ann Arbor, Mi.
You da man!!<br /><br />Thanks big dog.<br /><br />And like I said before, keep up the great work.<br /><br />Thanks again,<br />ChefAce

Top
#280828 - 11/22/04 04:21 PM Re: Facelift for UBB Threads 6.5 [Re: Sam W]
ChefAce_dup1 Offline
Newbie

Registered: 11/15/04
Posts: 10
Loc: Ann Arbor, Mi.
Last question.<br /><br /> [] Warning: main(includes/hack.inc.php): failed to open stream: No such file or directory in /home/sboserve/public_html/test/forum/graemlinpanel.php on line 21<br /><br />Fatal error: main(): Failed opening required 'includes/hack.inc.php' (include_path='.:/usr/local/lib/php') in /home/sboserve/public_html/test/forum/graemlinpanel.php on line 21<br /> [/] <br /><br />I have no hack.inc.php file.<br /><br />Any suggestions?

Top
#280829 - 11/22/04 05:03 PM Re: Facelift for UBB Threads 6.5 [Re: Sam W]
dimopoulos Offline
Kahuna

Registered: 08/18/02
Posts: 1271
Loc: Vienna, Austria
I have encountered that one as well. It must be a small mistake in the uploaded files. Change the hack.inc.php to main.inc.php and it will work.
_________________________
Nikos

Top
#280830 - 11/22/04 07:55 PM Re: Facelift for UBB Threads 6.5 [Re: Hal_dup2]
ChefAce_dup1 Offline
Newbie

Registered: 11/15/04
Posts: 10
Loc: Ann Arbor, Mi.
Did a search on the topic and found what I needed. <br />(should have done that before posting <img src="http://www.ubbdev.com/forum/images/graemlins/angrypc.gif" alt="" /> <br />Thanks for the reply though. <br /> <br />Works like a dream and looks great too. <br /> <br />Thanks again, <br />ChefAce

Top
#280831 - 12/16/04 05:14 AM Re: Facelift for UBB Threads 6.5 [Re: jacksonm99]
nosleep Offline
Junior Member

Registered: 12/08/04
Posts: 36
Loc: DE
I did all steps through, but when I call the board I get parse error: <br /> <br />
Code:
Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/ac2/public_html/exclusive/ubbt.inc.php on line 1530
<br /> <br />how to correct that? <br />


Edited by nosleep (12/16/04 06:17 AM)

Top
Page 2 of 3 < 1 2 3 >


Top Posters Last 30 Days
AllenAyres 12
Gizmo 10
S7ARBVCK 2
blaaskaak 2
Cambridge 1
Murphdog 1
MattUK 1
Who's Online
0 Registered (), 23 Guests and 9 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
[7.3.1] add search to showmembers page
by blaaskaak
Today at 04:50 AM
BeyondCompare v3.00
by blaaskaak
09/05/08 02:46 PM
Noob - need help, or a reality check!
by Gizmo
09/04/08 03:21 AM
Here I am! Rock me like a Hurricane!
by AllenAyres
09/02/08 03:05 PM
[7.x] Generic Page Outside of forum directory
by Gizmo
08/30/08 05:43 PM
Team UBBDev Rides Again!
by Gizmo
08/28/08 11:45 PM
Multiple Identity Detector
by MattUK
08/28/08 04:10 PM
New Mods
[7.3.1] add search to showmembers page
by blaaskaak
Today at 04:50 AM
Installing FlashChat with 7.3
by Paug
08/23/08 12:14 AM
[7.3.x] ubb.links
by AllenAyres
06/20/08 11:50 PM
[7.2.1] - Naked shoutbox
by sirdude
08/17/07 10:36 PM
[7.x] Generic Page Outside of forum directory
by
01/14/07 10:58 PM
Newest Members
veedubb8, twentyseven, Claus1, welcomeback1, Paug
13327 Registered Users

 

 

 
fusionbb message board php hacks