php forum
php mysql forum
php mysql smarty
 
Page 10 of 10 < 1 2 ... 8 9 10
Topic Options
#228988 - 03/28/04 06:18 PM Re: The Panel Generator [Re: Steve_OS]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA

   Re: The Panel Generator to Del.icio.us Add to del.icio.us
  Digg Re: The Panel Generator Digg it
doesn't need to. this is a standalone and is independent of the threads version so will work with any version of threads.
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#228989 - 03/29/04 02:42 AM Re: The Panel Generator [Re: 234234]
Charles Offline
Veteran

Registered: 10/22/00
Posts: 2637
Loc: London, UK
the next version will probably be for 6.5 as there is a number of changes, mainly in the censor bit.
_________________________
Do you believe in love at first sight,
or should I walk by again?

Top
#228990 - 03/30/04 10:42 AM Re: The Panel Generator [Re: egor]
Sapphy Offline
Power User

Registered: 09/03/03
Posts: 70
Ok thanks. I'm looking forward to re-introducing it Charles, it's awesome. <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />

Top
#228991 - 03/30/04 09:29 PM Re: The Panel Generator [Re: Steve_OS]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
BTW I am using this version still with threads 6.4.1 and it works great.
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#228992 - 04/26/04 04:01 AM Re: The Panel Generator [Re: 234234]
PaNTerSan Offline
Journeyman

Registered: 03/19/04
Posts: 122
Loc: EU, Slovenia
[]scroungr said:<br />BTW I am using this version still with threads 6.4.1 and it works great. [/]<br />Could you please email it to me <img src="http://www.ubbdev.com/forum/images/graemlins/bow.gif" alt="" /> <img src="http://www.ubbdev.com/forum/images/graemlins/thankyousign.gif" alt="" />
_________________________
Kind regards,
PaNTerSan

Top
#228993 - 04/26/04 07:48 AM Re: The Panel Generator [Re: Brandon Long]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
Hmm just noticed Charles removed the original version? I would contact charles and see why he removed it and just didn't update a new version into the attachments when he released his next incarnation so unless he says I can. I won't let me shoot him a PM.
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#228994 - 08/07/04 10:17 PM Re: The Panel Generator [Re: 234234]
Storm_dup1 Offline
Member

Registered: 08/03/02
Posts: 263
Loc: Somewhere above Texas
Cripes! Whatever happened to this Charles???? I went to install it and don't have the .zip anymore.... Anyone?? <img src="http://www.ubbdev.com/forum/images/graemlins/frown.gif" alt="" />
_________________________
Some people read their stars..... I choose to write my own

Top
#228995 - 08/08/04 12:32 AM Re: The Panel Generator [Re: ]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
I shot him a PM and never got a reply...
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#228996 - 08/10/04 07:22 PM Re: The Panel Generator [Re: ]
id242_dup1 Offline
Member

Registered: 05/23/03
Posts: 159
its right here... <img src="http://www.ubbdev.com/forum/images/graemlins/cool.gif" alt="" /><br /><br />* * ATTACHED FILE * *


Attachments
118321-pano-v1.zip (53 downloads)


Top
#228997 - 08/11/04 01:16 PM Re: The Panel Generator [Re: VickiSmith]
ericgtr Offline
Junior Member

Registered: 05/12/03
Posts: 1109
Here is a quick and dirty hack to show a link for the Panel Generator next to the Quick Reply box in showflat. (Thanks to Omegetron for the snippets from him photopost mod) <br /> <br />
Code:
 <br />Open showflat.php <br /> <br />## <br />## Find: <br />## <br /> <br />function openGraemlinPanel() { <br />	graemlinWindow=window.open('{$config['phpurl']}/graemlinpanel.php','graemlinpanel','scrollbars=yes,resizable=yes,width=300,height=400'); <br />	if (graemlinWindow.opener == null) graemlinWindow.opener = self; <br />} <br /> <br /> <br />## <br />## After add: <br />## <br /> <br />function openPanelGenerator() { <br />        photoWindow=window.open('{$config['phpurl']}/pano/popup.php','popup','scrollbars=yes,resizable=yes,width=510,height=320'); <br />        if (photoWindow.opener == null) photoWindow.opener = self; <br />} <br /> <br /> <br />## <br />## Find: <br />## <br /> <br />&lt;a href="javascript:void(0)" onclick="openGraemlinPanel()"&gt;{$ubbt_lang['USE_GRAEMLINS']}&lt;/a&gt;&lt;br /&gt;&lt;br /&gt; <br /> <br />## <br />## After add: <br />## <br /> <br />&lt;a href="javascript:void(0)" onclick="openPanelGenerator()"&gt;Panel Generator&lt;/a&gt;&lt;br /&gt;&lt;br /&gt; <br />

Top
#228998 - 08/23/04 02:02 PM Re: The Panel Generator [Re: 234234]
Charles Offline
Veteran

Registered: 10/22/00
Posts: 2637
Loc: London, UK
[]scroungr said:<br />I shot him a PM and never got a reply... [/]forgot to update my email adress doh! well I can assure you that the current version should not work on 6.5 unless so bits are redone but I do not plan to update this mod until the next gen ubb is in beta stage.
_________________________
Do you believe in love at first sight,
or should I walk by again?

Top
#228999 - 08/23/04 03:02 PM Re: The Panel Generator [Re: egor]
Turbosport Offline
Member

Registered: 09/08/01
Posts: 157
Loc: Kent, UK.
yep it works just need to change a few paths in the scripts.
_________________________
Regards
Clint

Running on WIN2003 Web Server.

Paranoid people get followed too!

Top
#229000 - 05/08/05 05:40 PM Re: The Panel Generator [Re: groov_richmond]
Storm_dup1 Offline
Member

Registered: 08/03/02
Posts: 263
Loc: Somewhere above Texas
What paths are you having to change in what scripts?
_________________________
Some people read their stars..... I choose to write my own

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


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