Rickard wrote:

What do you mean by "Forward"? Is it what's called "Sent to a friend" in some forums?

Yes.  for e-mails, you normally forward mails.

Download: http://www.gotoguide.org/forward.zip

Demo: http://jobs.gotoguide.org

Login using: uid=gTg and pwd=gotoguide

see the forward link near Report|Quote so on


Known issue: There is no validation on email address, as I am not sure how to do it.

Now uses is_valid-email function from email.php

I created 'forward' post functionality - still in beta mode

If anyone interested to see how it looks,or suggestions how it should be, here is the code: http://www.gotoguide.org/forward.zip

55

(4 replies, posted in PunBB 1.2 bug reports)

I am on 1.2.4

Did I miss it by 0.0.1 of a version ? wink

56

(11 replies, posted in PunBB 1.2 discussion)

thanks !

57

(4 replies, posted in PunBB 1.2 bug reports)

that thread look like greek ;0 I mean, except the title.

58

(4 replies, posted in PunBB 1.2 bug reports)

I tried to open 10 closed topics at at a time by going to moderate forum, checked, press open button, all the topics are still closed.

bug or no bug ?

same for bulk close also

59

(11 replies, posted in PunBB 1.2 discussion)

thanks again.

I was thinking of the same, may be for the time beeing, I will mix-match CSS and administration to tackle this.

once get time, I ll create a thing called dead topic.

BTW where is this iSticky and closed defined ?

60

(11 replies, posted in PunBB 1.2 discussion)

thanks guys.

all my forum faqs are closed topics, but not sticky and not dead ones. so ..

61

(11 replies, posted in PunBB 1.2 discussion)

Thanks !.

But I ran into another issue, all closed topic are not "dead" like FAQ and announcement sticky post.
Now I really need to figure out a way to do this.

Thinking of deriving a new thing called "dead topic" out of "closed topic" and use  the CSS hack given above.

62

(11 replies, posted in PunBB 1.2 discussion)

Paul wrote:

First of all close the topic (if its dead there is no reason to leave it open) then give it text-decoration: line-through in the stylesheet.

my_css_brain = null;
can_you_help ="PLEASE";

63

(11 replies, posted in PunBB 1.2 discussion)

When topic is dead, I want to mark it as a dead topic by striking thru the title, how can achive this,

Inside imagize function  locate this line
$filename ="img/imagize/".substr($email, 0,strrpos($email, '.')).".png";

and replace it with the following

srand(time());
$filename = "img/imagize/".(rand()).".png";


now file names are absolutely random useless to anyone

CAUTION: You may need to  clean up the image files. as they grows n times faster now.
I wld not recommend using random number file names

65

(4 replies, posted in PunBB 1.2 bug reports)

textdrive guys restarted the mySQL, so I am good now. thanks all

66

(4 replies, posted in PunBB 1.2 bug reports)

what do I do ?.
Do I need to inform my host or will it disappear automatically ?

67

(4 replies, posted in PunBB 1.2 bug reports)

Error: Unable to connect to MySQL and select database. MySQL reported: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (61).

I think, the image file is created dynamically every time you load the page, so there is no need to have a readable name, you cld use a "random number".png  file. only problem is, it will fill up your hard drive, so you need to a process to clean up  imagize folder. if you want i can modify and send the code.

69

(4 replies, posted in PunBB 1.2 discussion)

So, does it mean that, there is no easy way out without modifying the code.

Rickard, I think it will be nice to have  "out of the box" feature.   in the right hand corner of  menu bar.

No, I am not greedy. wink

Aleksei wrote:

druvans
anyway, the text described e-mail is already in the source, so i think it should generate images from a profile id, but what about separate e-mail addresses that not in a db?

Dint follow ur question fully, the function basically creates an image file and returns a the corresponding html tag for the pic.

71

(4 replies, posted in PunBB 1.2 discussion)

I was trying to find an easy to add a bookmark link into my forum -

tried to add this 9=<a href="javascript:window.external.AddFavorite('http://jobs.gotoguide.org','gotoGuide - Jobs forum')" >Bookmark us!</a> it works great in IE, but bombs in Firefox.

It looks like , do I need to add separate code for each and every browsers out there, is there any easy way out !

72

(8 replies, posted in Feature requests)

I was thinking  x=[admin]<a>xxx</a>

X-Y may have an issue,  as the value is used as the array index

73

(2 replies, posted in Programming)

nolan_aaron_19 wrote:

hi.. i want to learn java prog.. is there a site which has a tutorial about it?? or maybe a site that can brief me about java programming.. we will not discuss it yet in school until 5th year level.. and i'm only in the sec0nd.. please help.. thanks!!! nolan_aaron_19@yahoo.com

Get Thinking in Java.  You can download it freely in pdf format. http://www.mindview.net/Books/TIJ

You cld also try Sun's tutorials at sun site. http://java.sun.com/docs/books/tutorial/

74

(8 replies, posted in Feature requests)

I think, functionality wise it shld be easy by modifying functions.php

Making it userfriedly would be tough.  I think, it may be feasible to add tags like [ALL],[USERS],[MODS] and [ADMIN] infront the of all links would be the easiest way I can see, so that you cldl also restrict the changes in functions.php file alone.

jst my dumbass openion !!

75

(8 replies, posted in Programming)

I cld see 2 diff icons in 2 tabs