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


Top Posters Last 30 Days
AllenAyres 18
Gizmo 12
sirdude 6
GEN 3
tackaberry 2
Philipp 2
willing 2
Who's Online
0 Registered (), 35 Guests and 11 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
Team UBBDev Rides Again!
by Gizmo
08/28/08 11:45 PM
Multiple Identity Detector
by MattUK
08/28/08 04:10 PM
[7.3.x] ubb.links
by AllenAyres
08/26/08 09:57 AM
Installing FlashChat with 7.3
by Gizmo
08/23/08 05:36 AM
[7.2.1] - Naked shoutbox
by Iann128
08/22/08 07:27 PM
Nice Ajax Chat
by M4D
08/21/08 10:02 PM
51-card NVIDIA folding rig cranks out 265,200 ppd
by AllenAyres
08/13/08 10:10 PM
New Mods
Installing FlashChat with 7.3
by Paug
08/23/08 12:14 AM
[7.x] AddThis - Social Networking
by Gizmo
08/01/08 01:30 AM
[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
[7.2.1] - Naked shoutbox
by sirdude
08/17/07 10:36 PM
Newest Members
welcomeback1, Paug, Tim Keating, anscers, Murphdog
13324 Registered Users

 

 

 
fusionbb message board php hacks