PunBB Resource

Your ultimate PunBB resource!

Keywords:

    (Extended)

You are not logged in.


Login to move these ads to the bottom of the page

Mod Releases » Elektra Profile with Labels 1.0.0 » 2008-07-21 01:19:44

elroy
Replies: 34

Go to post

I use Elektra Profile 1.0.1 and Linux with Php 5.2.3. Mod work very fine.

Does not work Birthday on main forum page does when someone was born before 1970

[code]YEAR(FROM_UNIXTIME(birthday))[/code]
result: NULL

Style discussions » how to get your navigation like this. » 2008-01-05 21:47:30

Hob Bramble
Replies: 2

Go to post

Though I don't think it's exactly what you're looking for, looking at the code for the Elektra Tabbed Main Menu mod should give you an idea of what you need to do: [url]http://www.punres.org/viewtopic.php?id=3917[/url]

Mod Releases » Elektra Tabbed Main Menu 1.0 » 2007-09-28 01:34:19

artoodetoo
Replies: 4

Go to post

[code]##
##
## Mod title: Elektra Tabbed Main Menu
##
## Mod version: 1.0
## Works on PunBB: 1.2.*
## Release date: 28-Oct-2007
## Author: artoodetoo
##
## Description: This mod add Tabs to forum main menu
##
## Affects DB: No
##
## Affected files: *.css files by your choice
##
## Notes: Color scheme was designed for Oxygen style but it be nice with any light style.
## Thanks to Daniel Burka. See "Updated Simple CSS Tabs" on
## http://labs.silverorange.com/archives/2004/may/updatedsimple
##
## DISCLAIMER: Please note that 'mods' are not officially supported by
## PunBB. Installation of this modification is done at your
## own risk. Backup your forum database and any and all
## applicable files before proceeding.
##[/code]

[url=http://www.punres.org/files.php?pid=440]Download here[/url] …

Mod Releases » Elektra Profile with Labels 1.0.1 » 2007-06-24 19:39:54

artoodetoo
Replies: 14

Go to post

It's enough to have Elektra Profile to put photo into profile :)

[i]( By chance, I'm writing some File Upload mod. The link above is the testbed for it.
Custom tag ::thumb##:: is a part of F.U. Click on small picture to show fullsize version.
again: http://master.1wd.ru/fileup101/profile.php?id=3&view )[/i]

Mod Releases » Elektra Profile with Labels 1.0.1 » 2007-06-23 02:17:31

artoodetoo
Replies: 14

Go to post

[code]##
##
## Mod title: Elektra Profile with Labels
##
## Mod version: 1.0.1
## Works on PunBB: 1.2.15
## Release date: 2007-06-23
## Author: artoodetoo <master@1wd.ru>
##
## Description: This mod add new fields into user profile.
## There are 'gender', 'date of birth', 'interests' and 'about me'.
## Optionally user can hide year of birth, then nobody can know his|hir age.
## Users can declare their interests in comma-separated list.
## Anybody can quick search all users with the same interest.
## Furthermore, there is a new item in user profile menu: Preview.
## So, user can view his own profile as another users.
##
## --------------------------------
##
## This release fixes:
##
## - Firefox difficulties
## - CSS validation
## - support for PunBB 1.2.15
##[/code]

[url=http://www.punres.org/files.php?pid=349]Download her …

Mod Releases » Elektra Search Tag 1.0.0 » 2007-04-08 08:45:22

artoodetoo
Replies: 3

Go to post

[code]##
##
## Mod title: Elektra Search Tag
##
## Mod version: 1.0.0
## Works on PunBB: 1.2.14
## Release date: 2007-04-08
## Author: artoodetoo <master@1wd.ru>
##
## Description: Each moderator knows how boring to force newbies to search on forum.
## Some nervous moderator can ban stupid user for his questions.
## This mod can adjust such conflict. Moderator or other user can
## compose helpful [search] phrase for newbie and place it on reply.
##
## For ex.:
## '[search]multibyte[/search]' will translated to
## '<a href="search.php&action=search&keywords=multibyte">multibyte</a>'
## and
## '[search=google]CSS example[/search]' will translated to
## '<a href="http://www.google.com/search?q=CSS+class">CSS example</a>'
##
## I've implement 3 search de …

Mod requests » Keyword (Tags) Subscriptions - idea from YouTube » 2007-04-03 14:35:09

naitkris
Replies: 1

Go to post

a combination of [url=http://www.punres.org/viewtopic.php?id=2867]Elektra Labels for Topic[/url] and [url=http://www.punres.org/viewtopic.php?id=2941]Elektra Profile with Labels[/url] plus some extra alteration sounds like what you are requesting. i have integrated taging to my site but it is different to how it is done there and how you are requesting. if you know some PHP, customising it to your needs shouldn't be too hard.

Mod Releases » Elektra Labels for Topic 1.0.0 » 2007-02-19 14:11:17

naitkris
Replies: 24

Go to post

that looks cool artoodetoo.

btw - i have almost finished a change to your Elektra Labels for Topic for my forum so that it sortof automates labelling for the users as my forum will only require certain keywords which i have stored in a seperate DB. put basically - it runs through each new thread post or edit of one and checks for these words and if it finds them it assigns the correct label. it is not yet finished though as i have been busy with other work.

Mod Releases » Elektra Labels for Topic 1.0.0 » 2007-02-12 20:30:35

artoodetoo
Replies: 24

Go to post

Shame on me! Yes, there are duplicates in readme :(

Labels will not found via traditional search. I dont think that is necessary.

I have upload new [url=http://www.punres.org/files/projects/pr_343/rid_588/labels_mod_100_hotfixed_2.zip]labels_mod_100_hotfixed_2.zip[/url]
Changes are: no duplicates; *_labels() functions now is the same as in Elektra profile mod.

Mod Releases » Elektra Profile with Labels 1.0.0 » 2007-02-12 20:05:36

artoodetoo
Replies: 34

Go to post

FSX,
- to skip preview, do not execute steps 16-17 and 27-28 of my readme
- field 'skype' cannot disturb my mod. let it be!
- you have to remove birthday from my mod or from existing mod. as you wish...
a.f.a.i.k Calendar mod uses varchar data type to store birthday. I think it is not very good. So, it is not compatible with Elektra Profile.

Mod Releases » Elektra Labels for Topic 1.0.0 » 2007-02-11 09:47:39

artoodetoo
Replies: 24

Go to post

Please, try my another mod with same search technique: [b]Elektra Profile with Labels[/b]
http://www.punres.org/viewtopic.php?id=2941
Additional profile fields and quick search by interests.

Mod Releases » Elektra Profile with Labels 1.0.0 » 2007-02-11 09:35:39

artoodetoo
Replies: 34

Go to post

[code]##
##
## Mod title: Elektra Profile with Labels
##
## Mod version: 1.0.0
## Works on PunBB: 1.2.14
## Release date: 2007-01-11
## Author: artoodetoo <master@1wd.ru>
##
## Description: This mod add new fields into user profile.
## There are 'gender', 'date of birth', 'interests' and 'about me'.
## Optionally user can hide year of birth, then nobody can know his|hir age.
## Users can declare their interests in comma-separated list.
## Anybody can quick search all users with the same interest.
## Furthermore, there is a new item in user profile menu: Preview.
## So, user can view his own profile as another users.
##
## NOTE: If you already have installed 'Elektra Labels for Topic' mod, you need no
## change of functions.php
##
## Affected files: profile.php
## userlist.php

Mod Releases » Elektra Labels for Topic 1.0.0 » 2007-02-03 02:23:50

artoodetoo
Replies: 24

Go to post

[code]##
##
## Mod title: Elektra Labels for Topic
##
## Mod version: 1.0.0
## Works on PunBB: 1.2.14
## Release date: 2007-01-3
## Author: artoodetoo <master@1wd.ru>
##
## Description: This mod allows authors to mark their topics by comma-separated
## list of labels. Anybody can quick search all topics with the same label.
##
## Affected files: admin_options.php
## viewforum.php
## viewtopic.php
## post.php
## edit.php
## search.php
## include/functions.php
## lang/English/common.php
##
## Affects DB: Yes
## topics table
##
## Notes: 1) As always, if you find problems with this mod,
## please e-mail them to me so I could get them fixed as soon as possible.
## 2) After you install this mod, you can turn this ON or OFF …

Board footer

Based on PunBB
© Copyright 2002–2005 Rickard Andersson

© Copyright 2004–2006 Kristoffer Jansson

User contributed files are property of their respective owners.