php forum
php mysql forum
php mysql smarty
 
Topic Options
#274218 - 05/27/04 09:41 AM JCPro Templates 2.0 ubbt v6.5 b1
J.C. Offline
Addict

Registered: 08/11/00
Posts: 1551

   JCPro Templates 2.0 ubbt v6.5 b1 to Del.icio.us Add to del.icio.us
  Digg JCPro Templates 2.0 ubbt v6.5 b1 Digg it
Name: JCPro Templates 2.0 ubbt v.6.5 b1<br /><br />Requirements: A licensed copy of ubb.threads ™ version 6.5 b1<br /><br />Links: Download<br /><br />Description: Customized templates used on my site.<br /><br />Features: <br />1) Reduced clutter and wasted space.<br />2) Custom CSS solutions to remove unwanted sections/functions. PM's, Signatures, Ratings, Permission text, edit, reply, quote buttons (They do not show when not logged in).<br />3) New graphics, & icons.<br />4) Split Categories<br />5) Split Posts<br />6) MyHome.tmpl now works with fixed width.<br />7) Increased compatibility with XHTML. Added align="" and valign="" to all cells etc. Removes problems with stricter browsers. Where content of cells showed as centered when no positioning was specified. also added TH and /TH where applicable.<br />8) Alternating post colors (uses lighttable and darktable like classic does).<br />9) Forum Descriptions.<br /><br />Demo: www.ubbdesign.com/forums/ubbthreads.php<br /><br />Install: See included ReadMe.txt file. <br /><br />Note: This is NOT for re-sale. Credits must remain intact. This is intended for private, non commercial use only. The link to my site in the footer must remain also.
_________________________
- Groupee Moderator
- Custom Web Development
http://www.JCSWebDev.com

Top
#274219 - 05/27/04 02:40 PM Re: JCPro Templates 2.0 ubbt v6.5 b1 [Re: chrisX]
donJulio Offline
Code Monkey

Registered: 06/17/02
Posts: 682
Loc: CA, USA
Thanks! <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />
_________________________
Too many men. There's too many people making too many problems, and not much love to go around. Can't you see this is the Land of Confusion? <img src="http://www.ubbdev.com/forum/images/graemlins/confused.gif" alt="" />

Top
#274220 - 05/27/04 03:55 PM Re: JCPro Templates 2.0 ubbt v6.5 b1 [Re: luan]
DLWebmaestro Offline
Member

Registered: 08/08/00
Posts: 1753
Loc: California, MD
<img src="http://www.ubbdev.com/forum/images/graemlins/yay.gif" alt="" />
_________________________
Webmaster
Drumlines.org

Drumlines.org UBBThreads

Top
#274221 - 05/27/04 04:24 PM Re: JCPro Templates 2.0 ubbt v6.5 b1 [Re: eslmix]
DLWebmaestro Offline
Member

Registered: 08/08/00
Posts: 1753
Loc: California, MD
Is anyone else experiencing this? Stock 6.5b1


Attachments
114154-zoinks.gif (101 downloads)

_________________________
Webmaster
Drumlines.org

Drumlines.org UBBThreads

Top
#274222 - 05/27/04 05:26 PM Re: JCPro Templates 2.0 ubbt v6.5 b1 [Re: eslmix]
J.C. Offline
Addict

Registered: 08/11/00
Posts: 1551
Offhand it looks like you have some stray html somewhere.
_________________________
- Groupee Moderator
- Custom Web Development
http://www.JCSWebDev.com

Top
#274223 - 05/27/04 07:46 PM Re: JCPro Templates 2.0 ubbt v6.5 b1 [Re: chrisX]
DLWebmaestro Offline
Member

Registered: 08/08/00
Posts: 1753
Loc: California, MD
But all the HTML for the page would be in ubbthreads.tmpl, right?
_________________________
Webmaster
Drumlines.org

Drumlines.org UBBThreads

Top
#274224 - 05/27/04 08:13 PM Re: JCPro Templates 2.0 ubbt v6.5 b1 [Re: eslmix]
J.C. Offline
Addict

Registered: 08/11/00
Posts: 1551
Hard to say, it looks like you're not using my menubar, correct? Works fine on my test board. <br /> <br />http://www.ubbdesign.com/downloads/test_board/ubbthreads.php?Cat=0 <br />
_________________________
- Groupee Moderator
- Custom Web Development
http://www.JCSWebDev.com

Top
#274225 - 05/27/04 09:08 PM Re: JCPro Templates 2.0 ubbt v6.5 b1 [Re: chrisX]
DLWebmaestro Offline
Member

Registered: 08/08/00
Posts: 1753
Loc: California, MD
It seems your template is not compatible with forum images - that is what is breaking it.
_________________________
Webmaster
Drumlines.org

Drumlines.org UBBThreads

Top
#274226 - 05/27/04 09:40 PM Re: JCPro Templates 2.0 ubbt v6.5 b1 [Re: eslmix]
J.C. Offline
Addict

Registered: 08/11/00
Posts: 1551
Hmmmm, okay will go check that part out. Admittedly I don't use em.
_________________________
- Groupee Moderator
- Custom Web Development
http://www.JCSWebDev.com

Top
#274227 - 05/27/04 09:47 PM Re: JCPro Templates 2.0 ubbt v6.5 b1 [Re: chrisX]
J.C. Offline
Addict

Registered: 08/11/00
Posts: 1551
Okay I need to add this to the text:<br /><br />In ubbthreads.php replace:<br /><br /> $forum[$x][$y]['forumimage'] = "";<br /> if ($forumimage) {<br /> $forum[$x][$y]['forumimage'] = "<td rowspan=\"3\"><a href=\"{$config['phpurl']}/postlist.php{$var_start}Cat{$var_eq}$Cat{$var_sep}Board{$var_eq}$Keyword\"><img src=\"$forumimage\" alt=\"*\" hspace=\"3\" border=\"0\" /></a></td>";<br /> }<br /><br />with:<br /><br /> $forum[$x][$y]['forumimage'] = "";<br /> if ($forumimage) {<br /> $forum[$x][$y]['forumimage'] = "<a href=\"{$config['phpurl']}/postlist.php{$var_start}Cat{$var_eq}$Cat{$var_sep}Board{$var_eq}$Keyword\"><img src=\"$forumimage\" alt=\"*\" hspace=\"3\" border=\"0\" align=\"left\" /></a>";<br /> }<br /><br /><br />And use the new template for ubbthreads.tmpl. Give me a few to update the zip.
_________________________
- Groupee Moderator
- Custom Web Development
http://www.JCSWebDev.com

Top
#274228 - 05/27/04 09:51 PM Re: JCPro Templates 2.0 ubbt v6.5 b1 [Re: chrisX]
J.C. Offline
Addict

Registered: 08/11/00
Posts: 1551
Zip updated and uploaded.
_________________________
- Groupee Moderator
- Custom Web Development
http://www.JCSWebDev.com

Top
#274229 - 09/21/04 09:41 PM Re: JCPro Templates 2.0 ubbt v6.5 b1 [Re: chrisX]
J.C. Offline
Addict

Registered: 08/11/00
Posts: 1551
Redoing mine for 6.5 release. Should be ready in a few days. You can see the progress on my forums.
_________________________
- Groupee Moderator
- Custom Web Development
http://www.JCSWebDev.com

Top
#274230 - 09/23/04 09:06 PM Re: JCPro Templates 2.0 ubbt v6.5 b1 [Re: chrisX]
Dr. Teeth Offline
Lurker

Registered: 09/23/04
Posts: 4
Fantastic!<br /><br />Question -- what exactly on your forums is included? The IIP-similar entrance page, as well? The announcement enlargement? The graphics? Everything as is?

Top
#274231 - 09/24/04 01:39 PM Re: JCPro Templates 2.0 ubbt v6.5 b1 [Re: hothands]
J.C. Offline
Addict

Registered: 08/11/00
Posts: 1551
_________________________
- Groupee Moderator
- Custom Web Development
http://www.JCSWebDev.com

Top


Who's Online
0 Registered (), 41 Guests and 9 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
Blogs, love em or hate em?
by AllenAyres
10/07/08 02:05 PM
What do you use to edit the files
by Ian_W
10/05/08 03:33 PM
BeyondCompare v3.00
by Ian_W
10/05/08 03:32 PM
Glossy Black Theme with Image Reflection
by Gizmo
10/05/08 02:17 PM
ShareThis
by Gizmo
09/28/08 05:06 AM
[7.3] Viewing MySQL logfiles made easier
by AllenAyres
09/27/08 09:57 PM
Looking for a simple upload script
by Murphdog
09/26/08 08:45 PM
New Mods
[7.3] Viewing MySQL logfiles made easier
by blaaskaak
09/24/08 05:39 PM
[7.3] Language file checker
by blaaskaak
09/09/08 12:56 AM
[7.3.1] add search to showmembers page
by blaaskaak
09/07/08 04:50 AM
Multiple Identity Detector
by
12/30/06 06:39 PM
Newest Members
pisa666, ghengis317, NitroX, Dogan, EliYah-
13345 Registered Users
Top Posters Last 30 Days
AllenAyres 13
blaaskaak 9
tackaberry 7
FREAK1 6
Gizmo 4
Mike L_dup1 4
Chris Bale 4

 

 

 
fusionbb message board php hacks