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
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
1 registered (Flyin V), 22 Guests and 14 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
How to hide sub forums from summary page
by Ruben Rocha
Today at 02:58 PM
Spell Check [beta]
by Bill B
Yesterday at 09:16 PM
PhotoPost BB Code Popup
by AllenAyres
Yesterday at 09:41 AM
Problems reading a lot of old posts here
by AllenAyres
Yesterday at 09:35 AM
Forum 'Trader Ratings'.
by AllenAyres
Yesterday at 09:33 AM
Customization needed
by Gizmo
11/12/08 12:28 PM
Team UBBDev Rides Again!
by AllenAyres
11/11/08 02:16 PM
New Mods
User Authentication Class
by
01/19/07 02:59 PM
Multiple Identity Detector
by
12/30/06 06:39 PM
PhotoPost BB Code Popup
by
11/06/06 05:43 PM
Spell Check [beta]
by
10/17/06 09:24 PM
Newest Members
David DelMonte, nick1, Begbie, cenk, MATTO
13363 Registered Users
Top Posters
AllenAyres 25452
JoshPet 11330
Rick 8372
LK 7396
Lord Dexter 6503
Greg Hard 5533
Charles Capps 5438

 

 

 
fusionbb message board php hacks