The secure CMS.
Contribute
Support
Polls
Links
Forum
Downloads
Directory
Forum Menu
Forum Index
Site Members
Popular Topics
Resources
Getting started
Download Geeklog
Documentation
Wiki Docs
Demo Site (1.8.2sr1)
Demo Site (2.0.0)
Support
FAQ
Forums
Mailing Lists
Report a Bug
Geeklog Security
Development
Getting Started
Plugin Developers Guide
Download Source Code
Documented Source Code
Roadmap
Bounties!
Topics
Home
Development
(317)
Geeklog
(209)
Plugins
(111)
Themes
(2)
News
(387)
Announcements
(248)
Geeklog.net
(31)
Security
(76)
Spam
(11)
Summer of Code
(27)
User Functions
Username
Password
Don't have an account yet? Sign up as a
New User
Lost your
password
?
Login with OpenID
Events
There are no upcoming events
What's New
Stories
1 new Stories in the last 2 weeks
Comments
last 2 weeks
No new comments
Trackbacks
last 2 weeks
No new trackback comments
Links
last 2 weeks
No recent new links
NEW FILES
last 14 days
No new files
Welcome to Geeklog Friday, May 24 2013 @ 10:25 AM EDT
Select a Forum
» General Geeklog Discussions
» You and your Sites
» Geeklog Related Sites
» Off-Topic
» Feedback
» General Geeklog Support
» Installation Support
» Plugin Support
» Theming Support
» Documentation, Tips & Tricks
» Plugins
» Themes
» PHP Blocks
» Cool Hacks
» Geeklog
» Plugins
» Themes
» Other Aspects
» GSOC
» Français
» Deutsch
» 日本人
Forum Index
>
Extensions
>
Cool Hacks
New Topic
First
|
Previous
|
26
27
28
29
30
31
32
|
Next
|
Last
Topic Subject
Views
Replies
Last Post
Hack for use of GD Image Libraries?
Started by:maran, 02/02/03 10:47AM
Has anyone ever hacked Geeklog to use the
GD Image Libraries that most modern PHP
installs have? My ISP won't upgrade
Imagemagick to a usable version becuase
they claim that GD is up-to-date, and
can do all the same things. Thanks for
any information ...
1149
0
By: maran
02/02/03 10:47AM
Static content on front page BELOW news
Started by:beavis82, 02/02/03 10:47AM
I couldn't find this hack anywhere so I
decided to try to make it myself. I have
very little PHP experience so I'm quite
surprise that it seems to work! There's
a hack to display static content before
news on the front page (already included
in G...
1489
0
By: beavis82
02/02/03 10:47AM
Geeklog Gift Registry
Started by:micahmj11, 12/12/02 07:17PM
I have just created a hack that allows
Geeklog users to create wish lists for
the holidays, birthdays, weddings, or
any event where gifts are exchanged. A
user can create multiple lists. In each
list, they can add, edit, or delete
information about th...
1997
6
By: amckay
02/01/03 04:38PM
function calls in static pages
Started by:amckay, 01/23/03 07:34AM
OK, so I have it working. It's really
easy. Inside
public_html/staticpages/index.php insert
the following function : function
ParseForFunctionCalls($myStr) {
$workStr = $myStr;
$...
1998
2
By: amckay
01/24/03 11:08PM
Replacement COM_exportRDF() for RSS 2.0
Started by:sardu, 01/23/03 06:30AM
New version of the COM_exportRDF() to
provide a nicer backend that validates
as RSS 2.0 (I hope). Rather than dealing
with emails asking 'HOW TO PATCH YOU
FILE!?' I'm just posting the entire
function in a text file.
1377
4
By: sardu
01/24/03 04:11AM
GL CMS Bridge phpBB Integration
Started by:squatty, 01/02/03 05:42PM
Well, it's better late than never ;-) I
finally packaged up the CMS Bridge phpBB
integration code for Geeklog. The
package includes the code to more
tightly integrate the CMS Bridged phpBB
forum as seen on S...
2016
3
By: Anonymous
01/22/03 08:08PM
Updated COM_showTopics to use templates
Started by:tfm, 01/16/03 06:01PM
I didn't like that COM_showTopics didn't
use a template for formatting, so today
I changed it! The version I now use is
called COM_jmhshowTopics (just to
differentiate it from the real thing),
and it lives in my lib-custom.php. To
implement it, all yo...
1362
3
By: squatty
01/16/03 09:55PM
Custom
Started by:mrlynn, 01/03/03 04:05PM
I wanted to be able to provide a teaser
item for topics that have no news
submitted. Each topic should have a
different teaser. I've hacked up GL
1.3.7 index.php to display a customized
"No News Yet" message based on the
topic. Add a ...
1295
1
By: mrlynn
01/04/03 12:18AM
Caching of the Geeklog
Started by:Remdotc, 12/06/02 10:21AM
Anyone else besides me intrested in
caching geeklog db queries in order to
increase speed? Dont get me wrong, I
think GL rocks, but it is extreamly
process intensive. Taking 3-5 seconds to
create a page, even on the main geeklog
site. (I have tried a ...
1591
6
By: EKwant
12/29/02 05:31AM
GL forum plugin hack
Started by:Anonymous, 12/10/02 10:20PM
i have created a hack for the forum that
just got released by Country Web &
Blaine’s Site.. I have added two new
features to the forum.. now you can 1:
User your photo as a forum avitar 2:
Added user registed date .. In the mean
time i will be cre...
1304
7
By: Ultraphase
12/20/02 05:46PM
Stats for Webworms on static page
Started by:jhk, 12/15/02 11:44AM
I have added a staticpage with php to my
site, which shows how many times (since
the last httpd access log reset) my
server has been hit by a worm. The page
counts CodeRed I & II plus Nimda. There
are still a staggering number of
infected servers and...
1536
3
By: jhk
12/15/02 01:21PM
Forum colorized
Started by:jlhughes, 12/15/02 12:11AM
I understand that Blaine, Matthew and
knuckles are busy with making changes to
the great code they've released. What
I've done is for those people who are
too impatient to wait for the next
release and who need to be able to
quickly change the colo...
1511
1
By: jhoke
12/15/02 05:30AM
What to do if magic_quotes_* are active in your...
Started by:mzozd, 12/11/02 09:16PM
If you use an ISP to host your page, and
you are unable to properly install
geeklog because they have magic_quotes_*
active you can simple edit config.php
and lib-common.php and add the following
two
lines: <? #START ini_set("magic
_quotes_gpc&q...
2555
2
By: FlightSimGuy
12/12/02 04:50PM
Help needed for testing XP publishing wizard fo...
Started by:vlad, 12/11/02 08:36PM
I've hacked together an integration of GL
and Gallery that should allow people to
upload pictures through XP web
publishing wizard without having to log
on in the wizard. Unfortunatly, I don't
have Windows XP. This is where you come
in. If you feel ...
1634
2
By: Tony
12/12/02 11:17AM
Gallery/Geeklog Integration Update
Started by:vinny, 12/09/02 03:25PM
I've cobled together an update for the
gallery/geeklog integration which allows
the use of the "LOGGEDIN" or "Logged In
User" group construct in gallery. When
rights are assigned to this group, all
users that are logged onto the website
as geeklog user...
1204
0
By: vinny
12/09/02 03:25PM
$messenger features
Started by:Anonymous, 12/04/02 05:00AM
Ok i finaly got the features done... i
did this because i think that itz also
good to add some messenger feature to a
site and i feel that it should be
included on a great web portal such as
this one... errr well anyonez..
please let me know what you th...
1552
1
By: Anonymous
12/04/02 05:28PM
Improving readability of page navigation with S...
Started by:rv8, 11/23/02 05:34PM
I like the look of the Smooth Blue theme,
but on some monitors it can be difficult
to quickly see which page of a series of
pages you are on. If you look at the
page navigation spot at the bottom of
the page (where it says "Previous 1 2 3
4 Next"), ...
1216
0
By: rv8
11/23/02 05:34PM
Updated Story Submission page
Started by:knuckles, 09/04/02 06:54AM
Well it's back, and although it has no
new features (yet) it is fully prepared
to be used with your Geeklog 1.3.6
install. Simply follow the included
install instructions and you'll have a
more robust story submission page in
less than a minute.You ...
1306
3
By: tomdetune
11/22/02 02:34PM
Webservices for Geeklog
Started by:jhoke, 11/15/02 02:30PM
Well, I have finally gotten the Amazon
and Google Webservices integrated into
Geeklog, as well as eachother ...
2243
3
By: samstone
11/18/02 08:23AM
Geeklog and Google Webservices Integration
Started by:jhoke, 11/04/02 05:56PM
I have started working on integrating
Google's Webservices API (via PHP:SOAP)
into Geeklog... So far I have had very
good success, but have found a couple of
issues: 1) Google's License supports
only 1000 searches per day... after that
it stops return...
1614
9
By: Anonymous
11/15/02 01:42PM
First
|
Previous
|
26
27
28
29
30
31
32
|
Next
|
Last
Normal Topic
Sticky Topic
Locked Topic
New Post
Sticky Topic W/ New Post
Locked Topic W/ New Post
View Anonymous Posts
Able to post
Filtered HTML Allowed
Censored Content