PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   ReviewPost How do I...? (http://www.photopost.com/forum/reviewpost-how-do-i/)
-   -   Change position customPal.tmpl. (http://www.photopost.com/forum/reviewpost-how-do-i/144058-change-position-custompal-tmpl.html)

MotMann September 22nd, 2010 06:37 AM

Change position customPal.tmpl.
 
How i can the Change the Position from the custon2Pal.tmpl over the left sidebar statistic?
The first position in the sidebar?

Thank's :)

Chuck S September 22nd, 2010 07:52 AM

You would edit the sidebar left open template and move the includes to the desired order you wish them.

MotMann September 22nd, 2010 08:48 AM

Chuck, you make it easy for you.

What i must move from where to where between witch part of code?
Some Customers from you need a direct answer.. and not ""You must user these and that template..." ;)

Thank's

Chuck S September 22nd, 2010 09:25 AM

We do not assist with code modification though ;)

If I start telling people how to hack there code then all customers will expect such a response. I tend to stay away from non support issues thats why we offer mod forums for customers to interact with customers.

Code:

Content visible to verified customers only.
You can move around your if clauses in the order you wish in that specific template to achieve another order.

MotMann September 22nd, 2010 02:13 PM

1 Attachment(s)
I know your Problem, but your Customers need a good support with help in Coding. If Users can Code, they don't need your Script ;)

So, i have change that and found it, that was easy to find. But there is no Space between the next Box.

Attachment 4804

Can i put a < /br> after

Code:

Content visible to verified customers only.
Or not?

Chuck S September 22nd, 2010 02:20 PM

then change your custompal code whatever you put in there add a break tag on the end. <br />

You add your break tag in your actual custompal template html.

I understand your statement but our company still does not assist in code modification as part of product support that just needs to be clear.

MotMann September 22nd, 2010 02:27 PM

OK. i put it here:

Quote:

</span>
</td>
</tr>
$ppcloseside
<br />
<!-- END TEMPLATE: custom2pal.tmpl -->
PPPRINT;
?>
And it works.. thank's :)

Chuck S September 22nd, 2010 02:28 PM

Yes that works good when hacking you need to remember html goes with html and php goes with php ;)

MotMann September 22nd, 2010 02:30 PM

Grrrrrr............


All times are GMT -5. The time now is 11:52 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97