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


Top Posters Last 30 Days
AllenAyres 82
Gizmo 29
sirdude 25
Zarzal 23
blaaskaak 12
swebs 6
willing 5
Who's Online
1 Registered (M4D), 34 Guests and 8 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
User Authentication Class
by sirdude
Today at 06:11 PM
Multiple Identity Detector
by Myke
Today at 05:45 AM
FlashChat with UBB.Threads 7.0.2
by Gizmo
Today at 12:30 AM
Nice Ajax Chat
by Thelockman
07/06/08 09:07 AM
[7.x] UBB.Post Templates v0.1
by sirdude
07/05/08 12:48 PM
Team UBBDev Rides Again!
by AllenAyres
07/04/08 10:56 PM
[7.3.x] ubb.links
by AllenAyres
07/03/08 06:15 PM
New Mods
Protect users emails
by Basil Fawlty
06/29/08 08:44 AM
[7.3.x] Scheduled board close for backup
by blaaskaak
06/26/08 04:01 AM
[7.3+] CustomTag - Audo Embedding
by Gizmo
06/24/08 07:52 PM
[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
Newest Members
nunny, lpzie, DoubleDutch, ryzilla, M4D
13305 Registered Users

 

 

 
fusionbb message board php hacks