Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [brewt] GLinks 3.x HOWTO: Customising the paging toolbar

Quote Reply
Re: [brewt] GLinks 3.x HOWTO: Customising the paging toolbar In reply to
I am not able to use formatting with custom css tags within category.html

Here are the tags that I am using

in category.html
Quote:
<%if paging.num_hits%><div class="rightalign"><%Links::Utils::paging(button_id => 'paging_button3')%><br></div><%endif%>


paging_options global
Quote:
sub {
return {
max_pages => 5,
boundary_pages => 1,
style => 3,
style_next => "[&gt;]",
style_prev => "[&lt;]",
style_first => "[&lt;&lt;]",
style_last => "[&gt;&gt;]",
style_nonext => "",
style_noprev => "",
style_nofirst => "",
style_nolast => "",
paging_pre => "Pages: ",
};
}


Now if I am not wrong pages & numbers are generated by <%Links::Utils::paging(button_id => 'paging_button3')%> and I have no idea how to apply formatting for that (I am wanting to give it different look, than the default a.link tags). Any thoughts?

Thanks for the help.

Vishal
-------------------------------------------------------
Subject Author Views Date
Thread GLinks 3.x HOWTO: Customising the paging toolbar brewt 17072 Mar 28, 2005, 5:08 PM
Thread Re: [brewt] GLinks 3.x HOWTO: Customising the paging toolbar
brewt 16734 Mar 28, 2005, 8:36 PM
Post Re: [brewt] GLinks 3.x HOWTO: Customising the paging toolbar
Janio 16595 Apr 1, 2005, 9:49 AM
Thread Re: [brewt] GLinks 3.x HOWTO: Customising the paging toolbar
webmaster33 16625 Apr 12, 2005, 11:27 AM
Post Re: [webmaster33] GLinks 3.x HOWTO: Customising the paging toolbar
Robert 16476 May 18, 2005, 7:17 PM
Thread Re: [brewt] GLinks 3.x HOWTO: Customising the paging toolbar
VishalT 16240 Mar 19, 2006, 12:04 PM
Thread Re: [SWDevil.Com] GLinks 3.x HOWTO: Customising the paging toolbar
brewt 16231 Mar 19, 2006, 12:38 PM
Thread Re: [brewt] GLinks 3.x HOWTO: Customising the paging toolbar
VishalT 16164 Mar 19, 2006, 12:42 PM
Thread Re: [SWDevil.Com] GLinks 3.x HOWTO: Customising the paging toolbar
brewt 16203 Mar 19, 2006, 12:54 PM
Post Re: [brewt] GLinks 3.x HOWTO: Customising the paging toolbar
VishalT 16150 Mar 19, 2006, 1:29 PM
Post Re: [brewt] GLinks 3.x HOWTO: Customising the paging toolbar
Mark2 16028 Oct 5, 2006, 2:14 PM
Post Re: [brewt] GLinks 3.x HOWTO: Customising the paging toolbar
MJ_ 15571 Oct 25, 2008, 6:02 AM