Search found 66 matches

by FabryDesign
Mon Dec 10, 2007 3:26 am
Forum: [3.0.x] Styles Support & Discussion
Topic: [RC8] CSS Changes not taking effect!
Replies: 4
Views: 485

Re: [RC8] CSS Changes not taking effect!

EDIT: I post the link and it starts working. :|

I'm going to go make sure I can edit it.
by FabryDesign
Mon Dec 10, 2007 3:08 am
Forum: [3.0.x] Styles Support & Discussion
Topic: [RC8] CSS Changes not taking effect!
Replies: 4
Views: 485

Re: [RC8] CSS Changes not taking effect!

I didn't clone it, I'm editing the prosilver files that came preinstalled, such as styles/prosilver/theme/colours.css. If I view the theme in the online theme editor, the changes are there, but viewing the board, none of them are in effect.
by FabryDesign
Mon Dec 10, 2007 12:27 am
Forum: [3.0.x] Styles Support & Discussion
Topic: [RC8] CSS Changes not taking effect!
Replies: 4
Views: 485

[RC8] CSS Changes not taking effect!

I'm editing the prosilver files, and none of my changes to the CSS files are taking place. I've tried purging the cache, refreshing the theme, have set the recompile stale styles to yes, and still, no changes are appearing on my board. Help, please. My changes are mainly link colors, forabg color, a...
by FabryDesign
Sat Dec 08, 2007 6:08 pm
Forum: [3.0.x] MOD Writers Discussion
Topic: How to Encrypt password with the new system?
Replies: 73
Views: 77701

Re: How to Encrypt password with the new system?

I posted the instructions above. ;) http://www.phpbb.com/community/viewtopic.php?p=3240125#p3240125 Okay, and in using that for checking login, $password would be the entered password, $hash would be the password from the database, and if either one of the "matches" comes out, I should co...
by FabryDesign
Sat Dec 08, 2007 5:10 pm
Forum: [3.0.x] MOD Writers Discussion
Topic: How to Encrypt password with the new system?
Replies: 73
Views: 77701

Re: How to Encrypt password with the new system?

Acyd Burn wrote:Are you using the library? If so, you need to change the hash identifier to match phpBB's. ;) Or just use the two in-built functions. ;)
Uh... I'm using the phpass script with the edited identifier as posted by mecu. What built-in functions are there and would they be easier to use?
by FabryDesign
Sat Dec 08, 2007 4:25 pm
Forum: [3.0.x] MOD Writers Discussion
Topic: How to Encrypt password with the new system?
Replies: 73
Views: 77701

Re: How to Encrypt password with the new system?

My code isn't working, and I'm not sure why. Either I'm not understanding what value $check outputs, or the password isn't validating for some reason: $userR = mysql_query("SELECT * FROM phpbb_users WHERE (username_clean='$u')"); if(mysql_num_rows($userR) == 0){ $errors .= '<br />Username ...
by FabryDesign
Sat Sep 15, 2007 2:13 pm
Forum: [3.0.x] MOD Requests
Topic: a link to parent site (in phpbb3)
Replies: 3
Views: 478

Re: a link to parent site (in phpbb3)

In styles/prosilver/template/overall_header.html, find: <ul class="linklist navlinks"> <li><a class="icon-home" href="{U_INDEX}" accesskey="h">{L_INDEX}</a> and replace it with: <ul class="linklist navlinks"> <li><a href="http://yourdomain.com&q...
by FabryDesign
Fri Sep 14, 2007 8:19 pm
Forum: [3.0.x] MODs in Development
Topic: [RC] Unread Items Color Change
Replies: 11
Views: 6858

Re: [RC] Unread Items Color Change

Remember to "purge the cache" in the admin panel. ;)
by FabryDesign
Fri Sep 14, 2007 1:53 am
Forum: [3.0.x] MOD Requests
Topic: Styles Demo
Replies: 2
Views: 359

Re: Styles Demo

Next time, look at the MODs in Dev forum before posting here. You would see one of the mods currently at the top, the STYLES PREVIEW MOD.
by FabryDesign
Thu Sep 13, 2007 11:53 pm
Forum: phpBB Discussion
Topic: Guests see button "Reply" always
Replies: 5
Views: 786

Re: Guests see button "Reply" always

Or, if a registered user isn't logged in and doesn't realise it, they easily can and post.
by FabryDesign
Thu Sep 13, 2007 10:39 pm
Forum: [3.0.x] MOD Requests
Topic: Security Question Mod
Replies: 5
Views: 507

Re: Security Question Mod

Search the MODS in Dev forum.
by FabryDesign
Thu Sep 13, 2007 8:40 pm
Forum: [3.0.x] MODs in Development
Topic: [RC] Unread Items Color Change
Replies: 11
Views: 6858

Re: [RC] Unread Topics Color Change

Odd... it is working on my end. It uses the phpBB standardised MODX packaging...

In other news, I'm expanding this mod to do the same thing for unread PM's.
by FabryDesign
Thu Sep 13, 2007 8:36 pm
Forum: [3.0.x] MOD Writers Discussion
Topic: Variables...
Replies: 4
Views: 656

Re: Variables...

Thank you so much. :D
by FabryDesign
Thu Sep 13, 2007 2:18 am
Forum: [3.0.x] MOD Writers Discussion
Topic: Variables...
Replies: 4
Views: 656

Re: Variables...

And how exactly do I go about "passing it to the template" so I can use it in an <!-- IF --> statement?

Sorry for being such a n00b to this...
by FabryDesign
Thu Sep 13, 2007 2:14 am
Forum: [3.0.x] MOD Requests
Topic: How to exclude sub-forum boxes in forums?
Replies: 1
Views: 402

Re: How to exclude sub-forum boxes in forums?

In styles/your_style/template/viewforum.html, find and remove: <!-- IF S_HAS_SUBFORUM --> <!-- IF not S_IS_BOT --> <ul class="linklist"> <li class="rightside"><a href="{U_MARK_FORUMS}">{L_MARK_FORUMS_READ}</a></li> </ul> <!-- ENDIF --> <!-- INCLUDE forumlist_body.html -...

Go to advanced search