Customizing CFC

Oh, good catch! The problem is that very few html elements on this forum have unique IDs, which forces a very hack-ish and ugly code.
I'll adjust the domains for the other scripts as well.
 
oh, great, you made more scripts :goodjob:

installing now :)
 
Oh, good catch! The problem is that very few html elements on this forum have unique IDs, which forces a very hack-ish and ugly code.
I'll adjust the domains for the other scripts as well.

Done!

KaeptnOvi: Your thread ignore code was my inspiration. :goodjob:

Edit: Added a script to increase the width of the PM composition text area.
 
Awesome again! :D
 
What would be the point of that?:confused:

I don't have a problem with a script to "remove infractions from the UserCP", but it seems rather pointless to me. You can't see other's infractions. These scripts only affect what you see while you're logged on. All it would do is keep your own infractions from being visible to you.

TILL YOU ARE AMAZING!

:agree:
 
there seems to be a small bug in the filter-script GUI that makes it appear inside the edit box if I quote somebody. So far I've been unable to locate it, though.

edit: I think the problem is that the edit pane is an IFrame, so the script applies the createFilterConfigMenu to it as well, looking into it some more...

edit2: ok, I think I fixed it (although quick and dirty by checking if it's the edit-page before inserting the management-gui)

Installation link

edit3: it seems the bug only applied if you were useing the extenden wyswyg editor :)

Edit: Can there be another one to hide infractions from viewing one's own profile page?
I'm not sure I understand what you mean
 
There's a little hide button on the infractions thing anyway, that collapses the infractions box, if you really don't want to see your own infractions.
 
I've been waiting to see something like this!!! :D

Edit: Can there be another one to hide infractions from viewing one's own profile page?

I'm not sure what you have in mind. In case you are wondering, there is no way for me to hide any information from other users (as Turner and Padma already pointed out).

there seems to be a small bug in the filter-script GUI that makes it appear inside the edit box if I quote somebody. So far I've been unable to locate it, though.

edit: I think the problem is that the edit pane is an IFrame, so the script applies the createFilterConfigMenu to it as well, looking into it some more...

edit2: ok, I think I fixed it (although quick and dirty by checking if it's the edit-page before inserting the management-gui)

Installation link

edit3: it seems the bug only applied if you were useing the extenden wyswyg editor :)


Thanks for the report and the hotfix! :goodjob:
I wasn't even aware that there is an extended wyswyg editor. The filter script will get an update soon anyway, which will remove the cause of the bug (the cause being laziness on my part...).

Spoiler teaser :

pandemicsanexplanationc.png

Display of the new panel is toggled with a double click anywhere on the page
 
I'm not sure I understand what you mean
Till said:
I'm not sure what you have in mind. In case you are wondering, there is no way for me to hide any information from other users (as Turner and Padma already pointed out).

Other than moderators, you can view your own infractions when you look at your own profile page (There is an infractions tab now, if you have any). I would like to see some sort of script that would hide that information from my own eyes so I dont (or anyone else who dont want to be reminded of their blackmarks) have to look at it everytime I view my own profile (Similar to viewing the infractions from your control panel)

I'm not asking for a script that hide any information from other users in the user's profile, I am asking for a script that hides the infractions section when I am viewing your own profile. I know it's hard to explain.
 
Hey, I seem to have found a graphical error with the moves thread starter to separate column script. The column headers are all out of place:
ThreadStarterColumn.png


Other than that, it's working swimmingly! :goodjob:
 
Yeah, i noticed that, too. The announcements screw up the layout. I was hoping they'd be taken down sooner or later, but it looks like i'll have to update the script instead...
 
Custom Control Panel



Clicking on select adds any (sub) forum to the control panel
icfcselect.png




Double clicking anywhere toggles the display of the panel. The latest post for each forum is shown (currently only accurate up to 30minutes due to the way Thunderfall has set up the RSS cache lifespan)
icfclatestpost.png




Forums can be removed by clicking on the X
icfcremove.png





Plans for future versions:

* Make the order of the forum in the panel re-arrangeable
* Add some sort of PM notification/ display of latest pm
* Incorporate the filter script gui



Installation link

Back to first post
 
Actually, would it be possible to make the actual forums rearrangeable? For instance, i dont go to the Civ 2 forum at all, so I would like to move it to the bottom. On the other hand, since colosseum is my most-visited forum, it would be nice to have it be on top.
 
*cough* raise the letter limit *cough*

Oh and... the starter of a thread should be able to move posts from one place in the thread to another (so should moderators).

Hope this is possible =(
 
*cough* raise the letter limit *cough*

Maximum characters per post is currently 30 000. Surely that is enough for most purposes.... :confused:

Oh and... the starter of a thread should be able to move posts from one place in the thread to another (so should moderators).

Hope this is possible =(
Nope. The posts are stored in a database, and are sorted by date/time of post. They will always be displayed chronologically.
 
Sorry for the lack of updates. I've been busy with other stuff.

Actually, would it be possible to make the actual forums rearrangeable? For instance, i dont go to the Civ 2 forum at all, so I would like to move it to the bottom. On the other hand, since colosseum is my most-visited forum, it would be nice to have it be on top.

Initial tests showed that this was surprisingly difficult (without making it a chore for the user). It could be done, but i wrote the custom control panel script for this very purpose...

*cough* raise the letter limit *cough*

Oh and... the starter of a thread should be able to move posts from one place in the thread to another (so should moderators).

Hope this is possible =(

I can only make client side changes, both of what you request can't be done without changes on the server side.
 
Notes

This script allows you to take notes and store them online, so that they are accessible to you from any computer ( for example from the home and work computers). Any unfinished post or pm can be saved as a note.

screenk.png

Save post as note

Once saved, you can access the notes from any computer by clicking on the new "Your Notes" link:

screentrv.png

Click here to open notes

Clicking brings up a list of all notes. They can be further edited, or deleted. You can also create new notes in the top area:

screenyia.png

The first text field is for the creating of new notes, the others allow the editing of existing notes.


Notes are encrypted before being send to the server, so only you can view your notes. For this to work, you have to pick a username and password once. You have to pick the same username and password on any computer from which you want to view the notes:

clipboard01nqd.png

You ought to use your CFC userame, but not your CFC password

Installation link
 
Back
Top Bottom