|
| |||||||
| PHPLD Community Have suggestion about the site? Or want to network? |
![]() |
| | topic widgets |
| | #1 |
| Supporter Moderator Join Date: Dec 2005 Location: Cluj-Napoca/Sighisoara (Romania) Posts: 4,524 | Some of the users complaint they wouldn't pay for the supporters forum, but want the template changes list. Thought it's fair to share them with everyone running phpLD 3.+. Because this release has not many template changes, I will make a quick review to help you update them really fast. Examples should be same or somehow identical to your template code. submit.tpl Email banning validation tag, comes right after:Code: Content visible to registered users only. Code: Content visible to registered users only. Code: Content visible to registered users only. Code: Content visible to registered users only. Code: Content visible to registered users only. Code: Content visible to registered users only. profile.tpl Changes to this file need to be done twice, I will give you only once the example. They are almost identical to submit.tplAdd email banning validation tag, look for: Code: Content visible to registered users only. Code: Content visible to registered users only. Code: Content visible to registered users only. Code: Content visible to registered users only. ![]() For PHP files, I suggest you update them all because they have almost all a lot of changes. Boby __________________ Please do *not* contact me for support on phpLD!! I can hardly find time to give support for my own mods, for anything else I won't.
|
| |
| | #2 |
| Join Date: Aug 2005 Location: Dhaka, Bangladesh Posts: 857 | Thanks a lot Boby, It will save my time |
| |
| | #3 |
| Supporter Join Date: Nov 2005 Posts: 210 | Boby nice admin panel design. Did you create it yourself or someone helped you? |
| |
| | #4 |
| Supporter Join Date: Oct 2006 Posts: 19 | I haven't paid the v3 supporters forum because I can't pay with my credit card and have to wait for my friend to get it for me. Anyway, what about database changes? were there there any changes? |
| |
| | #5 |
| Supporter Moderator Join Date: Dec 2005 Location: Cluj-Napoca/Sighisoara (Romania) Posts: 4,524 | @shabuanower No problem dude, hope you have updated allready. @balkanboy Thank you I'm responsible for the admin panel design as well as it's coding ![]() @Mountain King Yes, ther are some DB changes, actually just two tables added. Run through the installer and it will automatically take care of everything. __________________ Please do *not* contact me for support on phpLD!! I can hardly find time to give support for my own mods, for anything else I won't.
|
| |
| | #6 |
| Supporter Join Date: Dec 2006 Posts: 83 | These are the changes for templates of v3.0.6 for using with v3.1.0 -- right? |
| |
| | #7 |
| Supporter Moderator Join Date: Dec 2005 Location: Cluj-Napoca/Sighisoara (Romania) Posts: 4,524 | Code: Content visible to registered users only. __________________ Please do *not* contact me for support on phpLD!! I can hardly find time to give support for my own mods, for anything else I won't.
|
| |
| | #8 |
| Supporter Join Date: Dec 2006 Posts: 83 | Code: Content visible to registered users only. Or I should wait for a week for people to upgrade thier templates to make compatible with latest version. |
| |
| | #9 |
| Supporter Moderator Join Date: Dec 2005 Location: Cluj-Napoca/Sighisoara (Romania) Posts: 4,524 | @vickyji It's no big deal, just edit the files using the file manager of Cpanel if you have one, or use a regular text-editor on your own PC then upload and overwrite. __________________ Please do *not* contact me for support on phpLD!! I can hardly find time to give support for my own mods, for anything else I won't.
|
| |
| | #10 |
| Supporter Join Date: Dec 2006 Posts: 83 | Thanks Boby, I am gonna do it. |
| |
| | #11 |
| Join Date: Feb 2006 Posts: 103 | Many thanks boby! __________________ Premium Paid Directory Network |
| |
| | #12 |
| Join Date: Feb 2007 Posts: 113 | It's actually not that hard to understand the template system and smarty is quiet smart! I was able to learning in a pretty short time and are able to even customize some things now. You just have to learn it by doing...and asking questions and searching the forum... Once you understand, then it's like a whole new world of things you can do... __________________ Do you have phpLD links for your signature? |
| |
| | #13 |
| Supporter Join Date: Feb 2007 Posts: 111 | http://www.smarty.net/crashcourse.php The crash course helped me a lot when I first started messing with it and today I write my php scripts to use smarty because of the ease of customizing. Last edited by David; 05-19-2010 at 06:42 PM. |
| |